cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Order: status of line items

peter_sk
Discoverer
0 Kudos
167

Hello,

I'm trying to use interface QueryPurchaseOrderQueryIn, operation FindSimpleByElements and I have 2 problems:

1. In the retrieved PO there are 10 line items. In SAP ByD user interface I can see that some of those line items are Finished and some are Cancelled. But in the XML data retrieved by QueryPurchaseOrderQueryIn I can't see any indications if a line item is cancelled. Where/how can I find it?

2. I can see the overall PO delivery status in field PurchaseOrderDeliveryStatusCode. For each line item I can see dates and quantity under ItemScheduleLine, but no indications whether this has been delivered or not. Where can I see the quantities already delivered against each line item?

Many thanks

Peter

Former Member
0 Kudos

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with: https://community.sap.com/resources/questions-and-answers, as it provides tips for preparing questions that draw responses from our members.

For example, you can:

- outline what steps you took to find answers (and why they weren't helpful)

- share screenshots of what you've seen/done

- make sure you've applied the appropriate tags

- use a more descriptive subject line

The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial at: https://developers.sap.com/tutorials/community-qa.html

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your profile you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html

Questions on how to draw responses from members? Check out this discussion on how to improve questions. https://groups.community.sap.com/t5/welcome-corner-discussions/advice-from-sap-champions-questions-a...

Accepted Solutions (1)

Accepted Solutions (1)

peter_sk
Discoverer
0 Kudos

Answering own question to help other users:

It seem impossible to get the required data about PO line items using the standard interfaces. In my opinion this makes the standard PO interface useless. But it is possible to get this data via custom OData data source: query entity PurchaseOrderCollection and expand PurchaseOrderItem

Answers (0)