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_PO_CHANGE to update the Price for the line item not updating the Price

Former Member
0 Kudos

Hi,

I am using BAPI_PO_CHANGE to update the Price for the line item. This BAPI is not updating the Price. I am using external cummit also, but the BAPI is not updating price.

I am passing following data to the BAPI.

Plant: CQ11

PO Material Price

4500002142 TEST_BATCH 12

Please provide suggestion.

Regards,

Jubin.

3 REPLIES 3

gopi_narendra
Active Contributor
0 Kudos

Try using BAPI_TRANSACTION_COMMIT after the BAPI_PO_CHANGE returns succesfully.

Regards

Gopi

0 Kudos

Hi,

I have added the Bapi commit also. But still the price is not updated in PO. Are the parameters which I am passing are correct and enough?

Jubin

0 Kudos

Hi,

check this link...this has sample code

[http://www.sap-img.com/abap/sample-abap-code-on-bapi-po-change.htm]

Regards,

Surinder