SAP Function Module RV_PRODUKTHIERARCHIE_SHOW

Anlisten der Söhne eines PRODH-Knotens + Pick-Up-Möglichkeit

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 RV_PRODUKTHIERARCHIE_SHOW (Anlisten der Söhne eines PRODH-Knotens + Pick-Up-Möglichkeit) is a standard Function Module in SAP ERP and is part of the function group V81A within the package VS0C.

Technical Information

Function Module RV_PRODUKTHIERARCHIE_SHOW
Short Text Anlisten der Söhne eines PRODH-Knotens + Pick-Up-Möglichkeit
Function Group V81A
Package VS0C
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DISPLAY LIKE 'X' Display the values found?
REFRESH LIKE 'X' Refresh internal table DISP_T179
ROOT LIKE T179-PRODH SPACE Root of sub-tree to be viewed
SELMODE LIKE '3' Selection mode ...
SHOW_ONLY LIKE ' ' Do you only want to display the hierarchy ?
SPRAS LIKE SY-LANGU SY-LANGU Language for text procurement
STUFE LIKE T179-STUFE '1' Selected nodes for this level ...
VKORG LIKE TVKO-VKORG Sales organization
VTWEG LIKE TVTW-VTWEG Distribution channel
X1 LIKE SY-CUROW 5 Top left corner of display window (column)
X2 LIKE SY-CUROW 80 Bottom right corner of display window (column)
Y1 LIKE SY-CUCOL 5 Top left corner of display window (line)
Y2 LIKE SY-CUCOL 24 Bottom right corner of display window (line)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
NODE_PICKED LIKE T179-PRODH Selected nodes in the list displayed

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
DISP_T179 LIKE PRODH_DISP
XM_MAT1P LIKE M_MAT1P

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ROOT_NOT_EXIST The node does not exist in table T179
TOO_MANY_LEVEL