Menu

SAP Function Module BM_EU_TREE_CONSTRUCT

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module BM_EU_TREE_CONSTRUCT () is a standard Function Module in SAP ERP and is part of the function group SF06 within the package SDFM.

Technical Information

Function Module BM_EU_TREE_CONSTRUCT
Short Text
Function Group SF06
Package SDFM
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
COLORS TYPE UFFLAG 'X'
CURRENT_NODE TYPE BMOBJECT-ID Obsolete
DISPLAY_NAME TYPE UFFLAG SPACE Display node number
DISPLAY_TEXT TYPE UFFLAG SPACE Display application ID
DISPLAY_TEXT1 TYPE UFFLAG 'X' Display 1st icon column
DISPLAY_TEXT2 TYPE UFFLAG SPACE Display 2nd icon column
DISPLAY_TEXT3 TYPE UFFLAG SPACE
DISPLAY_TEXT4 TYPE UFFLAG 'X'
LANGUAGE TYPE SY-LANGU SY-LANGU SAP R/3 System, Current Language
LEVELS TYPE I 0 Function hierarchy levels
MODEL_TYP TYPE DF41S-MODEL_TYP 'HT' Obsolete
ROOT_NODE TYPE BMOBJECT-ID Top node
ROOT_STRUCTURE TYPE TTREE-ID SPACE GUID for Structure
WITH_FUNCTIONS TYPE UFFLAG SPACE Display functions
WITH_OBJECT_COMPONENTS TYPE UFFLAG SPACE
WITH_OBJECT_VARIANTS TYPE UFFLAG SPACE
WITH_PROCESS_VARIANTS TYPE UFFLAG SPACE

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
NODETAB LIKE SNODETEXT Nodes with texts

Exceptions

This function module does not define any Exceptions.