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

issue- i need coding part

Former Member
0 Likes
364

For every sales order we need the order quantity, delivered quantity and the open quantity and the unit type should be sales unit (not base unit). The item which is completed & rejected should not display in the report and for the item which is partially rejected open quantity should be 0.

2 REPLIES 2
Read only

Former Member
0 Likes
338

Order quantity is in table VBAP, Delivered quantity is in table VBFA. Calculate the difference. Check you status codes in VBUK and VBUP, as appropriate to header or item level, or check the item rejection reason, as your specs require.

Note: the forum is a place to obtain help with specific problems; it is not a "do my work for me" source...you do the work, then post specific problems or questions that you cannot find an answer for in ABAP Help or by searching the forums, and you'll find people willing to try to help you.

Read only

0 Likes
338

Very well explained.

Thread locked.

Thomas