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

problem with the quantity field

Former Member
0 Likes
375

hi every one

i am facing a problem with the quantity field (vbap-kwmeng)

as per my requirement i need to display this quantity field along with some other item fields from VBAP in an alv grid.

among all the fields displayed in the alv grid only this quantity field is editable(end user can change this quantity)

once end user changes this quantity and press save button i need to capture this new quantity in my internaltable.

problem is input of length of quantity is 15 and the output length is 19

so when i am pressing save

say my quantity is 50 when i am pressing save '0.050' is coming because of the length difference

how can i capture the original changed value.

vamsi

1 REPLY 1
Read only

Former Member
0 Likes
281

what about define two fields in you inner table ,one as char and the other as vbap-kwmeng, you can show the char one in the ALV gird , when user input value and press SAVE ,you can move the value to vbap-kwmeng.

you can test it,mybe some one has one better idea.