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

ALV Grid display

Former Member
0 Likes
455

Hi,

I am using REUSE_ALV_GRID_DISPLAY for display in alv format, all the Currency values are automatically converted into text format in the output and for those columns the sum values are zero. If I use REUSE_ALV_LIST_DISPLAY values are displaying correctly, but i need to display the report in Grid Format only.

For all currency fields in the Internal tables are of format BSAS-DMBTR.

Thanks,

Sri.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
429

in the fieldcataloag add this..

wa_fieldcat-datatype = 'CURR'.

2 REPLIES 2
Read only

Former Member
0 Likes
430

in the fieldcataloag add this..

wa_fieldcat-datatype = 'CURR'.

Read only

Former Member
0 Likes
429

excellent! it's working