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

Problem with BAPI_PO_CHANGE

Former Member
0 Likes
613

I want to change hte po conditions' kbetr, and I passed the po number and condition values to this function module. But It doesn't work at all.

PURCHASEORDER 4500000689

***POCOND***

CONDITION_NO = 1000008796

ITM_NUMBER = 00010

CONDITION_TYPE = ZC01

COND_VALUE = 3333.00000

CURRENCY = CNY

CHANGE_ID = U

and corresponding fields in POCONDX.

I received a successful message that the po is changed, but not really..

Did anyone meet this problem before, or can anyone help me, it makes me crazy....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
566

Hi

Have you raised a commit? U should use the BAPI for commit: BAPI_TRANSACTION_COMMIT

Max

5 REPLIES 5
Read only

Former Member
0 Likes
566

dd

Read only

Former Member
0 Likes
566

dd

Read only

Former Member
0 Likes
567

Hi

Have you raised a commit? U should use the BAPI for commit: BAPI_TRANSACTION_COMMIT

Max

Read only

Former Member
0 Likes
566

hi,

after the bapi use

bapi_transaction_commit.

hope it helps

santhosh

Read only

0 Likes
566

I have a similar problem, also, when I execute BAPI_PO_CHANGE from SE37 transaction, I receive a message like "gross price ...",,, This message stops bapi execution, I don't know what to do. Anybody can help me?