Menu

SAP Function Module STRUCTURE_BUILD_MULTIPLE_ROOTS

Create Structure with Multiple Roots

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 STRUCTURE_BUILD_MULTIPLE_ROOTS (Create Structure with Multiple Roots) is a standard Function Module in SAP ERP and is part of the function group RHAS within the package SP00.

Technical Information

Function Module STRUCTURE_BUILD_MULTIPLE_ROOTS
Short Text Create Structure with Multiple Roots
Function Group RHAS
Package SP00
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
77AW_INT LIKE HRRHAS-77AW_INT SPACE Switch: Read Path in T77AW ('') or 77AW (X)
ACTIV LIKE HRRHAS-ACTIV SPACE Status overlap indicator
AUTHY LIKE HRRHAS-AUTHY 'X' Authorization indicator
CBFLAG LIKE HRRHAS-CBFLAG SPACE Indicator: get control block number
PLVAR LIKE HRRHAS-PLVAR Plan version
RECURS LIKE HRRHAS-RECURS SPACE Recursiveness check: 'X' --> yes, '' --> no
SBEGD LIKE HRRHAS-SBEGD SY-DATUM Start date
SENDD LIKE HRRHAS-SENDD SY-DATUM End date
SFLAG LIKE HRRHAS-SFLAG 'X' Cut indicator
SVECT LIKE HRRHAS-SVECT '1' Status vector
TDEPTH LIKE HRRHAS-TDEPTH 0 Technical depth
TEXT_BUFFER_FILL LIKE HRPP0C-TEST SPACE
TFLAG LIKE HRRHAS-TFLAG SPACE Indicator: get texts
VFLAG LIKE HRRHAS-VFLAG SPACE Indicator: get relationship information
WEGID LIKE HRRHAS-WEGID SPACE Evaluation Path

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CB_NR LIKE HRRHAS-CB_NR Control block number
ROOT LIKE GDSTR General structure information (root) -> GDSTR

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
CHECK_TAB_DESC LIKE HRCHECK
ROOT_OBJECTS LIKE HRROOTOB
ROOT_TAB LIKE GDSTR

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ROOT_NOT_FOUND Root not available
WEGID_NOT_FOUND Evaluation path does not exist