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: 

APO - Retrieval of Order items with Zero confirmed quantity

Former Member
0 Kudos
122

Hi all,

I am developing a report in APO that fetches the sales orders in APO system for a given Product allocation group, Material & Sales organization.

The retrieval process I use is as follows:

1. I retrive the list of PLUIDs from table /SAPAPO/QTCHA against the above selection criteria.

2. Then from table /SAPAPO/SDQTVB I retrive a list of POSIDs which I then pass into table /SAPAPO/POSMAPN to get the orders & their line item numbers.

But I notice that I am missing those orders line numbers that are having Zero confirmed quantities. Could anyone suggest me the tables from which I can retrive these Zero confirmed order item numbers in APO.

Regards

Murthy

2 REPLIES 2

Former Member
0 Kudos
55

Hi,

Are U Not using BAPI For Retriving the Data For The Input.???

Regards

Ahasan

0 Kudos
55

Hi Ahasan,

I am not using any BAPI, only SELECT logic. Let me know if you have any BAPIs in mind.

Regards

Murthy