Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module CNET_GRAPHIC_NETWORK (Start network graphics) is a standard Function Module in SAP ERP and is part of the function group CNET within the package SGRC.
Function Module | CNET_GRAPHIC_NETWORK |
Short Text | Start network graphics |
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 graphic |
CONFIRM | LIKE | NET_SET-CONFIRM | SPACE | Confirm mode |
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' | Set focus to graphic windows |
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 | Text in status line |
SUPER | LIKE | NET_GRAPH-SUPER | SPACE | Parameters for closing the window |
TITLEBAR | LIKE | NET_GRAPH-TITLEBAR | SPACE | Window title |
WINID | LIKE | NET_GRAPH-WINID | SPACE | Window identification |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
GR_MES | LIKE | NET_GRAPH-GR_MES | User command | |
GR_MODE | LIKE | NET_GRAPH-GR_MODE | Mode for inserting, duplicating | |
GR_SEL_FIELD | LIKE | NET_GRAPH-SEL_FIELD | Selected field | |
M_TYP | LIKE | NET_GRAPH-M_TYP | Message type | |
RWNID | LIKE | NET_GRAPH-RWNID | Return window ID | |
SETTINGS | LIKE | NET_SET | Settings |
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/frame | |
CVALS | LIKE | NET_CVALS | Cluster/frame attributes | |
DELETIONS | LIKE | NET_DELETE | Objects to be deleted | |
INODES | LIKE | CNG_INODES | Insertable nodes | |
LINES | LIKE | CNG_LINES | Links | |
LVALS | LIKE | NET_LVALS | Link attributes | |
NODES | LIKE | CNG_NODES | Nodes | |
NVALS | LIKE | NET_NVALS | Node attributes | |
POSITIONS | LIKE | NET_POS | Positions |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERR_IN_PROFILE | Error in the graphics profile |
FRONTEND_ERROR | Error in the frontend software |
INV_COMMUNICATION | Internal communication error |
INV_PROFILE | Incorrect graphics profile |
INV_WINID | Incorrect window ID |
NO_BATCH | No batch processing |