ABAP Keyword Documentation → ABAP - Short Reference
SET PF-STATUS - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
SET PF-STATUS status [OF PROGRAM prog]
[EXCLUDING fcode]
[IMMEDIATELY].
Effect
Sets the GUI status.
Additions
-
OF PROGRAM prog
Specifies the programprog
in which the GUI status is defined. -
EXCLUDING fcode
Deactivates functions of the GUI status by specifying the function codes in a character string or in an internal tablefcode
. -
IMMEDIATELY
Sets the GUI status after an interactive list event for the currently displayed list.