SAP CL_GUI_RSNETGRAPHIC_NETPLAN OO Class - Internal use only for TRFN, ISET, RSPC, DMOD









CL_GUI_RSNETGRAPHIC_NETPLAN 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_RSNETGRAPHIC_NETPLAN 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_RSNETGRAPHIC_NETPLAN is CL_GUI_RSNETGRAPHIC_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_GUI_RSNETGRAPHIC

Interface Implementation

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

Interface Implementation

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

Method list of CL_GUI_RSNETGRAPHIC_NETPLAN 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_LINKPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>ADD_LINK...more details

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

GET_NETPLAN_OBJECTSupplies a Network ObjectPublic
CALL METHOD cl_gui_rsnetgraphic_netplan=>GET_NETPLAN_OBJECT...more details

GET_NEWOBJECTIDPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>GET_NEWOBJECTID...more details

GET_NEW_LINKPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>GET_NEW_LINK...more details

HANDLE_EVENTSEvent HandlingPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>HANDLE_EVENTS...more details

SEARCHPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>SEARCH...more details

SEND_DATA_TO_FRONTENDPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>SEND_DATA_TO_FRONTEND...more details

SET_BACKGROUNDCOLORPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>SET_BACKGROUNDCOLOR...more details

SET_DEFAULT_STYLESSet Default StylesPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>SET_DEFAULT_STYLES...more details

SET_FONT_SIZESet Initial Font SizePrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>SET_FONT_SIZE...more details

SET_NAVIGATOR_PROPERTIESSet Navigator PropertiesPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>SET_NAVIGATOR_PROPERTIES...more details

SET_SELECTION_COLORPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>SET_SELECTION_COLOR...more details

_DELETE_ALLDeletes all Tables and Links (Backend)Private
CALL METHOD cl_gui_rsnetgraphic_netplan=>_DELETE_ALL...more details

_GET_EVENTPARAMETERProvides Parameters of an EventPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>_GET_EVENTPARAMETER...more details

_GET_FOROBJIDProvides Object for IDPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>_GET_FOROBJID...more details

_GET_OBJECTIDProvides Object IDPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>_GET_OBJECTID...more details

_HANDLE_CHECKBOXCLICKKlick on CheckboxPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>_HANDLE_CHECKBOXCLICK...more details

_HANDLE_CONTEXTMENUREQContext MenuPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>_HANDLE_CONTEXTMENUREQ...more details

_HANDLE_CONTEXTMENUSELForwarding an F-Code from COntext MenuPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>_HANDLE_CONTEXTMENUSEL...more details

_HANDLE_LINKDBLCLICKDouble-Click on LinkPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>_HANDLE_LINKDBLCLICK...more details

_HANDLE_LINK_CHANGEDChanged LinkPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>_HANDLE_LINK_CHANGED...more details

_HANDLE_LINK_CREATEDNew Link CreatedPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>_HANDLE_LINK_CREATED...more details

_HANDLE_OBJECTDBLCLICKDouble-ClickPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>_HANDLE_OBJECTDBLCLICK...more details

_HANDLE_OBJECTSELECTEDObject selectedPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>_HANDLE_OBJECTSELECTED...more details

_HANDLE_ONKEYDOWNPressed keyPrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>_HANDLE_ONKEYDOWN...more details

_HANDLE_TABLE_CREATED_EXClick on Network to Position New TablePrivate
CALL METHOD cl_gui_rsnetgraphic_netplan=>_HANDLE_TABLE_CREATED_EX...more details



CL_GUI_RSNETGRAPHIC_NETPLAN 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
P_MAXOBJECTIDInstance AttributeID of an Object in Network GraphicLIKE
RSNG_OBJECTID
Private
P_NAVIGATORVISIBLEInstance AttributeNavigator VisibilityRSNPG_C_FALSELIKE
RSNPG_BOOL
Private
P_ROTATIONInstance AttributeDisplay in Network (Value 0 - 3)LIKE
I
Private
P_SEARCH_INDEXInstance AttributeIndex Search ObjectLIKE
I
Private
P_S_CTXMNUOBJInstance AttributeContext Menu ObjectLIKE
RSNG_S_CTXMNUOBJ
Private
P_S_CTXMNU_USEInstance AttributeActive Context MenusLIKE
RSNPG_S_CTXMNU_USE
Private
P_TH_STYLEATTRInstance AttributeStyle Attributes TableLIKE
RSNG_TH_STYLEATTR
Private
P_T_DELOBJIDInstance AttributeObjects To Be DeletedLIKE
RSNG_T_OBJECTID
Private
P_T_LINKIDInstance AttributeMapping Table for link Objects in NetworkLIKE
RSNG_T_LINKID
Private
P_T_NEWLINKInstance AttributeNew Links for Network UpdateLIKE
RSNG_T_NEWLINK
Private
P_T_NEWTABLEInstance AttributeTable Data from Tables for the NetworkLIKE
RSNG_T_NPTAB
Private
P_T_OBJECTIDInstance AttributeMapping Table for Object IDs in NetworkLIKE
RSNG_T_OBJID
Private
P_T_SEARCHInstance AttributeList of Search Objects, One Per TableLIKE
TY_T_SEARCH
Private
P_T_STYLEKEYInstance AttributeStyle Key TablesLIKE
RSNPG_T_STYLEKEY
Private




CL_GUI_RSNETGRAPHIC_NETPLAN types

TY_S_SEARCH -
TY_T_SEARCH -

Links to Related Class(s)

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