Application Development 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: 

ALV Decimals Issue

Former Member
0 Kudos

Dear folks,

I have data in an internal tbale and i am displaying it in an ALV using set_table_for_first_display method. there is one qty. field in internal table of type MENGE. if the value is there in that qty field it is displayed correctly but if it is initial nothing is getting displayed in ALV. My requiremnt is to display 0.000 if it is initial but but space is getting displayed. I m using LVC_FIELDCATALOG_MERGE function module to create field catalog. pls provide inputs.

1 REPLY 1

kesavadas_thekkillath
Active Contributor
0 Kudos

It should display 0.000. After executing the fm LVC_FIELDCATALOG_MERGE check the field property no_zero of that particular field . It must be initial.