BAPI_SALESORDER_CHANGE

Hi
Any body implemented BAPI_SALESORDER_CHANGE. After executing this BAPI, it always return successful message, but it updates nothing in SAP.
any clue.

Thanks a lot in advance.

Rgds
Sumesh Arora

Hi,
We had a similar situation. You can try the following to see if it works

Rgds,
Ed

BAPI data not refreshing

To use BAPIs you have to call BAPI_TRANSACTION_COMMIT in order to clear the local memory, otherwise the old data will be returned. This forces SAP to retrieve the data from the database.

N.B. OSS note 451904 must be implemented for this to work.