SAP CL_GUI_AQQGRAPHIC_NETPLAN OO Class - Network Control
CL_GUI_AQQGRAPHIC_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_AQQGRAPHIC_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_AQQGRAPHIC_NETPLAN is CL_GUI_AQQGRAPHIC_CONTROLInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_GUI_AQQGRAPHICInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_GUI_AQQGRAPHIC_ALLInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_GUI_AQQGRAPHIC_INTERNALMethod list of CL_GUI_AQQGRAPHIC_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 Name | Description | Visability |
| ADD_LINK | Private | |
| CALL METHOD cl_gui_aqqgraphic_netplan=>ADD_LINK...more details | ||
| CONSTRUCTOR | Private | |
| CALL METHOD cl_gui_aqqgraphic_netplan=>CONSTRUCTOR...more details | ||
| GET_NETPLAN_OBJECT | Supplies a Network Object | Public |
| CALL METHOD cl_gui_aqqgraphic_netplan=>GET_NETPLAN_OBJECT...more details | ||
| GET_NEWOBJECTID | Private | |
| CALL METHOD cl_gui_aqqgraphic_netplan=>GET_NEWOBJECTID...more details | ||
| GET_NEW_LINK | Private | |
| CALL METHOD cl_gui_aqqgraphic_netplan=>GET_NEW_LINK...more details | ||
| HANDLE_EVENTS | Event Handling | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>HANDLE_EVENTS...more details | ||
|
| ||
| SEND_DATA_TO_FRONTEND | Private | |
| CALL METHOD cl_gui_aqqgraphic_netplan=>SEND_DATA_TO_FRONTEND...more details | ||
| SET_DEFAULT_STYLES | Set Default Styles | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>SET_DEFAULT_STYLES...more details | ||
| SET_NAVIGATOR_PROPERTIES | Set Navigator Properties | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>SET_NAVIGATOR_PROPERTIES...more details | ||
| SET_SELCTION_COLOR | Mark Color for Selection | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>SET_SELCTION_COLOR...more details | ||
| _DELETE_ALL | Deletes all Tables and Links (Backend) | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>_DELETE_ALL...more details | ||
| _GET_EVENTPARAMETER | Provides Parameters of an Event | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>_GET_EVENTPARAMETER...more details | ||
| _GET_FOROBJID | Provides Object for ID | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>_GET_FOROBJID...more details | ||
| _GET_OBJECTID | Provides Object ID | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>_GET_OBJECTID...more details | ||
| _HANDLE_CHECKBOXCLICK | Klick on Checkbox | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>_HANDLE_CHECKBOXCLICK...more details | ||
| _HANDLE_CONTEXTMENUREQ | Context Menu | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>_HANDLE_CONTEXTMENUREQ...more details | ||
| _HANDLE_CONTEXTMENUSEL | Forwarding an F-Code from COntext Menu | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>_HANDLE_CONTEXTMENUSEL...more details | ||
| _HANDLE_LINKDBLCLICK | Double-Click on Link | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>_HANDLE_LINKDBLCLICK...more details | ||
| _HANDLE_LINK_CHANGED | Changed Link | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>_HANDLE_LINK_CHANGED...more details | ||
| _HANDLE_LINK_CREATED | New Link Created | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>_HANDLE_LINK_CREATED...more details | ||
| _HANDLE_OBJECTDBLCLICK | Double-Click | Private |
| CALL METHOD cl_gui_aqqgraphic_netplan=>_HANDLE_OBJECTDBLCLICK...more details | ||
CL_GUI_AQQGRAPHIC_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.
| Name | Level | Description | Initial Value | Type | Visability |
| P_MAXOBJECTID | Instance Attribute | ID of an Object in Network Graphic | LIKE AQOBJECTID | Private | |
| P_NAVIGATORVISIBLE | Instance Attribute | Navigator Visibility | AQQIS_C_FALSE | LIKE AQQIS_BOOL | Private |
| P_S_CTXMNUOBJ | Instance Attribute | Context Menu Object | LIKE AQSCTXMOBJ | Private | |
| P_S_CTXMNU_USE | Instance Attribute | Active Context Menus | LIKE AQQIS_S_CTXMNU_USE | Private | |
| P_TH_STYLEATTR | Instance Attribute | Style Attributes Table | LIKE AQQ_TH_STYLEATTR | Private | |
| P_T_DELOBJID | Instance Attribute | Objects to be deleted | LIKE AQQ_T_OBJECTID | Private | |
| P_T_LINKID | Instance Attribute | Mapping Table for link Objects in Network | LIKE AQQ_T_LINKID | Private | |
| P_T_NEWLINK | Instance Attribute | New Links for Network Update | LIKE AQQ_T_NEWLINK | Private | |
| P_T_NEWTABLE | Instance Attribute | Table Data from Tables for the Network | LIKE AQQ_T_NPTAB | Private | |
| P_T_OBJECTID | Instance Attribute | Mapping Table for Object IDs in Network | LIKE AQQ_T_OBJID | Private | |
| P_T_STYLEKEY | Instance Attribute | Style Key Tables | LIKE AQQIS_T_STYLEKEY | Private |
Links to Related Class(s)
CL_GUI_A...Full list of available SAP object classes
Search for further information about these or an SAP related objects