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

BAPI

Former Member
0 Likes
786

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
Read only

varma_narayana
Active Contributor
0 Likes
720

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
Read only

varma_narayana
Active Contributor
0 Likes
721

Hi...

The BAPI FM is BAPI_PO_GETLIST

It will return all the POs with the Given Criteria.

<b>Reward if Helpful</b>

Read only

0 Likes
720

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

Read only

0 Likes
720

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

Read only

Former Member
0 Likes
720

Hi,

Try FM <b>BAPI_PO_CHANGE Change Purchase Order

BAPI_PO_CREATE1 Create Purchase Order</b>

Reward if useful.