Menu

SAP Function Module DD_GRAPH_ANALYSE

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.

Technical Information

Function Module DD_GRAPH_ANALYSE
Short Text
Function Group SDDG
Package SDBT
Module Type Normal Module

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

This function module does not define any Exceptions.