Get Example source ABAP code based on a different SAP table
ABAP_MSG - List Processing In list processing>, a message of type W> is always converted to type E> before further context-dependent handling takes place. The message is then handled in accordance with the other context. List processing is active in the following contexts with respect to messages:
In all executable programs called using SUBMIT>> , if no dynpro sequence called using CALL SCREEN>> is processed there.
After list processing is called explicitly using LEAVE TO LIST-PROCESSING>> in a dynpro sequence. The statement LEAVE LIST-PROCESSING>> switches list processing off during a dynpro sequence. In programs called using SUBMIT>, list processing is active, therefore, apart from when actual list events > are handled, even when reporting events> are being handled. The latter applies in particular to the standard event START-OF-SELECTION>>.