SAP LEAVE SCREEN - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for LEAVE

LEAVE SCREEN

ABAP Reference
ABAP Code Snippet


ABAP Syntax LEAVE { SCREEN | {TO SCREEN dynnr} }.

ABAP Code Snippet

What does it do? Leaves the current screen and continues the processing using the next screen.

ABAP Addition TO SCREEN dynnr
Specifies the next screen in dynnr.

Return to menu