SET


Basic form 3

SET SCREEN scr.

Effect

In ABAP/4 dialogs, this sets the next screen number.

In addition to the current screen , processes the screen with the number scr .

Example

SET SCREEN 200.

Note

To leave a screen called with CALL SCREEN or to return from a branch to the transaction selection screen, you must use the statement
SET SCREEN 0.
or
LEAVE TO SCREEN 0.

Related LEAVE TO SCREEN LEAVE SCREEN

Index
© SAP AG 1996