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
449

I'm using BAPI_PO_CHANGE to turn off the PO item GR indicator flag. After each PO change, I call the BAPI_TRANSACTION_COMMIT function module. This process works very well in our development system, but does not work properly in our staging system. My test includes 4 different purchase orders with one or more items being changed. In the staging system, only the first PO change gets written to the data base. The return table contains the successful PO Changed message for each PO. The BAPI is the same in both systems.

2 REPLIES 2
Read only

Former Member
0 Likes
363

Hello Jim,

Have you looked in SM13 to see if there are any update errors? Also, how are the different systems configured? How many update processes are configured for your staging system?

Martin

Read only

0 Likes
363

Thanks Martin. It looks like it is a data problem. Thanks again for your response.