SAP Message CB326 - Destination &: The first key field of table & is not MANDT

Diagnosis
The destination &V1& of type "ABAP/4 table" has been assigned to theselected process message via the message category. However, for one ofthe following reasons, process messages cannot be transferred to thedestination table &V2&:

  • The MANDT field is not the first key field of the table.

  • The domain assigned to the MANDT field does not define the same data
  • type as the MANDT domain.
    • The domain assigned to the MANDT field does not define the same field
    • length as the MANDT domain.
      The process message has not been sent to the destination &V1&.

      Procedure
      RESET N1
      Check the definition of the table &V2& in the ABAP/4 Dictionary andcorrect it according to the requirements listed above.
      INCLUDE 'NA_EMPF_SEND' OBJECT DOKU ID TX LANGUAGE E
      Otherwise, maintain the table entry manually, if necessary.