SAP GET PF-STATUS - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for GET_PFSTATUS

GET PF-STATUS

ABAP Reference
ABAP Code Snippet


ABAP Syntax GET PF-STATUS status [PROGRAM prog] [EXCLUDING
fcode].
ABAP Code Snippet

What does it do? Returns the current GUI status in status.

ABAP Addition PROGRAM prog
Returns the program, in which the GUI status is defined, in prog.
EXCLUDING fcode
Returns the inactive function codes in the internal table fcode.

Return to menu