KALEEL
Home
My Apps
Blog
SAP
Successfactors
Employee Central
ABAP
Fiori
WebDynpro ABAP
Adobe Forms
Web
Other
Blog
March 29, 2011
Published by
Mohamed Kaleel
at
March 29, 2011
Categories
ABAP
ALV report – remove of decimal values in alv Output
if 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’.