SAP Message CB328 - Destination &: Table & does not contain the field WERK

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 WERK field is not contained in the table.

  • The domain assigned to the WERK field does not define the same data
  • type as the WERKS domain.
    • The domain assigned to the WERK field does not define the same field
    • length as the WERKS 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, manually maintain the table entry if necessary.