Skip to content

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 with CALL SCREEN is being processed there.

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.

Other versions: 7.31 | 7.40 | 7.54