‎2006 Sep 27 1:51 AM
Hi everybody,
I am using an ALV Grid Control (CL_GUI_ALV_GRID) and I need to show float fields with format
p.e 2,0020010000000000E+06 must be showed as 2,002,001 in the ALV
thanks for your help
Cesar
‎2006 Sep 27 5:20 AM
use the EXPONENT ATTRIBUTE in the field catalog.Put exponent = 0 to get your output.