Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Formatting Float Fields in ALV Grid

Former Member
0 Likes
1,021

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

1 REPLY 1
Read only

Former Member
0 Likes
442

use the EXPONENT ATTRIBUTE in the field catalog.Put exponent = 0 to get your output.