ABAP Keyword Documentation → ABAP − Reference → Text Repositories → Messages → Behavior of Messages
Messages in ABAP Daemon Processing
Messages sent in ABAP Daemon processing (namely 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.
Other versions:
7.31 | 7.40 | 7.54