In Scripts How to maintain value like 1234- instead of -1234?
Answer Posted / kiss_shore
usually By default the values will print 1234-
to make the sign to print at left side....
use &WA-TDULPOS(<)&
If u want it at right side...
use &WA-TDULPOS(>)&
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is lock mechanism? How do we create lock objects in abap?
What is a table pool?
How to debug a sapscript?
Explain the Types of Select statements?
What are the different types of operators in the sap abap?
What is function group?
SM35 transaction, How to automate BDC ?
What are the sequences of event block?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
What is the difference between sum and collect?
Explain the difference between domain and data element? What are aggregate object?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
What are the differences between table controls and step loops?
What is meant by a schema? : sap abap hr
What is gui status? How to create /edit gui status?