SAP Message CB321 - Destination &: Table & does not conform to the name convention

Diagnosis
The destination &V1& of type "ABAP/4 table" is assigned to theselected process message via the message category. The correspondingtable &V2& is not within the name range reserved for customer tables(X* to Y*). However, process messages can only be sent to tables thatare within this name range.
The message has not been sent to the destination &V1&.

Procedure
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 destinationaddress.
Define the fields of the table as destination-specific target fields.
In Customizing, assign the characteristics of the message category tothe destination-specific target fields.
INCLUDE 'NA_EMPF_SEND' OBJECT DOKU ID TX LANGUAGE E
Otherwise, maintain the table entry manually if necessary.