SAP Message CB327 - Destination &: The second key field of table & is not MSID

Diagnosis
The destination &V1& of type "ABAP/4 table" is 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 MSID field is not the second key field of the table.

  • The domain assigned to the MSID field does not define the same data
  • type as the CO_MSID domain.
    • The domain assigned to the MSID field does not define the same field
    • length as the CO_MSID 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.