SAP SET PF-STATUS - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for SET_PF_STATUS

SET PF-STATUS

ABAP Reference
ABAP Code Snippet


ABAP Syntax SET PF-STATUS status [OF PROGRAM prog]

[EXCLUDING fcode]
[IMMEDIATELY].
ABAP Code Snippet

What does it do? Sets the GUI status.

ABAP Addition OF PROGRAM prog
Specifies the program prog 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 table fcode.
IMMEDIATELY
Sets the GUI status after an interactive list event for the currently displayed list.

Return to menu