I have a quantity field of datatype LIPS-LFIMG in module pool screen. While displaying the value in this field i do not want the decimals to appear.
In the screen the value gets displayed as 2,000
But i want it to be displayed as 2.
I do not want to change the datatype of the field.
The same functionality works in the standard transaction VA03, where the quantity field displays values without decimals.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Read some documentation or your Abap course: look for Quantity Fields, Handling in Dynpros
(So here: did you define LIPS with a TABLES statements in global area of program, did you check the ddic box on the field in dynpro definition, Look at SE11 for LIPS, identify the quantity field, here it is a field of LIPS so you don't need an other table in your TABLES statement as would have be the case if, for example, unit came from MARA)
Regards,
Raymond
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.