The Function Module DD_GRAPH_ANALYSE () is a standard Function Module in SAP ERP and is part of the function group SDDG within the package SDBT.
Function Module | DD_GRAPH_ANALYSE |
Short Text | |
Function Group | SDDG |
Package | SDBT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CYCLE_PRELEVEL | TYPE | C | SPACE | |
CYCLE_PRESERVE_RELKINDS | TYPE | C | SPACE | |
DO_PARTITION | TYPE | C | SPACE | |
DO_TOPO_SORT | TYPE | C | SPACE | Sort topologically |
PRID | LIKE | SY-INDEX | 0 | Log ID |
TIMER_VERBOSE | LIKE | SY-INDEX | 0 | |
VERBOSE | LIKE | SY-INDEX | 0 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CYCLE_OCCURED | LIKE | SY-SUBRC | ||
PARTITION_COUNT | LIKE | SY-TABIX | Number of Partitions | |
TOPO_LEVEL_COUNT | LIKE | SY-TABIX |
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 |
---|---|---|---|---|
OBJECTS | LIKE | DDGR_OBJ | Table of objects | |
RELATIONS | LIKE | DDGR_REL |
This function module does not define any Exceptions.