2008 Nov 21 12:12 AM
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.
2008 Nov 21 4:18 AM
you need to call BAPI_TRANSACTION_COMMIT after BAPI_SALESORDER_CHANGE.
2008 Nov 21 3:26 AM
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
2008 Nov 21 4:18 AM
you need to call BAPI_TRANSACTION_COMMIT after BAPI_SALESORDER_CHANGE.