‎2010 Nov 19 4:23 PM
Hello everybody,
I need a little help!
I am using the BAPI BAPI_SALESORDER_CHANGE to change some data of the Order, but when I change the Status of Payment of an item, which does not stock this change does not occur and also did not return any error.
Someone has gone pro a similar situation?
Any tips?
Thanks,
Michely
‎2010 Nov 19 4:41 PM
Have you used bapi_transaction_commit after calling BAPI_SALESORDER_CHANGE ?
‎2010 Nov 19 4:42 PM
You're coding the 'X' structure for the items, with the appropriate update flag, right? And, since the BAPI doesn't do a commit, you're following up with call to BAPI_TRANSACTION_COMMIT?
‎2010 Nov 19 4:56 PM
Yes the problem only occurs with no balance items in stock at the time of change.
‎2010 Nov 22 11:10 AM