cancel
Showing results for 
Search instead for 
Did you mean: 

PO Status in Manage Purchase Order

KhaingZinTun
Participant
View Entire Topic
Johannes_Schulte
Participant

Hello Khaing ZIn,

the status on the header is just the summery of the item lines. This header status is not directly available in API, but you can use the API to read the item information. If sufficient for your requirement I would read the "IsFinallyInvoiced" indicator (see screenshot from documentation)

Johannes_Schulte_VICOLAND_0-1742536899640.png

Regards Johannes

KhaingZinTun
Participant
0 Kudos

Hi @Johannes_Schulte ,

Thank you for your support. I’ve checked the 'IsFinallyInvoiced' indicator field, and it appears to be a manually entered checkbox when creating a PO. Therefore, it does not indicate whether the PO has been invoiced or not.

KhaingZinTun_0-1742795337849.png

Best Regards,

Khaing Zin

Johannes_Schulte
Participant
0 Kudos

Hi,

correct this is not fully automated. Another solution would be to read the supplier invoice with reference to the PO: https://api.sap.com/api/API_SUPPLIERINVOICE_PROCESS_SRV/resource/Item_with_Purchase_Order_Reference

Regards
Johannes