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: 

Changes to an order not showing up in change log

Former Member
0 Kudos
528

I m changing item quantity of sales order items by both Call Transaction as well as

'BAPI_SALESORDER_CHANGE', however in neither case if I open the changed order in VA02 and go to Environment->Changes menu. I dont see the changes at all.

What could be the problem? Because the order quantities ARE getting changed successfully.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
134

you need to call BAPI_TRANSACTION_COMMIT after BAPI_SALESORDER_CHANGE.

2 REPLIES 2

Former Member
0 Kudos
134

Hi,

I am not very sure but You might need to check for the Change Pointer's activation in your SAP System globally and at the level of Sales Order.

USe Txn SALE for this.

https://help.sap.com/saphelp_nw04/helpdata/en/78/2178da51ce11d189570000e829fbbd/content.htm

Former Member
0 Kudos
135

you need to call BAPI_TRANSACTION_COMMIT after BAPI_SALESORDER_CHANGE.