SAP Message CB330 - Destin. &: Char. & for key field of tab. & is not in message

Diagnosis
The destination &V1& of type "ABAP/4 table" is assigned to the selectedprocess message via the message category. According to the messagecategory, the characteristic &V2& is to be transferred to a key fieldof the destination table &V3&. However, this characteristic is notcontained in the process message.
The process message has not been sent to the destination &V1&.

Procedure
RESET N1
In Customizing for the current message category, check and correct
the assignment of the characteristics to the message category
the assignment of the message characteristics to the target fields ofthe destination
Recommendation:
Message characteristics which are transferred to the key fields of thedestination table should be defined as required characteristics in themessage category.
INCLUDE 'NA_EMPF_SEND' OBJECT DOKU ID TX LANGUAGE E
Otherwise, manually maintain the table entry if necessary.

Further notes
If the process message has been sent by an external control system youshould also check the definition of the message category in you controlsystem.