|
Diagnosis The destination &V1& of type "ABAP/4 table" has been assigned to theselected process message via the message category. However, thecorresponding table &V2& is not active. The process message has notbeen sent to the destination &V1&. Procedure RESET N1 Check whether the desired table has been created and activated in theABAP/4 Dictionary. Depending on the result, carry out one of the following actions: In Customizing, check the definition of the message destination andcorrect it if necessary. Activate the table &V2& in the ABAP/4 Dictionary. Create the table &V2& in the ABAP/4 Dictionary. INCLUDE 'NA_EMPF_SEND' OBJECT DOKU ID TX LANGUAGE E Otherwise, manually maintain the table entry if necessary. |