ABAP Keyword Documentation → ABAP - Reference → User Dialogs → Messages → Behavior of messages
Messages in List Processing
During list processing, a message of type "W" is converted into type "E" before context-dependent handling takes place. The system then handles the message in accordance with any other context.
With regard to messages, list processing is active in the following contexts:
- In all executable programs called up with
SUBMIT
as long as no screen sequence called withCALL SCREEN
is being processed there.
- Following the explicit call of list processing using
LEAVE TO LIST-PROCESSING
in a screen sequence. The statementLEAVE LIST-PROCESSING
switches list processing off during a screen sequence.
In programs called using SUBMIT
, list processing is therefore active, apart from when actual
list events are being processed, when
reporting events are
being processed. This is especially true for the standard event START-OF-SELECTION
.