Do you have any question about this error?
Message type: E = Error
Message class: EK - IS-U Accounts Receivable and Payable
Message number: 860
Message text: Table &1: No entries/key &2 already exists
Either there is no entry in the table with the specified key, or you
have attempted to generate an entry with a key that already exists via
the UPDATE.
This type of UPDATE on key fields is not permitted for POOL or CLUSTER
tables.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
The SAP error message EK860 typically indicates an issue related to the entries in a specific table, often related to purchasing documents or conditions. The message can be broken down as follows:
Cause: The error occurs when there is an attempt to create or modify an entry in a table (denoted by &1) where either no entries exist for the specified key (denoted by &2) or an entry with that key already exists. This can happen in various scenarios, such as when trying to create a new purchasing info record, condition record, or other related entries in the system.
Solution: To resolve this error, you can take the following steps:
Check Existing Entries: Use transaction codes like SE11 (Data Dictionary) or SE16 (Data Browser) to check the contents of the table specified in the error message. Look for the key value mentioned in the error message to see if it already exists or if there are no entries at all.
Correct Data Entry: If you are trying to create a new entry, ensure that the key you are using is unique and does not already exist in the table. If it does exist, you may need to update the existing entry instead of creating a new one.
Review Configuration: If this error occurs during a specific process (like creating a purchase order or condition record), review the configuration settings related to that process. Ensure that all necessary prerequisites are met and that the system is set up correctly.
Consult Documentation: Check SAP documentation or help resources for the specific table and transaction you are working with to understand the expected behavior and requirements.
Debugging: If you have access to debugging tools, you can analyze the program logic to see where the error is being triggered and why the system is unable to find or create the required entry.
Related Information:
By following these steps, you should be able to diagnose and resolve the EK860 error in your SAP system.
Get instant SAP help. Start your 7-day free trial now.
Feature | Free Access | Free Trial |
---|---|---|
Basic SAP error explanation | ![]() |
![]() |
Step-by-Step Usage Guide | ![]() |
![]() |
Interactive SAP Coach Assistance | ![]() |
![]() |
AI Troubleshooting for T-Code Errors | ![]() |
![]() |
EK859 Table &1: &2 entries processed
Self-Explanatory Message Since SAP believes that this specific error message is ...
EK858 Conversion of interest key from '00' to ' ' started
Self-Explanatory Message Since SAP believes that this specific error message is ...
F5183 Base amount plus withholding tax free amount exceed the posting amount
Self-Explanatory Message Since SAP believes that this specific error message is ...
F5184 Enter a withholding tax code
Self-Explanatory Message Since SAP believes that this specific error message is ...
SAP messages fall into 3 different categories: Error messages
(message type = E), Warnings (W) or Informational (I) messages.
An error message will prevent you from continuing your work - it is a hard stop and you need to fix the error before you can proceed. A warning message will stop your work, however, you can then bypass the warning by pressing the Enter key on your keyboard. That said, it is still good practice to investigate the cause of the warning message and address it. An information message will not stop your work and is truly just for informational purposes.
Click on this link to search all SAP messages.