SAP Message CB333 - Destination &: Charact. & cannot be converted to field of type &

Diagnosis
The destination &V1& of type "ABAP/4 table" is assigned to theselected process message via the message category. The characteristicV2 of the process message is to be transferred to a table field oftype &V3&. However, due to the format of the characteristic, thevalue cannot be converted to this data type.
The message has not been sent to the destination &V1&.

Procedure
Adjust the type of the table field to the characteristic format bychanging the domain of the table field in the ABAP/4Dictionary.
INCLUDE 'NA_EMPF_SEND' OBJECT DOKU ID TX LANGUAGE E
Otherwise, manually maintain the table entry if necessary.