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 Termination error

Former Member
0 Likes
976

Hi experts,

An Update termination occured when trying to insert a record in the database and this record was already existing with the same key and hence a termination occured.

Is there any solution which can be given for this termination.

Regards,

Priya

8 REPLIES 8
Read only

Former Member
0 Likes
935

use modify

Read only

Former Member
0 Likes
935

Hi,

if you want duplicate entries, then Include a field like timestamp i.e having currentdate and time in the key fields so that you will not get errors at the time of inserting records.

Hope this helps.

Read only

Former Member
0 Likes
935

The termination has occured in standard SAP

Read only

0 Likes
935

The table you are trying to update is a sap table or custom table. If it is a sap table then use modify statement and it will take care of insertion errors.

if it is a Z table and you want duplicate entries then add time stamp as key field and if you don't want duplicate data then use modify statement.

Read only

0 Likes
935

One should not use direct insert/update/delete command on standard SAP table. What data you are trying to modify ? Check if BAPI/FM exists.

Read only

0 Likes
935

So long as it's a standard SAP program trying to do the update, it may be a configuration issue. As I said before, you need to use SM13 or SM14.

Rob

Read only

Former Member
0 Likes
935

HEllo Renita,

Use modify or update command.

If useful reward.

Vasanth

Read only

Former Member
0 Likes
935

You can use SM13 and SM14 to examine the problem.

Rob