Application Development and Automation 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: 
Read only

Retrieving/validating PO data from third party application

Former Member
0 Likes
656

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.

1 ACCEPTED SOLUTION
Read only

0 Likes
627

Hi Henriquez ,

3 REPLIES 3
Read only

0 Likes
627

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.

Read only

0 Likes
627

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?

Read only

0 Likes
628

Hi Henriquez ,