The Function Module CNET_LOGIC_HIERARCHY (Example for administration of hierarchy 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_HIERARCHY |
Short Text | Example for administration of hierarchy 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 |
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_NODES | LIKE | CHG_INODES | All nodes | |
ALL_NVALS | LIKE | NET_NVALS | Attributes of all nodes | |
DELETIONS | LIKE | NET_DELETE | Objects to be deleted | |
NODES | LIKE | CHG_NODES | Nodes | |
NVALS | LIKE | NET_NVALS | Node attributes |
This function module does not define any Exceptions.