Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →The Function Module CNET_GRAPHIC_HIERARCHY_PBO (Start the hierarchy graphics at PBO time) is a standard Function Module in SAP ERP and is part of the function group CNET within the package SGRC.
Function Module | CNET_GRAPHIC_HIERARCHY_PBO |
Short Text | Start the hierarchy graphics at PBO time |
Function Group | CNET |
Package | SGRC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ABAP_CMD | LIKE | NET_GRAPH-ABAP_CMD | SPACE | Command to graphics |
CONFIRM | LIKE | NET_SET-CONFIRM | SPACE | Indicator: Confirm mode |
CONTROL_HANDLE | TYPE | CNTL_HANDLE | Control handle | |
INDXKEY | LIKE | INDX-SRTFD | Database key for archive | |
INSTANCE | CLASS | CL_GUI_NETCHART | Network nesting | |
PROFILE | LIKE | NET_PROFIL | 'SAP DEFAULT 0' | Graphics profile |
PWDID | LIKE | NET_GRAPH-PWDID | SPACE | Parent window ID |
SET_FOCUS | LIKE | NET_GRAPH-FLAG | 'X' | Indicator: Set focus |
SORT | LIKE | NET_GRAPH-FLAG | 'X' | Indicator: Sort nodes |
SO_CONTENTS | LIKE | SOS00-S_OBJDES | SPACE | Document title |
SO_SEND | LIKE | NET_GRAPH-FLAG | SPACE | Indicator: Send graphic |
STAT | LIKE | NET_GRAPH-STAT | SPACE | Status |
STATUS_TEXT | LIKE | NET_GRAPH-STATUSTEXT | SPACE | Status line text |
SUPER | LIKE | NET_GRAPH-SUPER | SPACE | Parameter for closing windows |
TITLEBAR | LIKE | NET_GRAPH-TITLEBAR | SPACE | Window title |
WAIT_FOR_INPUT | LIKE | NET_GRAPH-FLAG | 'X' | Indicator: Wait for input |
WINID | LIKE | NET_GRAPH-WINID | SPACE | Window identification |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLUSTERS | LIKE | CNG_CLUSTR | Cluster (currently w/o function) | |
CVALS | LIKE | NET_CVALS | Cluster attributes (currently w/o function) | |
DELETIONS | LIKE | NET_DELETE | Objects to be deleted | |
INODES | LIKE | CNG_INODES | Insertable nodes | |
NODES | LIKE | CHG_NODES | Nodes | |
NVALS | LIKE | NET_NVALS | Node attributes | |
PNODES | LIKE | CNG_PNODES | Stack nodes | |
PVALS | LIKE | NET_NVALS | Stack node attributes |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERR_IN_PROFILE | Error in the graphics profile |
INV_PROFILE | Incorrect graphics profile |
INV_WINID | Incorrect window ID |