Do you have any question about this error?
Message type: E = Error
Message class: CB - PP-PI-PMA: Dialog Messages for Process Management
Message number: 321
Message text: Destination &: Table & does not conform to the name convention
The destination &V1& of type "ABAP/4 table" is assigned to the
selected process message via the message category. The corresponding
table &V2& is not within the name range reserved for customer tables
(X* to Y*). However, process messages can only be sent to tables that
are within this name range.
The message has not been sent to the destination &V1&.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
RESET N1
Correct the definition of the message destination in Customizing:
Enter a table that is within the name range X* to Y* as the destination
address.
Define the fields of the table as destination-specific target fields.
In Customizing, assign the characteristics of the message category to
the destination-specific target fields.
INCLUDE 'NA_EMPF_SEND' OBJECT DOKU ID TX LANGUAGE E
Otherwise, maintain the table entry manually if necessary.
Error message extract from SAP system. Copyright SAP SE.
CB321
- Destination &: Table & does not conform to the name convention ?The SAP error message CB321 indicates that a table does not conform to the naming conventions set by the system. This error typically arises when you are trying to create or modify a database table, and the name of the table does not meet the required standards.
Cause:
- Naming Convention Violation: SAP has specific naming conventions for database objects, including tables. For example, table names must start with a specific prefix (like Z or Y for custom tables) and must adhere to certain character limits and formats.
- Invalid Characters: The table name may contain invalid characters or may not follow the required format (e.g., it may include spaces or special characters).
- Length Exceeded: The name of the table may exceed the maximum length allowed by SAP.
Solution:
- Check Naming Conventions: Ensure that the table name follows SAP's naming conventions. For custom tables, it should typically start with 'Z' or 'Y'.
- Rename the Table: If the table name is invalid, rename it to conform to the naming standards. You can do this in the Data Dictionary (SE11) or the relevant transaction.
- Avoid Special Characters: Ensure that the table name does not contain any special characters or spaces.
- Length Check: Verify that the table name does not exceed the maximum length allowed (usually 30 characters).
- Use Transaction SE11: Go to transaction SE11 (Data Dictionary), and check the table name you are trying to create or modify. Make the necessary adjustments to conform to the naming conventions.
Related Information:
By following these steps, you should be able to resolve the CB321 error and successfully create or modify your table in SAP.
Get instant SAP help. Start your 7-day free trial now.
CB320
;;*** Table destinations ***
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CB316
Error when sending message via SAPoffice
What causes this issue? When the selected process message was sent via SAPoffice, an error occurred.System Response The system issues an error messa...
CB322
Destination &: Table & is not created on the data base
What causes this issue? The destination &V1& of type "ABAP/4 table" is assigned to the selected process message via the message cat...
CB323
Destination &: Error when reading the fields of table &
What causes this issue? The destination &V1& of type "ABAP/4 table" is assigned to the selected process message via the message cat...
Click on this link to search all SAP messages.