Get Example source ABAP code based on a different SAP table
ABAP_SXML - Exception Classes The exception classes in the sXML library usually start with the prefix CX_SXML>. The exceptions of category CX_DYNAMIC_CHECK> are propagated to the caller and must be handled by the user. The subclass CX_SXML_INTERNAL_ERROR> of CX_NO_CHECK> represents internal errors in the library and cannot usually be handled properly in an application program. CX_ROOT>> | |--CX_DYNAMIC_CHECK>> | | | |--CX_ABAP_XML_NAME_ERROR>> | | | |--CX_SXML_ERROR>> | | | |-- CX_SXML_ILLEGAL_ARGUMENT_ERROR>> | | | |--CX_SXML_NAME_ERROR>> | | | |--CX_SXML_PARSE_ERROR>> | | | |--CX_SXML_STATE_ERROR>> | |--CX_NO_CHECK>> | |--CX_SXML_INTERNAL_ERROR>> >