Message type: E = Error
Message class: /ACCGO/CMN -
Message number: 073
Message text: DPQS data provided for non existent item &1
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.
The SAP error message
/ACCGO/CMN073 DPQS data provided for non-existent item &1
typically occurs in the context of the SAP system when dealing with data related to the Data Processing Quality System (DPQS). This error indicates that the system is trying to process data for an item that does not exist in the database.Cause:
Non-Existent Item: The item referenced by
&1
does not exist in the relevant database table. This could be due to:
- The item was never created.
- The item was deleted or archived.
- There is a typo or incorrect item number being referenced.
Data Integrity Issues: There may be issues with data integrity, such as missing master data or incorrect configurations.
Configuration Issues: The system may not be properly configured to recognize the item in question, especially if it is a new item or if there have been recent changes to the item master data.
Solution:
Verify Item Existence: Check if the item number referenced in the error message actually exists in the relevant master data tables. You can do this by:
- Using transaction codes like
MM03
(Display Material) orCS03
(Display BOM) to check if the item is present.- Running a query on the database to see if the item exists.
Correct Item Reference: If the item does not exist, ensure that the correct item number is being used in the transaction or process that triggered the error.
Create or Restore Item: If the item is indeed missing and should exist, you may need to create it or restore it from an archive if applicable.
Check Configuration: Review the configuration settings related to the item and ensure that all necessary settings are correctly defined.
Consult Documentation: Refer to SAP documentation or notes related to the specific module you are working with for any additional troubleshooting steps or known issues.
Contact Support: If the issue persists after checking the above points, consider reaching out to your SAP support team or consulting SAP Notes for further assistance.
Related Information:
MM03
, MM01
, MM02
, and others depending on the context.By following these steps, you should be able to identify the cause of the error and implement a solution to resolve it.
/ACCGO/CMN072 Dpulicate DPQS data provided for item &1
Self-Explanatory Message Since SAP believes that this specific error message is ...
/ACCGO/CMN071 No item number provided in DPQS data
Self-Explanatory Message Since SAP believes that this specific error message is ...
/ACCGO/CMN074 No item number provided in tolerance data
Self-Explanatory Message Since SAP believes that this specific error message is ...
/ACCGO/CMN075 Dpulicate tolerance data provided for item &1
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.