Menu

SAP Function Module RM_SVA_PHTREE_INIT

RM: Tree zur Anzeige der PH initialisieren

The Function Module RM_SVA_PHTREE_INIT (RM: Tree zur Anzeige der PH initialisieren) is a standard Function Module in SAP ERP and is part of the function group RMSVA within the package JBR.

Technical Information

Function Module RM_SVA_PHTREE_INIT
Short Text RM: Tree zur Anzeige der PH initialisieren
Function Group RMSVA
Package JBR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_ANTYPE TYPE JBRANTYPE-ANTYPE RM: Auswertungstyp (intern für Programmgenerierung)
I_DYNNR TYPE SY-DYNNR ABAP-Programm, Nummer des aktuellen Dynpros
I_FLG_HOR_SPLITTING TYPE C ' ' Horizontale Unterteilung des Bildschirms ('X')
I_REPID TYPE SY-REPID ABAP-Programm, aktuelles Rahmenprogramm
I_TAB_PHTREE TYPE RMPHTREE_T RM: Portfoliohierarchie Baumtabelle
I_TAB_TREETXT TYPE RMPHTEXT_T RM: Portfoliohierarchie Knoteneigenschaften für Textfindung
I_VARIANT TYPE DISVARIANT Anzeigevariante (externe Verwendung)

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_DOCKING_CONTAINER CLASS CL_GUI_DOCKING_CONTAINER Docking Container
C_PHTREE CLASS CL_RM_GUI_PH PH Tree

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_TAB_FIELDCAT_PHTREE TYPE LVC_T_FCAT Feldkatalog für ListViewerControl
I_TAB_TREE_DATA LIKE AIS_SENS_PH ALV-Anzeigestruktur der Sensitivitäten (PH-Sicht)

Exceptions

This function module does not define any Exceptions.