SAP ABAP MESSAGE DAEMON



Get Example source ABAP code based on a different SAP table
  



ABAP_MSG - ABAP Daemon Processing
Messages sent in ABAP daemon processing, that is, when ABAP daemon methods are executed, behave as follows:
Messages of types I, S, and W are ignored.
Messages of types A, E, and X terminate the ABAP daemon session and restart the ABAP daemon in a new user session. After the restart, the ABAP daemon event ON_ERROR is raised.
Procedures called in an ABAP daemon are executed in the ABAP daemon context and their messages behave accordingly.