The Function Module SDU_MARK_TREE_FETCH (UDM FuBa zum Holen von Datenmodellen und Entitätstypen) is a standard Function Module in SAP ERP and is part of the function group SDU2 within the package SDUM.
Function Module | SDU_MARK_TREE_FETCH |
Short Text | UDM FuBa zum Holen von Datenmodellen und Entitätstypen |
Function Group | SDU2 |
Package | SDUM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LANGU | LIKE | SY-LANGU | Sprache, in der die Texte gelesen werden. | |
LEVEL | LIKE | '*' | Read to hierarchy level,*-everything | |
ONLY_STANDARD_VIEW | LIKE | SY-INPUT | SPACE | X'-Standard-Sicht, ' '-Vollständige Sicht |
WITH_TEXT | LIKE | 'X' | Objects with or without long text, 'X' - with text |
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 |
---|---|---|---|---|
ENTITIES | LIKE | DM02V | Entities read | |
HIERARCHY | LIKE | DM41S | Assignments read | |
MODELS | LIKE | DM40V | Data models read | |
OBJECT_LIST | LIKE | DMOBJECT | Objects to be read |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_FILLED | Table OBJECT_LIST is empty |
NOT_FOUND | No selection made |
WRONG_TYPE | Incorrect type entered in OBJECT_LIST |