The Function Module RTBWHC_FILL_COLUMNS (Füllen der retailspezifischen Spalten (Vkorg, Ekorg, Filiale...)) is a standard Function Module in SAP ERP and is part of the function group RTBWHC within the package RT_BWHC.
Function Module | RTBWHC_FILL_COLUMNS |
Short Text | Füllen der retailspezifischen Spalten (Vkorg, Ekorg, Filiale...) |
Function Group | RTBWHC |
Package | RT_BWHC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGDA | LIKE | OBJEC-BEGDA | Beginndatum | |
COL_KEY | TYPE | TV_ITMNAME | Name einer Spalte / eines Items im Tree Control | |
ENDDA | LIKE | OBJEC-ENDDA | Endedatum | |
KEY_DATE | LIKE | OBJEC-BEGDA | Beginndatum | |
TREE_HANDLE | CLASS | CL_GUI_CONTROL | Objektreferenz |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COLUMN_CONTENT | LIKE | ORGNODECON | HR-CA Tree-Schale: Spalteninhalt | |
LEGEND_ICON_TEXT | LIKE | TREELEGEND | Einträge für Legende der HR-Tree Schale | |
TREE_OBJECTS | LIKE | TREE_OBJEC | Struktur objec mit Knotenschlüssel für Tree-Control | |
TREE_STRUCTURE | LIKE | TREE_STRUC | Struktur struc mit Knotenschlüssel für Tree-Control |
This function module does not define any Exceptions.