SAP CL_GUI_NETCHART OO Class - Network wrapper









CL_GUI_NETCHART 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_NETCHART 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_NETCHART is CL_GUI_CONTROL

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_DRAGDROP

Method list of CL_GUI_NETCHART 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
CALL_CNET_METHODCall network methodPublic
CALL METHOD cl_gui_netchart=>CALL_CNET_METHOD...more details

CONSTRUCTORPrivate
CALL METHOD cl_gui_netchart=>CONSTRUCTOR...more details

FIELD_TO_INDEX_CVALSConversion of field names to text indices for framesPublic
CALL METHOD cl_gui_netchart=>FIELD_TO_INDEX_CVALS...more details

FIELD_TO_INDEX_LVALSConversion of field names to text indices for linksPublic
CALL METHOD cl_gui_netchart=>FIELD_TO_INDEX_LVALS...more details

FIELD_TO_INDEX_NVALSConversion of field names to text indices for nodesPublic
CALL METHOD cl_gui_netchart=>FIELD_TO_INDEX_NVALS...more details

GET_CONTROL_HANDLEDetermine control handlePublic
CALL METHOD cl_gui_netchart=>GET_CONTROL_HANDLE...more details

GET_NODES_ORDEREDDetermine order of hierarchy nodesPublic
CALL METHOD cl_gui_netchart=>GET_NODES_ORDERED...more details

GET_PARENTDetermine parentPublic
CALL METHOD cl_gui_netchart=>GET_PARENT...more details

GET_REPIDDetermine program namePublic
CALL METHOD cl_gui_netchart=>GET_REPID...more details

GET_WINIDDetermine Window IDPublic
CALL METHOD cl_gui_netchart=>GET_WINID...more details

GRAPHIC_CLUSTER_PBOIntegrate cluster editor at PBOPublic
CALL METHOD cl_gui_netchart=>GRAPHIC_CLUSTER_PBO...more details

GRAPHIC_HIERARCHY_PBOntegrate hierarchy graphic at PBOPublic
CALL METHOD cl_gui_netchart=>GRAPHIC_HIERARCHY_PBO...more details

GRAPHIC_NETWORK_PBOIntegrate graphical cluster editor at PBOPublic
CALL METHOD cl_gui_netchart=>GRAPHIC_NETWORK_PBO...more details

GRAPHIC_PAIEvaluate data sent back from graphicPublic
CALL METHOD cl_gui_netchart=>GRAPHIC_PAI...more details

SET_FUNCTION_CODESend function code to controlPublic
CALL METHOD cl_gui_netchart=>SET_FUNCTION_CODE...more details

SET_TIMEEGG_TEXTSet text in time egg (connector)Public
CALL METHOD cl_gui_netchart=>SET_TIMEEGG_TEXT...more details



CL_GUI_NETCHART 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
CONTAINERInstance AttributeLIKE
Private
CONTROL_HANDLEInstance AttributeLIKE
Private
WINIDInstance AttributeLIKE
Private


Events of Class CL_GUI_NETCHART

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... ON_DRAG -
ON_DROP -
ON_DROPCOMPLETE -
ON_DROP_COMPLETE_MULTIPLE -
ON_DROP_GET_FLAVOR -

Links to Related Class(s)

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