SAP LEAVE ABAP Statements

Get Example source ABAP code based on a different SAP table
  


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