SAP RAISE ERROR MESSAGE ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_MSG - IF_T100_DYN_MSG for Exception error_message
This example demonstrates how a caught message of a function module is forwarded.

ABAP_SOURCE_CODE
DEMO CL_DEMO_RAISE_ERROR_MESSAGE

ABAP_DESCRIPTION
This example works in basically the same way as the executable example for transforming a classic exception raised using MESSAGE RAISING to a class-based exception. Here, however, a message of type A caught using error_message is transformed.



Latest notes:

See also the executable example for using a short form of statement RAISE EXCEPTION MESSAGE.
NON_V5_HINTS
ABAP_HINT_END