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

adding line items in BAPI_PO_CHANGE

Former Member
0 Likes
726

Hi,

i am using BAPI_PO_CHANGE and i have already created po line item under one PO. Now i want to add more line items under the same document number. How can i do that using BAPI_PO_CHANGE.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
689

I have checked the documentation but i couldnt get my answer.

Hi,

i am using BAPI_PO_CHANGE and i have already created po line item under one PO. Now i want to add more line items under the same document number. How can i do that using BAPI_PO_CHANGE.

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
689

Hi,

Check the BAPI documentation in tcode BAPI. That would help you

Read only

Former Member
0 Likes
690

I have checked the documentation but i couldnt get my answer.

Read only

0 Likes
689

Hi

Populate the following strucuture in the BAPI

PURCHASEORDER = PO Number

Tables :

POITEM = itab_item

POITEMX = itab_itemx

where in the Itab_item fill in the item details and mark X in the corresponding fields in itab_itemx.

also call the BAPI_TRANSACTION_COMMIT so that the data would be saved.

Read only

Former Member