SAP LEAVE 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 LEAVE

LEAVE
• LEAVE ABAP_CONTENTS


ABAP Syntax

Leave program

1 LEAVE PROGRAM.

Switch to transaction

2 LEAVE TO TRANSACTION tcod ...

Leave screen sequence

3 LEAVE [TO] SCREEN ...

Switch to list processing

4 LEAVE TO LIST-PROCESSING.

Leave list processing

5 LEAVE LIST-PROCESSING.

Leave a context (obsolete)

6 LEAVE.

Return to menu