ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

Use of GUI-STATUS

Print This Post Email This Post Written by admin on Aug 22nd, 2008 | Filed under: ABAP

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.

Share

If you like this post, you may as well like these too:

  1. 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....
  2. 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