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: 

Probem with decimal values of Quantity field in OOPs ALV

Former Member
0 Kudos

Hi,

I have one quantity field which is like VBRP-KWMENG. When i was displaying in OOPS ALV, that field be initially blank and once user enters the data and hits 'ENTER' it should be displayed with decimal values like ...

for 3 it should be displayed as '3.000' but at present it was displaying as '0.003'. I tried different options... somewhere it was missing in the fieldcatlog... can one help me.

1 ACCEPTED SOLUTION

narin_nandivada3
Active Contributor
0 Kudos

Hi Jayasri,

Try specifying the option DECIMALS_O in the field catalog.. and mention the number of decimals..

Check this thread so that it may give you some hit for other way...

Hope this would help you.

Good luck

Narin

2 REPLIES 2

narin_nandivada3
Active Contributor
0 Kudos

Hi Jayasri,

Try specifying the option DECIMALS_O in the field catalog.. and mention the number of decimals..

Check this thread so that it may give you some hit for other way...

Hope this would help you.

Good luck

Narin

Former Member
0 Kudos

used DECIMALS, solved my own.