2008 Oct 23 1:10 PM
hi friend!!
i have a editable ALv out put and in that i am displaying Amount and quantity field. In O/p if i enter 100 its taking as 100,00 .Please tell me how to correct the same.
Plz help me
2008 Oct 23 1:15 PM
Try to fill the Ref_fieldname and Ref_tabname in the fieldcatalog.
also specify decimals = 0 for the column which you are editing.
fieldcat-ref_fieldname = 'KWMENG'.
fieldcat-ref_tabname = 'VBAP'.
fieldcat-decimals_out = 0.
"if you want decimals then specify the number how many you want
hi friend!!
i have a editable ALv out put and in that i am displaying Amount and quantity field. In O/p if i enter 100 its taking as 100,00 .Please tell me how to correct the same.
Plz help me
2008 Oct 23 1:15 PM
Try to fill the Ref_fieldname and Ref_tabname in the fieldcatalog.
also specify decimals = 0 for the column which you are editing.
fieldcat-ref_fieldname = 'KWMENG'.
fieldcat-ref_tabname = 'VBAP'.
fieldcat-decimals_out = 0.
"if you want decimals then specify the number how many you want
2008 Oct 23 1:20 PM
Are you tried no_zero?
fieldcat-tabname = 'T_OUT'.
fieldcat-fieldname = 'DMBTR'.
fieldcat-col_pos = '10'.
fieldcat-seltext_m = 'Amount'.
fieldcat-outputlen = 4.
fieldcat-no_zero = 'X'.
fieldcat-no_out = 'X'.
APPEND fieldcat TO fieldtab.
CLEAR fieldcat.
2009 Aug 05 11:49 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |