SAP RAISE ABAP Statements
Get Example source ABAP code based on a different SAP table
CONTENTS
Standard SAP Help for RAISE
RAISE • RAISE ABAP_CONTENTS
ABAP Syntax Raises a class-based exception
1 RAISE EXCEPTION ...
Raises an exception defined using the EXCEPTIONS addition
2 RAISE ...
Raises an event
3 RAISE EVENT evt.
Raises a runtime error (internal)
4 RAISE SYSTEM-EXCEPTIONS ...
Return to menu