SAP CL_GUI_2_RFW OO Class - GUI Component of RFW (Ver. 2)









CL_GUI_2_RFW is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_GUI_2_RFW including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CL_GUI_2_RFW SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ACTIVATEBuild GUIPublic
CALL METHOD cl_gui_2_rfw=>ACTIVATE...more details

ASSIGN_AUTOMATICALLYCompare and Assign GraphsPrivate
CALL METHOD cl_gui_2_rfw=>ASSIGN_AUTOMATICALLY...more details

ASSIGN_MANUALLYAssign Selected Graph NodesPrivate
CALL METHOD cl_gui_2_rfw=>ASSIGN_MANUALLY...more details

CLEARInitialize Static AttributePublic
CALL METHOD cl_gui_2_rfw=>CLEAR...more details

COMPARE_GRAPHSCompare GraphsPrivate
CALL METHOD cl_gui_2_rfw=>COMPARE_GRAPHS...more details

COMPARE_NODESCompare NodesPrivate
CALL METHOD cl_gui_2_rfw=>COMPARE_NODES...more details

DISPLShow/Hide AreasPrivate
CALL METHOD cl_gui_2_rfw=>DISPL...more details

DISPLAY_LOGDisplay logPrivate
CALL METHOD cl_gui_2_rfw=>DISPLAY_LOG...more details

FRONTEND_UPDATEUpdate ControlsPublic
CALL METHOD cl_gui_2_rfw=>FRONTEND_UPDATE...more details

HANDLE_UDEF_TOOLBARHandle User Defined ToolbarPrivate
CALL METHOD cl_gui_2_rfw=>HANDLE_UDEF_TOOLBAR...more details

MARK_MENU_ENTRIESSelect Menu Entries for Area SelectionPrivate
CALL METHOD cl_gui_2_rfw=>MARK_MENU_ENTRIES...more details

ON_TOOLBAR_DROPDOWN_CLICKEDEvent Handler for TOOLBAR_dropdownPrivate
CALL METHOD cl_gui_2_rfw=>ON_TOOLBAR_DROPDOWN_CLICKED...more details

ON_TOOLBAR_FUNCTION_SELECTEDEvent Handler TOOLBAR_selectPrivate
CALL METHOD cl_gui_2_rfw=>ON_TOOLBAR_FUNCTION_SELECTED...more details

REGENERATE_GRAPHSRegenerate all Visible GraphsPublic
CALL METHOD cl_gui_2_rfw=>REGENERATE_GRAPHS...more details

SAVEPermanent Save of Data in Main MemoryPublic
CALL METHOD cl_gui_2_rfw=>SAVE...more details

SET_REG_FUNCTIONSRegister Available Toolbar FunctionsPrivate
CALL METHOD cl_gui_2_rfw=>SET_REG_FUNCTIONS...more details

SET_TOOLBARInitialize ToolbarPrivate
CALL METHOD cl_gui_2_rfw=>SET_TOOLBAR...more details

SET_TOOLBAR_EVENTSRegister Toolbar EventsPrivate
CALL METHOD cl_gui_2_rfw=>SET_TOOLBAR_EVENTS...more details

SET_UDEF_TOOLBARCreate User Defined ButtonsPrivate
CALL METHOD cl_gui_2_rfw=>SET_UDEF_TOOLBAR...more details



CL_GUI_2_RFW attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
ASSIGNMENTS_GRAPHStatic AttributeAssignment GraphLIKE
CL_GUI_ASSIGNMENTS_RFW
Private
CLIPBOARDStatic AttributeClipboardLIKE
CL_CLIPBOARD_RFW
Public
CONTAINERStatic AttributeDisplay areaLIKE
CL_GUI_CONTAINER
Private
FCODESStatic AttributeFunction codesLIKE
TAB_FCODES_RFW
Private
FLT_VALStatic AttributeApplications Calling Up Reconciliation FrameworkLIKE
APPLICATION_RFW
Private
IF_EXStatic AttributeBAdI-Interface IF_EX_GUI_GRAPH_RFWLIKE
IF_EX_GUI_RFW
Private
LAST_FCODEStatic AttributeLast Function CodeLIKE
STRING
Private
NAVASS_WORKAREA_SPLITTERStatic AttributeSplitter ControlLIKE
CL_GUI_SPLITTER_CONTAINER
Private
NAVIGATION_GRAPHStatic AttributeNavigation ModelerLIKE
CL_GUI_NAVIGATION_RFW
Public
NAV_ASS_SPLITTERStatic AttributeSplitter ControlLIKE
CL_GUI_SPLITTER_CONTAINER
Private
REG_FUNCTIONSStatic AttributeTable Type for Registration of Function CodesLIKE
TAB_FCODES_MENU_RFW
Private
SHOW_ASSIGNMENTS_AREAStatic Attribute'X': Display Assignment AreaLIKE
C
Private
SHOW_NAVIGATION_AREAStatic Attribute'X': Display Navigation AreaLIKE
C
Private
TOOLBARStatic AttributeToolbar ControlLIKE
CL_GUI_TOOLBAR
Private
UDEF_TOOLBARStatic AttributeUser Defined ToolbarLIKE
TAB_FCODES_MENU_RFW
Private
USE_APPLICATION_LOGStatic Attribute'X': Use Application LogLIKE
C
Private
USE_ASSIGNMENTS_AREAStatic Attribute'X': Use Assignment AreaLIKE
C
Private
USE_HEADER_TOOLBARStatic Attribute'X': Use ToolbarLIKE
C
Private
USE_NAVIGATION_AREAStatic Attribute'X': Use Navigation AreaLIKE
C
Private
VISIBLE_GRAPHSStatic AttributeNumber of Visible GraphsLIKE
TAB_GUI_GRAPH_RFW
Private


Links to Related Class(s)

CL_GUI_2...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!