The Function Module CNET_LOGIC_NETWORK (Example for the administration of network logic) is a standard Function Module in SAP ERP and is part of the function group CNET within the package SGRC.
Function Module | CNET_LOGIC_NETWORK |
Short Text | Example for the administration of network logic |
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 |
---|---|---|---|---|
CONFIRM | LIKE | SPACE | Indicator: Confirm mode | |
LG_MES | LIKE | NET_GRAPH-GR_MES | SPACE | Command |
LG_MODE | LIKE | NET_GRAPH-GR_MODE | SPACE | Mode for inserting, duplicating |
LINE_TYPE_AT_GENERATION | LIKE | CNG_LINES-TYPE | '0' | Type of generated links |
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 |
---|---|---|---|---|
ALL_LINES | LIKE | CNG_LINES | All links | |
ALL_LVALS | LIKE | NET_LVALS | Texts for all links | |
ALL_NODES | LIKE | CNG_INODES | All nodes | |
ALL_NVALS | LIKE | NET_NVALS | Attributes of all nodes | |
DELETIONS | LIKE | NET_DELETE | Objects to be deleted | |
LINES | LIKE | CNG_LINES | Transfer table for links | |
LVALS | LIKE | NET_LVALS | Transfer table for link texts | |
NODES | LIKE | CNG_NODES | Nodes | |
NVALS | LIKE | NET_NVALS | Node attributes |
This function module does not define any Exceptions.