SAP CONTEXT MESSAGE ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_CONTEXT - Message Handling
This example demonstrates how messages can be handled in contexts.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
First, the message is handled in the program using the addition MESSAGES INTO of the statement DEMAND. The message is then available for further processing in the internal table itab. In the second DEMAND statement, the message is handled by the system and the program terminates with an error message.