Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: WS - Supplier Billing Document
Message number: 880
Message text: Multiple article numbers found for EAN &
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
WS880
- Multiple article numbers found for EAN & ?SAP Error Message:
WS880 - Multiple article numbers found for EAN &
Cause:
This error occurs when SAP tries to find a unique article (material) number based on the provided EAN (European Article Number, i.e., barcode), but multiple materials are linked to the same EAN in the system. Since the system expects a one-to-one relationship between an EAN and a material number, it cannot determine which material to use, resulting in this error.
Explanation:
Check Material Master Data:
Identify Duplicate EAN Assignments:
Correct the Data:
Check Configuration:
Re-try the Transaction:
Tables involved:
Transactions:
Notes:
If you need help identifying duplicates, you can run this simple query in SE16N on table EANLH:
SELECT EAN, COUNT(MATNR)
FROM EANLH
GROUP BY EAN
HAVING COUNT(MATNR) > 1;
This will list all EANs assigned to more than one material.
Let me know if you need assistance with specific steps or scripts!
Get instant SAP help. Sign up for our Free Essentials Plan.
WS879
No article and no supplier article number were entered
What causes this issue? For the settlement document type, settings were made so that the material is determined directly or via the supplier's m...
WS878
No supplier article number was entered
What causes this issue? For the settlement document type, settings were made so that the material is not determined directly but rather via the suppl...
WS881
Text items have no tax information
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
WS882
Posting rule & does not exist
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.