The Function Module CACS_TREE_DESCSUPP (Initialisiert Baumanzeige) is a standard Function Module in SAP ERP and is part of the function group CACS_TREE within the package CACSTREE.
Function Module | CACS_TREE_DESCSUPP |
Short Text | Initialisiert Baumanzeige |
Function Group | CACS_TREE |
Package | CACSTREE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NODD | TYPE | C | ' ' | Kennzeichnet ob D&D fähig |
TREE_PROFILE | TYPE | INT4 | Profil des Trees | |
USE_TC | TYPE | C | Flag ob der Tree als TC angezeigt wird |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DYNNR | LIKE | Dynpronummer des aufzurufenden Screens | ||
PROGRAM | TYPE | TEXT30 | Programmname des aufzurufenden Screens | |
TREE_ID | TYPE | INT4 | TreeID des neu angelegten Trees |
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 |
---|---|---|---|---|
I_CBTREE | LIKE | CACS_TREECB | Tabelle der Callbacks | |
I_NODEDESC | LIKE | Knotendate |
This function module does not define any Exceptions.