SAP CASE TYPE OF EXCEPTION ABEXA



Get Example source ABAP code based on a different SAP table
  



Case Distinction CASE TYPE OF for Exceptions
This example demonstrates the case distinction CASE TYPE OF for exception classes.

ABAP_SOURCE_CODE
DEMO CL_DEMO_CASE_TYPE_OF_EXCEPTION

ABAP_DESCRIPTION
Non-specific exceptions of the superclass CX_DYNAMIC_CHECK can be propagated from a method my_sqrt. The actual exception class is determined in the calling method using the case distinction CASE TYPE OF.