‎2006 Sep 14 2:35 PM
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
‎2006 Sep 14 2:37 PM
‎2006 Sep 14 2:38 PM
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.
‎2006 Sep 14 2:41 PM
‎2006 Sep 14 2:45 PM
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.
‎2006 Sep 14 2:47 PM
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.
‎2006 Sep 14 2:57 PM
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
‎2006 Sep 14 2:42 PM
HEllo Renita,
Use modify or update command.
If useful reward.
Vasanth
‎2006 Sep 14 2:44 PM