Menu

SAP Function Module HRPY_CONVERT_STREE_TO_CONTROL

Umwandel eines ABAP-Baums in eine Tree-Control

The Function Module HRPY_CONVERT_STREE_TO_CONTROL (Umwandel eines ABAP-Baums in eine Tree-Control) is a standard Function Module in SAP ERP and is part of the function group HRPAY99_TOOLS within the package PCAL.

Technical Information

Function Module HRPY_CONVERT_STREE_TO_CONTROL
Short Text Umwandel eines ABAP-Baums in eine Tree-Control
Function Group HRPAY99_TOOLS
Package PCAL
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IMP_COLOR_MAPPING TYPE STREE_CTL_COL_MAPPING_TAB Umwandlungsvorschrift für die Farben
IMP_CONCATENATE_ICON_TEXT TYPE C NO Icone und darauffolgenden Text in einem Item
IMP_CONVERT_HOT_TO_LINK TYPE C NO Hotspots sollen in einen Link umgewandelt werden
IMP_CONVERT_TO_TREE_TYPE TYPE C 'C' Konvertieren in einen Baum des Typs ...
IMP_EXPANDED_ICON LIKE TREEV_NODE-EXP_IMAGE Icone für geöffneten Ordner
IMP_NO_REFRESH TYPE C Kein auffrischen der Exporttabellen
IMP_REPLACE_FOLDER_ICON LIKE TREEV_NODE-N_IMAGE Ersatz Icone für Ordner Icone
IMP_REPLASE_NODE_ICON LIKE TREEV_NODE-N_IMAGE Ersatz Icone für Knoten Icone
IMP_SUPPRESS_FOLDER_ICON TYPE C NO Keine Ordner Icone anzeigen
IMP_SUPPRESS_NODE_ICON TYPE C NO Keine Knoten Icone anzeigen
IMP_USE_FONT TYPE I TREEV_FONT_FIXED Font in dem die Items dargestellt werden sollen

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
EXP_ITEM_TABLE LIKE PAY_TREEITEM Ergebnis Blätter
EXP_NODE_TABLE LIKE TREEV_NODE Ergebnis Knoten
EXP_SIMPLE_TREE LIKE NODE_STR Ergebnis für SIMPLE TREE
IMP_COLNAME LIKE TREEV_COL Name der Spalten (nicht für SIMPLE TREE nötig)
IMP_TREE LIKE SNODETEXT Alter Baum

Exceptions

This function module does not define any Exceptions.