‎2008 Apr 28 2:31 PM
Hello All,
When we change item-quantity in any sales order by using bapi BAPI_SALESORDER_CHANGE, then it successfully run but quantiy not change in database table.
I also commit BAPI using BAPI_TRANSACTION_COMMIT.
So pls help me to solve my problem.
Thanks and Regards.
Swatantra Pathak
‎2008 Apr 28 2:47 PM
Check what do you have in BAPIRETURN table.
I think there will be some sort of error message in this table
Santhosh
‎2008 Apr 28 2:34 PM
So when you say: successfully run. What does that mean, return code = 0, or does it actually say in the return table of type BAPIRET2 that is was succesfull, or...?
‎2008 Apr 28 2:41 PM
Make sure to flag the appropriate fields (to be changed) in the 'X' tables.. ie. ORDER_ITEM_INX
‎2008 Apr 28 2:47 PM
Check what do you have in BAPIRETURN table.
I think there will be some sort of error message in this table
Santhosh
‎2008 May 28 8:22 AM