Application Development and Automation 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: 
Read only

Regarding express document message

Former Member
0 Likes
2,643

Hai friends,i am uploading material master using BDC for MM01.while i am processing through foreground it is processing weell and finally showing me success messaage that 'Material is created'.But,immediatly i am receving a express dcoument message stating that 'UPDATE WAS TERMINATED'.Even though of message success message of material creation update was being terminated.Can anyone please help regarding this what would be the problem.Thanks in advance.

Regards.

4 REPLIES 4
Read only

Former Member
0 Likes
1,727

Hi,

You need to check the detail in the express message in your SAP inbox, look for any short dump and look at the terminated updated in transaction SM13.

Regards,

Nick

Read only

former_member404244
Active Contributor
0 Likes
1,727

Hi,

Please check the tcodes SM13 and SM14 to track the dump point in the code.

Regards,

Nagaraj

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,727

Take a look at [Update Management|http://help.sap.com/saphelp_nw04/helpdata/en/e5/de870535cd11d3acb00000e83539c3/frameset.htm] in [Updates in the SAP System (BC-CST-UP)|http://help.sap.com/saphelp_nw04/helpdata/en/e5/de870535cd11d3acb00000e83539c3/frameset.htm] - focalize on [Analyzing and Correcting Update Errors|http://help.sap.com/saphelp_nw04/helpdata/en/e5/de874735cd11d3acb00000e83539c3/frameset.htm]

Useful transactions

- SM13 "Display Update Records", SM14 "Update Program Administration"

- ST22 "ABAP dump analysis"

- SM21 "System log"

Basically, the transaction checked the data, found no error and submitted update task function modules which should have updated the database, recorded change documents, updated statistics and the like. Then it sended a success message and end the transaction. Later, one of those FM has failed, so the system cancelled the proposed changes in the database and sent back an express message to warn user who called the transaction.

Regards,

Raymond

Read only

Former Member
0 Likes
1,727

thank u