sapdev logo background
sapdev logo sapdev logo
Comments

ABAP RAISE SYSEXC Statement syntax, information and example SAP source code



Return to Statement index


SECRET

RAISE SYSTEM-EXCEPTIONS


ABAP Syntax RAISE SYSTEM-EXCEPTIONS { RMC_COMMUNICATION_FAILURE
| RMC_INVALID_STATUS
| RMC_SYSTEM_FAILURE }

What does it do? The given run time error will be triggered.

Latest notes: At present, only the following runtime errors can be triggered:
RMC_COMMUNICATION_FAILURE
RMC_INVALID_STATUS
RMC_SYSTEM_FAILURE
Moreover, this is only allowed within methods in system programs.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




RAISE_SYNTAX
RANGES




comments powered by Disqus