953 SAP Message of Class 00 DB error: Specified key already used











953(00) - DB error: Specified key already used

Message number 953 of class 00 is used to display message "DB error: Specified key already used" and can be triggered using the following ABAP code:

    MESSAGE W953(00). "Warning message example
    MESSAGE I953(00).
"Information message example
    MESSAGE E953(00).
"Error message example
See here for more options


What causes this issue

The attempted operation (INSERT or UPDATE) violates the uniqueness of
the primary key or another index defined as UNIQUE.

System Response



How to fix

Check your ABAP program.

Message text extract from SAP system. Copyright SAP SE.


Return to Message Class 00 main page



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!