SAP CL_CACS_PACKHIER_NETCHART OO Class - Hierarchy of Application Packages
CL_CACS_PACKHIER_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_CACS_PACKHIER_NETCHART 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_CACS_PACKHIER_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 Name | Description | Visability |
| BUILD_DELTA | Generates Delta Between Screen and Predefinitions | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>BUILD_DELTA...more details | ||
| BUILD_NODES_AND_LINES | Generates Network Plan Nodes and Connections | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>BUILD_NODES_AND_LINES...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>CONSTRUCTOR...more details | ||
| CREATE | Creates a New Instance | Public |
| CALL METHOD cl_cacs_packhier_netchart=>CREATE...more details | ||
| DEFINE_CONTEXT_MENU | Defines Context Menu | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>DEFINE_CONTEXT_MENU...more details | ||
| DISPLAY | Displays Package Hierarchy | Public |
| CALL METHOD cl_cacs_packhier_netchart=>DISPLAY...more details | ||
|
| ||
| FCODE | Processes Function Code for PAI | Public |
| CALL METHOD cl_cacs_packhier_netchart=>FCODE...more details | ||
| FCODE_ADD_PACKAGE | Function Code: Add Package to Application | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>FCODE_ADD_PACKAGE...more details | ||
| FCODE_CENTER | Function Code: Set Up Network Plan With One More Package | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>FCODE_CENTER...more details | ||
| FCODE_FULLSCREEN | Function Code: Switch Full Screen Mode/Mode with Navigation | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>FCODE_FULLSCREEN...more details | ||
| FCODE_NAVIPOS | Function Code: Change Position of Navigation Window | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>FCODE_NAVIPOS...more details | ||
| FCODE_OVERVIEW | Function Code: Display Whole Hierarchy On One Screen | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>FCODE_OVERVIEW...more details | ||
| FCODE_PACK_CONTENT | Function Code: Display Package Description | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>FCODE_PACK_CONTENT...more details | ||
| FCODE_PACK_DESCR | Function Code: Display Package Description | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>FCODE_PACK_DESCR...more details | ||
| FCODE_PACK_SELECT | Function Code: Select Package | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>FCODE_PACK_SELECT...more details | ||
| FCODE_PRINT | Function Code: Print Network Plan | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>FCODE_PRINT...more details | ||
| FCODE_REMOVE_PACKAGE | Function Code: Add Package to Application | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>FCODE_REMOVE_PACKAGE...more details | ||
| FCODE_ZOOM_IN | Function Code: Zoom In Display | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>FCODE_ZOOM_IN...more details | ||
| FCODE_ZOOM_OUT | Function Code: Zoom Out Display | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>FCODE_ZOOM_OUT...more details | ||
| FILL_NODE_VALUES | Fill Node Values | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>FILL_NODE_VALUES...more details | ||
| FREE | Release of Resources | Public |
| CALL METHOD cl_cacs_packhier_netchart=>FREE...more details | ||
| GET_NEXT_LINEID | Gets Netxt Free Edge Number | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>GET_NEXT_LINEID...more details | ||
| GET_NEXT_NODEID | Gets Next Free Node Number | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>GET_NEXT_NODEID...more details | ||
| GET_SELECTED_PACKAGE | Determine Selected Package | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>GET_SELECTED_PACKAGE...more details | ||
| IS_NAVIGATION_VISIBLE | Check If Navigation Is Visible | Public |
| CALL METHOD cl_cacs_packhier_netchart=>IS_NAVIGATION_VISIBLE...more details | ||
| IS_NETCHART_SUPPORTED | Check If Network Graphic Is Supported | Public |
| CALL METHOD cl_cacs_packhier_netchart=>IS_NETCHART_SUPPORTED...more details | ||
| LINK | Connect Control and GUI Container | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>LINK...more details | ||
| RELEASE | Remove Link Between Control and GUI Container | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>RELEASE...more details | ||
| SET_AUTOSELECT | Activate/Deactivate Automatic Package Selection | Public |
| CALL METHOD cl_cacs_packhier_netchart=>SET_AUTOSELECT...more details | ||
| SET_FILTER_RECOMMENDED | Set/Delete Filter 'Only Recommended Packages' | Public |
| CALL METHOD cl_cacs_packhier_netchart=>SET_FILTER_RECOMMENDED...more details | ||
| SET_LAYOUT | Set Display Layout | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>SET_LAYOUT...more details | ||
| SET_LOGIC | Set Logic Implementation for Package Selection | Protected |
| CALL METHOD cl_cacs_packhier_netchart=>SET_LOGIC...more details | ||
CL_CACS_PACKHIER_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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_FCODE_ADD_PACKAGE | Constant | Function Code: Add Package to Selection | 'ADDPACK' | LIKE SYUCOMM | Public |
| GC_FCODE_CENTER | Constant | Function Code: Set Up Network Plan With One More Package | 'CENTER' | LIKE SYUCOMM | Public |
| GC_FCODE_DBCLICK | Constant | Function Code: Double-Click | 'ADBCL' | LIKE SYUCOMM | Public |
| GC_FCODE_FULLSCREEN | Constant | Function Code: Full Screen On/Off | 'FULLSCREEN' | LIKE SYUCOMM | Public |
| GC_FCODE_NAVIPOS | Constant | Function Code: Change Position of Navigation Area | 'NAVIPOS' | LIKE SYUCOMM | Public |
| GC_FCODE_OVERVIEW | Constant | Function Code: Fit to Page | 'OVERVIEW' | LIKE SYUCOMM | Public |
| GC_FCODE_OZIN | Constant | Function Code: Zoom In Display | 'OZIN' | LIKE SYUCOMM | Public |
| GC_FCODE_OZOUT | Constant | Function Code: Zoom Out Display | 'OZOUT' | LIKE SYUCOMM | Public |
| GC_FCODE_PACK_CONTENT | Constant | Function Code: Package Content | 'PACK_CONT' | LIKE SYUCOMM | Public |
| GC_FCODE_PACK_DESCR | Constant | Function Code: Package Description | 'PACK_DESCR' | LIKE SYUCOMM | Public |
| GC_FCODE_PACK_SELECT | Constant | Function Code: Select Package | 'PACK_SEL' | LIKE SYUCOMM | Public |
| GC_FCODE_PRINT | Constant | Function Code: Print Network Plan | 'PRINT' | LIKE SYUCOMM | Public |
| GC_FCODE_REFRESH | Constant | Function Code 'REFRESH' | 'REFRESH' | LIKE SYUCOMM | Public |
| GC_FCODE_REMOVE_PACKAGE | Constant | Function Code: Remove Package from Exception | 'REMOVEPACK' | LIKE SYUCOMM | Public |
| GC_FCODE_SEARCH | Constant | Function Code: Find Package in Network | 'SEARCH' | LIKE SYUCOMM | Public |
| GC_MENUID_PACKAGE | Constant | Context Menu: Package | '1' | LIKE NETVALSVAL | Protected |
| GC_NETOBJTYPE_LINE | Constant | Object Type | 'l' | LIKE NETOBJTYPE | Protected |
| GC_NETOBJTYPE_NODE | Constant | Object Type | 'n' | LIKE NETOBJTYPE | Protected |
| GC_POSITION_BOTTOM | Constant | Position: Below | 'B' | LIKE MTY_POSITION | Protected |
| GC_POSITION_RIGHT | Constant | Position: Right | 'R' | LIKE MTY_POSITION | Protected |
| MB_AUTOSELECT | Instance Attribute | Automatic Selection of Required Packages | LIKE BOOLEAN_FLG | Protected | |
| MB_FILTER_RECOMMENDED | Instance Attribute | Filter: Only Display Recommended Packages | LIKE BOOLEAN_FLG | Protected | |
| MB_FULLSCREEN | Instance Attribute | Flag: Display in Full Screen Mode | LIKE BOOLEAN_FLG | Protected | |
| MB_INITIALIZED | Instance Attribute | Indicator: Is Network Graphic Initialized? | LIKE BOOLEAN_FLG | Protected | |
| MB_REBUILD | Instance Attribute | Recreate Network | LIKE BOOLEAN_FLG | Protected | |
| MD_ABAP_CMD | Instance Attribute | Command to the graphics program | LIKE NET_GRAPH-ABAP_CMD | Protected | |
| MD_HIGHEST_LINEID | Instance Attribute | Highest Edge Number Assigned | LIKE MTY_NODEID | Protected | |
| MD_HIGHEST_NODEID | Instance Attribute | Highest Node Number Assigned | LIKE MTY_NODEID | Protected | |
| MD_NAVI_POSITION | Instance Attribute | Position of Navigation | LIKE MTY_POSITION | Protected | |
| MD_RETURN_CNTRL | Instance Attribute | Return Value of Control | LIKE I | Protected | |
| MO_NETCHART_CONTROL | Instance Attribute | Network Nesting | LIKE CL_GUI_NETCHART | Protected | |
| MO_PACKSELECTION_LOGIC | Instance Attribute | Package Selection | LIKE CL_CACS_PACKSELECTION_LOGIC | Protected | |
| MS_NC_PROFILE | Instance Attribute | Profile for network/hierarchy graphics | LIKE NET_PROFIL | Protected | |
| MT_NC_LINES | Instance Attribute | Table Type for CNG_LINES | LIKE CNG_LINES_TAB | Protected | |
| MT_NC_LINES_DISP | Instance Attribute | Table Type for CNG_LINES | LIKE CNG_LINES_TAB | Protected | |
| MT_NC_LVALS | Instance Attribute | Table Type for NET_LVALS | LIKE LVALS_TAB | Protected | |
| MT_NC_LVALS_DISP | Instance Attribute | Table Type for NET_LVALS | LIKE LVALS_TAB | Protected | |
| MT_NC_NODES | Instance Attribute | Table for Nodes in the Network Graphic | LIKE CNG_NODES_TAB | Protected | |
| MT_NC_NODES_DISP | Instance Attribute | Table for Nodes in the Network Graphic | LIKE CNG_NODES_TAB | Protected | |
| MT_NC_NVALS | Instance Attribute | Table Type for NET_NVALS | LIKE NVALS_TAB | Protected | |
| MT_NC_NVALS_DISP | Instance Attribute | Table Type for NET_NVALS | LIKE NVALS_TAB | Protected | |
| MT_NODE_MAP | Instance Attribute | Assignment of Node to Package (List) | LIKE MTY_TT_NODE_MAP | Protected |
CL_CACS_PACKHIER_NETCHART types
MTY_NODEID - Node identificationMTY_POSITION - Specification of Item
MTY_S_NODE_MAP - Assignment of Node to Package
MTY_TT_NODE_MAP - Assignment of Node to Package (List)
Links to Related Class(s)
CL_CACS_...Full list of available SAP object classes
Search for further information about these or an SAP related objects