|
Diagnosis The destination &V1& of type "ABAP/4 table" is assigned to theselected process message via the message category. However, thecorresponding table &V2& has not been created on the database. Theprocess message has not been sent to the destination &V1&. Procedure RESET N1 Branch to the ABAP/4 Dictionary and create the table on the database. INCLUDE 'NA_EMPF_SEND' OBJECT DOKU ID TX LANGUAGE E Otherwise, manually maintain the table entry if necessary. |