‎2015 Oct 12 8:28 PM
I hope that someone can help me with the following query.
I'm looking for an easy way to retrieve PO data from SAP that we can use in a third party application.
We want to send a few selection parameters like Vendor, Creation Date, etc.
The outcome we want to use in this application.
Besides retrieving the data we would also like to do a validation on the PO (does it exist, deletion indicator set, delivery completed) from this third party application.
Hope anybody can help.
‎2015 Oct 14 5:05 AM
Hi Henriquez ,
If you need to get Service item details you can try BAPI_PO_GETDETAIL1, But in this PO number is mandatory.
Hope this helps.
‎2015 Oct 13 4:52 AM
Hi,
I would suggest a BAPI for this process BAPI_PO_GETITEMS
you can pass selection conditions to bapi like vendor , created date etc..
I think this would fulfill your requirement.
‎2015 Oct 13 1:49 PM
Hello Sundaramoorthy.
Thanks for your reply. This is indeed what I'm looking for.
However I need the Service Item details. With this Bapi I'll only get the Item details.
Do you know which Bapi I can use to get the PO Service Items Details?
‎2015 Oct 14 5:05 AM
Hi Henriquez ,
If you need to get Service item details you can try BAPI_PO_GETDETAIL1, But in this PO number is mandatory.
Hope this helps.