cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CDS View to monitor purchase order items

Expert
Active Contributor
0 Kudos
8,773


Hello,
The question is related to the data available in the app "Monitor Purchase Order Items" which is very useful to follow up the status of Purchase Order Lines.
What is the CDS View that is used to feed this app.
The idea is to use the data source at least with received quantity and invoice quantity and amount.

Accepted Solutions (1)

Accepted Solutions (1)

Expert
Active Contributor
0 Kudos

Hi,

I would assume most of the information is based on the following CDS view: I_PurchaseOrderItemAPI01 (Basic). However, you will not be able to pull invoiced quantity or received quantity from this, you would only be able to pull the purchase order item quantity, whether or not it has been invoiced, and whether or not it has been received.

Here is a link from the API hub with more information about this CDS view: https://api.sap.com/cdsviews/I_PURCHASEORDERITEMAPI01/fields

Thanks!

niels1515
Participant
0 Kudos
Hi @Expert, did you finde a Solution to invoiced quantity or received quantity? I am Looking for an Interface View form SAP but Could not find it. Regards Niels

Answers (1)

Answers (1)

deodutt_dwivedi
Active Participant
0 Kudos

Hi,

For S/4HANA On-Premise, C_PurchaseOrderItemMoni is being used for this app. May be it is same in cloud as well.

Regards,

Deo

0 Kudos

Thank you so much. I was looking for a CDS view for "still be be delivered" and your post was a big help.