Application Development 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: 

BAPI

Former Member
0 Kudos

Hi All,

I m doing one scenario in which i want to import the BAPI for PO(Purchase Order)

Can any one tell me the name of BAPI whose function is to search for Purchase Order n on

the basis of search we get the list of particular PO.

Plz reply me as soon as possibe

Thanks

1 ACCEPTED SOLUTION

varma_narayana
Active Contributor
0 Kudos

Hi...

The BAPI FM is BAPI_PO_GETLIST

It will return all the POs with the Given Criteria.

<b>Reward if Helpful</b>

4 REPLIES 4

varma_narayana
Active Contributor
0 Kudos

Hi...

The BAPI FM is BAPI_PO_GETLIST

It will return all the POs with the Given Criteria.

<b>Reward if Helpful</b>

0 Kudos

Thanks for ur reply ..

one thng i want to know we r using BAPI to search for PO's based on the search screen n then we have to filter based on purchases.. so how to implement this filter or how to find it..

Thanks

0 Kudos

Hi

Can u plz tell me when do we use BPM???

also while convrting from BAPI to Idoc is there use of any BPM???

Plz clarify my doubts ..

Thanks

Former Member
0 Kudos

Hi,

Try FM <b>BAPI_PO_CHANGE Change Purchase Order

BAPI_PO_CREATE1 Create Purchase Order</b>

Reward if useful.