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

update problem

Former Member
0 Likes
470

Whenever I m creating any GR, Billing doc on development server, its creating but msg :UPDATE WAS TERMINATED RECEIVED FROM AUTHOR SAPUSER" displaying and system is not showing effect of created documents. What may be the reason. Recently production client was copied to development.

Any advice solicited

3 REPLIES 3
Read only

Former Member
0 Likes
454

Hi,

Even I have faced this problem few days back. Actually the system is trying to insert record into database table using the command INSERT. Let's say because of some thing gone wrong and the internal table like already existing entry in database or duplicate records in internal table might cause this problem.

So I suggest you to check that piece of code where it got populated.

Also try putting a break point at statement INSERT, where the updation is going to happen.

Regards,

Santhosh.

Read only

Former Member
0 Likes
454

Hi,

This happened when the LUW of your transaction was not updated properly using UPDATE work process.

If you want to know what was the cause of the update termination, go to SM13 and double click on the error until you find the codes which cause the short dump.

Check and rectify the error if it's caused by your enhancement or exit. However, if it's error out at SAP standard codes, then try to look for OSS notes which fix the issue.

Regards,

Lim....

Read only

Former Member
0 Likes
454

ok