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_PO_CHANGE

Former Member
0 Likes
608

I want to change payment terms for a purchase order. Is it possible to achieve the same by using BAPI_PO_CHANGE. I have tried the same by giving the po number and payment terms in POHEADER and POHEADERX. But failed to achieve the result. CAn anyone help me pl

I want to change payment terms for a purchase order. Is it possible to achieve the same by using BAPI_PO_CHANGE. I have tried the same by giving the po number and payment terms in POHEADER and POHEADERX. But failed to achieve the result. CAn anyone help me pl

4 REPLIES 4
Read only

Former Member
0 Likes
569

can you tell me what are the messages returned by the bapi return table ..

Read only

0 Likes
569

BAPI RETURN Table is not having any record. Otherwise it gives message as po successfully changed.

Read only

Former Member
0 Likes
569

Also use CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

Read only

0 Likes
569

'BAPI_TRANSACTION_COMMIT' has been used after bapi_po_change.