sapdev logo background
sapdev logo sapdev logo
Comments

ABAP LEAVE Statement syntax, information and example SAP source code



Return to Statement index


CONTENTS

LEAVE

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.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




INTO_CLAUSE
LEAVE-




comments powered by Disqus