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: 

bapi_salesorder_change

Former Member
0 Kudos

Hello everyone,

I´m trying to update a document with the bapi_salesorder_change, the fields are cust_grp3 and sales_grp...

the bapiret contains this two messages:

ORDER_HEADER_IN has been processed successfully

Credit Memo Request 60013276 has been saved

but at the end of the process I have this..

Express document "Update was terminated" received from….

and the update is canceled

Somebody get any idea?

Regards, Sebastián Bustamante

1 REPLY 1

Former Member
0 Kudos

Hi ,

This happens when shothing fails in the update task.

Generally SAP checks all the data in the current task and does all database updates in the Update taks. So when it gave you the message "Credit Memo Request 60013276 has been saved" this is from the current task and the data is not saved in the tables yet. The data is actully saved in the tables in an update task. When an error occurs in the update taks, you get the message "Update was terminated". To get information on the actual error you can check transaction <b>SM13</b>.

- Kalyan