# in Material Description for some materials which is causing alignment issue in SAP ABAP [closed] - abap

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 months ago.
Improve this question
How to take out # from Material Description ? and anyone know why # exists in some materials.

Sometimes user copy/paste texts from internet/email and paste it to SAP GUI. So some characters not saved/displayed correctly and SAP replace them with #.
You can use ES_REMOVE_SPECIAL_CHARACTER FM for removing special characters. Also you can create your own with TRANSLATE command.
TRANSLATE lv_string USING '# # £ § ! & '.

Related

IDOC segment SAP ABAP [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 22 days ago.
Improve this question
Hi an IDoc segment z1esui has two fields:
zzdeanqty
zzceanqty
I want these two fields which tables are fecting in sap ABAP
It is custom IDOC type with custom fields. Maybe you can try below alternatives:
Location of this type usage
Abap code scan

how to write json code based on the existing sql code? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
Using below excel we have to crate json mapping .
Please, look into the below snap.
Here we have a source table and a target table using these 2 tables we have to write json code and here the logic is there using this logic we need to write the same logic json code.
Thanks in advance !

Why aliasing not work in this query in Oracle Database? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 months ago.
Improve this question
enter image description here
In the above query why aliasing does not work properly and it gives error?
enter image description here
When i remove the as keyword it works fine but why?
The AS is only recommended for columns. To give an alias to a table you never use AS.

how to direct the out put of a SQL query to pane instead of a text file [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
What is the setting for out putting the query result to pane, instead of text file. I set output to text file a long time ago. But I forgot how to turn it back. Please advise.
Thanksa
I'm not sure any further comment is needed.
If you are not using SSMS then push your particular data management tool's equivalent button.

I would like the command to display the file disk location, and size of the recovery area? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am hoping this is a easy question to answer. Default recovery file disk location and the size set for your recovery area
Always include Oracle version and platform.
You should check v$flash_recovery_area_usage and v$recovery_file_dest
Hope that helps.