SAP RAISE ABAP Statements

Warning: Undefined variable $saptab in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 46

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 62
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