Use of GUI-STATUS
A GUI Status is created in an ABAP Program using the statement: SET PF-STATUS ‘<Gui Status Name>’.
A GUI Status is contains a Menu Bar, Standard toolbar, Application toolbar and function key settings. All of these elements combine to define the look and feel that will be associated with the user interface for the ABAP program.
An ABAP program can have multiple GUi Statuses associated with it. A Developer can create their own GUI Statuses, use existing GUI Statuses or a combination of Both.
If no GUI Status is defined in the program then a standard user interface is displayed by default.
If you like this post, you may as well like these too:
- SAP Gui Progress Indicator REPORT Z_SAPGUI_INDICATOR. DATA: A LIKE SY-UCOMM. DO 100 TIMES. DO 300 TIMES. GET TIME. ENDDO. A(3) = SY-INDEX.A+3 = ‘%’. CALL FUNCTION ‘SAPGUI_PROGRESS_INDICATOR’ EXPORTING PERCENTAGE = SY-INDEX TEXT = A.ENDDO....
- Account Group and Field Status Group An Account group controls the data that needs to be entered at the time of creation of a master record. Account groups exist for the definition of a GL account,...



















Leave a Reply