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
642

Using BAPI I need to Upload the Purchase Order Header And Item Level Details .

both the details are feteched at runtime using two f4 help files.

i do not have any key field to check the table what is the option.

can any one help me , if it is with code most welcome.

regards!

sara

4 REPLIES 4
Read only

Former Member
0 Likes
621

try these....


BAPI_PO_CREATE                 Create Purchase Order
BAPI_PO_CREATE1                 Create Purchase Order

to see the details...


BAPI_PO_GETDETAIL              Display Purchase Order Details
BAPI_PO_GETDETAIL1              Display Purchase Order Details

Read only

Former Member
0 Likes
621

HI

chk this BAPI_PO_CREATE1

hope this helps

regards

Aakash Banga

Read only

Former Member
0 Likes
621

Hi,

Try these BAPI's

BAPI_PO_CREATE

BAPI_PO_CREATE1

Regards,

Jyothi CH.

Read only

Former Member
0 Likes
621

Try the SDN link for sample code :

https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/openPurchaseOrderUpload_MaterialsUsing+BAPI

Its always better you do a search in SDN for what ever to want before posting , and it will help you save lot of time waiting for the answers.

Mathews