
How to save Abap Source Code to local in New Abap Editor
August 9, 2010Commonly Used Date Function
March 29, 2011if you want display 1234 instead of 1234.566 in ALV List
While building Fieldcatalog
Add
< your_fieldcatalog >-decimals_out = 0.
< your_fieldcatalog >-inttype = ‘I’.
Ex.
wa_fc_disp-decimals_out = 0.
wa_fc_disp-inttype = ‘I’.