SAP CL_GUI_GRLT OO Class - Internal; Do Not Use !! ( restricted license - see docu)









CL_GUI_GRLT 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_GRLT including details of:

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

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_GUI_GRLT is CL_GUI_CONTROL

Method list of CL_GUI_GRLT 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
ADD_EDGESInsert linksPublic
CALL METHOD cl_gui_grlt=>ADD_EDGES...more details

ADD_LABELSInsert field labelsPublic
CALL METHOD cl_gui_grlt=>ADD_LABELS...more details

ADD_NODESInsert NodesPublic
CALL METHOD cl_gui_grlt=>ADD_NODES...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD cl_gui_grlt=>CLASS_CONSTRUCTOR...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_gui_grlt=>CONSTRUCTOR...more details

DELETE_EDGESDelete linksPublic
CALL METHOD cl_gui_grlt=>DELETE_EDGES...more details

DESELECT_ALLDeselect AllPublic
CALL METHOD cl_gui_grlt=>DESELECT_ALL...more details

FIT_IN_WINDOWAdjust graph in windowPublic
CALL METHOD cl_gui_grlt=>FIT_IN_WINDOW...more details

GET_SELECTED_EDGESGet selected linksPublic
CALL METHOD cl_gui_grlt=>GET_SELECTED_EDGES...more details

GET_SELECTED_LABELSGet selected field labelsPublic
CALL METHOD cl_gui_grlt=>GET_SELECTED_LABELS...more details

GET_SELECTED_NODESGet selected nodesPublic
CALL METHOD cl_gui_grlt=>GET_SELECTED_NODES...more details

LABEL_SET_TEXTField label: Set textPublic
CALL METHOD cl_gui_grlt=>LABEL_SET_TEXT...more details

LAYOUTExecute layoutPublic
CALL METHOD cl_gui_grlt=>LAYOUT...more details

LOAD_GRAPH_PROPERTY_DIALOGDisplay configuration windowPublic
CALL METHOD cl_gui_grlt=>LOAD_GRAPH_PROPERTY_DIALOG...more details

LOAD_OVERVIEW_WINDOWDisplay overview windowPublic
CALL METHOD cl_gui_grlt=>LOAD_OVERVIEW_WINDOW...more details

PRINT_GRAPHPrint graphPublic
CALL METHOD cl_gui_grlt=>PRINT_GRAPH...more details

REFRESHRedrawPublic
CALL METHOD cl_gui_grlt=>REFRESH...more details

SELECT_ALLSelect AllPublic
CALL METHOD cl_gui_grlt=>SELECT_ALL...more details

SET_BACKGROUND_COLORSet background colorPublic
CALL METHOD cl_gui_grlt=>SET_BACKGROUND_COLOR...more details

SET_HLEVEL_ORIENTATIONSet order of levels in hierarchy displayPublic
CALL METHOD cl_gui_grlt=>SET_HLEVEL_ORIENTATION...more details

SET_HLEVEL_SPACINGSet distance between levels in hierarchy displayPublic
CALL METHOD cl_gui_grlt=>SET_HLEVEL_SPACING...more details

SET_MAX_NODE_WIDTHSet maximum node widthPublic
CALL METHOD cl_gui_grlt=>SET_MAX_NODE_WIDTH...more details

SET_TS_MODESet mode (Zoom mode, add edge mode, add node mode...)Public
CALL METHOD cl_gui_grlt=>SET_TS_MODE...more details



CL_GUI_GRLT 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
EVENTID_EDGE_ADDEDConstantNew link inserted4LIKE
I
Public
EVENTID_EDGE_DOUBLE_CLICKConstantDouble-click link3LIKE
I
Public
EVENTID_LABEL_DOUBLE_CLICKConstantDouble-click field label2LIKE
I
Public
EVENTID_NODE_DOUBLE_CLICKConstantDouble-Click Node1LIKE
I
Public
HDIGRAPHStatic AttributeHierarchical DigraphLIKE
CL_GUI_OBJECT
Protected
HTAILORStatic AttributeHierarchical TailorLIKE
CL_GUI_OBJECT
Protected
OBJECT_REFStatic Attribute'LIKE
CL_GUI_OBJECT
Protected
RGB_BLACKConstantRGB Color Value Black0LIKE
I
Public
RGB_BLUEConstantRGB Color Value Blue16711680LIKE
I
Public
RGB_GREENConstantRGB Color Value Green65535LIKE
I
Public
RGB_GREYConstantRGB Color Value Grey12632256LIKE
I
Public
RGB_REDConstantRGB Color Value Red255LIKE
I
Public
RGB_WHITEConstantRGB Color Value White16777215LIKE
I
Public
ROOT_DIGRAPHStatic AttributeRoot Digraph ProxyLIKE
CL_GUI_OBJECT
Protected
TS_ADD_EDGE_MODEConstantAdd Edge Mode4LIKE
I
Public
TS_ADD_NODE_MODEConstantAdd Node Mode3LIKE
I
Public
TS_CONTROLInstance Attribute'LIKE
CL_GUI_OBJECT
Private
TS_LEFT_TO_RIGHTConstantAlignment left to right256LIKE
I
Public
TS_SELECT_MODEConstantSelect Mode2LIKE
I
Public
TS_TOP_TO_BOTTOMConstantAlignment top to bottom1LIKE
I
Public
TS_ZOOM_MODEConstantZoom Mode1LIKE
I
Public


Events of Class CL_GUI_GRLT

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... EDGE_ADDED - Link inserted
EDGE_DOUBLE_CLICK - Double-click link
LABEL_DOUBLE_CLICK - Double-click field label
NODE_DOUBLE_CLICK - Double-click node

Links to Related Class(s)

CL_GUI_G...
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!