The Function Module HR_GET_VALUES_FROM_TABLES (Baustein zum Lesen von Tabellen) is a standard Function Module in SAP ERP and is part of the function group HRDA within the package PC01.
Function Module | HR_GET_VALUES_FROM_TABLES |
Short Text | Baustein zum Lesen von Tabellen |
Function Group | HRDA |
Package | PC01 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FELD1 | LIKE | Feldname 1 | ||
I_FELD2 | LIKE | Feldname 2 | ||
I_FELD3 | LIKE | Feldname 3 | ||
I_FELD4 | LIKE | Feldname 4 | ||
I_FELD5 | LIKE | Feldname 5 | ||
I_FELD6 | LIKE | Feldname 6 | ||
I_FELD7 | LIKE | Feldname 7 | ||
I_FELD8 | LIKE | Feldname 8 | ||
I_FELD9 | LIKE | Feldname 9 | ||
I_KEY01 | LIKE | Schlüsselfeld 1 | ||
I_KEY02 | LIKE | Schlüsselfeld 2 | ||
I_KEY03 | LIKE | Schlüsselfeld 3 | ||
I_KEY04 | LIKE | Schlüsselfeld 4 | ||
I_KEY05 | LIKE | Schlüsselfeld 5 | ||
I_KEY06 | LIKE | Schlüsselfeld 6 | ||
I_KEY07 | LIKE | Schlüsselfeld 7 | ||
I_KEY08 | LIKE | Schlüsselfeld 8 | ||
I_KEY09 | LIKE | Schlüsselfeld 9 | ||
I_TABNAME | LIKE | DATABROWSE-TABLENAME | Tabellename | |
STICHTAG | LIKE | SY-DATUM | Stichtag |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_VALUE1 | LIKE | Wert 1 | ||
E_VALUE2 | LIKE | Wert 2 | ||
E_VALUE3 | LIKE | Wert 3 | ||
E_VALUE4 | LIKE | Wert 4 | ||
E_VALUE5 | LIKE | Wert 5 | ||
E_VALUE6 | LIKE | Wert 6 | ||
E_VALUE7 | LIKE | Wert 7 | ||
E_VALUE8 | LIKE | Wert 8 | ||
E_VALUE9 | LIKE | Wert 9 |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_ENTRY | Kein Eintrag in Tabelle gefunden |