sapdev logo background
sapdev logo sapdev logo
Comments

SAP RAISE ABEXA documentation, setup help and example usage



Return to SAP documentation index


ARTIClE

Exceptions, RAISE
This example demonstrates the statement RAISE EXCEPTION .

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
This example shows the two variants of the RAISE EXCEPTION statement. The first statement raises an exception of class
CX_DEMO_CONSTRUCTOR in the inner TRY block, generates the relevant object, and passes the program name to the instance constructor. The inner CATCH block handles the exception, provides the exception text, and raises the exception again without generating a new object. The outer CATCH block handles the exception again. The CX_DEMO_CONSTRUCTOR class is defined in such a way that the passed program name appears in the exception text. The generated instance constructor takes care of this.
The line number in which the exception was raised is shown to indicate that, when the existing exception object was reused, information relevant to this object was modified.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




RADIO_BUTTON_GROUP_GLOSRY
RANDOM_NUMBER_CLASS




comments powered by Disqus