sapdev logo background
sapdev logo sapdev logo
Comments

ABAP SET SCREEN Statement syntax, information and example SAP source code



Return to Statement index



SET SCREEN

Short Reference

ABAP Syntax_3 SET SCREEN dynnr.

What does it do? This statement sets the screen with the screen number specified in dynnr , as the next screen for processing of the current screen. For dynnr , a data object of type n and length 4 is expected. It must contain either the screen number of a screen in the main program of the current program group
or the value 0, otherwise a non-catchable exception will be triggered. The specified next screen overwrites the previously-set next screen.
The next screen is automatically called when the system finishes the PAI processing of the current screen. If the screen number of the next screen is 0, the current next screen is ended.
Latest notes: One next screen is always set during the processing of a screen. After you call a screen, the next screen whose characteristics are defined statically, applies; this next screen can be overwritten with the SET SCREEN statement for the duration of the actual next screen processing.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




SET_RUN_TIME_CLOCK_RESOLUTION
SET_SCROLL-BOUNDARY




comments powered by Disqus