The Function Module RH_TEXT_GET (OBSOLET: bitte CL_HR_TEXT_IDENTIFIER->READ_TEXT verwenden) is a standard Function Module in SAP ERP and is part of the function group RH_READ_TEXT within the package PPQU.
Function Module | RH_TEXT_GET |
Short Text | OBSOLET: bitte CL_HR_TEXT_IDENTIFIER->READ_TEXT verwenden |
Function Group | RH_READ_TEXT |
Package | PPQU |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGDAT | LIKE | SY-DATUM | SY-DATUM | Bei zeitabhängigen Texten: Beginn-Datum |
ENDDAT | LIKE | SY-DATUM | SY-DATUM | Bei zeitabhängigen Texten: Ende-Datum |
INFTY_0001 | LIKE | P0001 | Datensatz vom Infotyp 0001 | |
LANGU | LIKE | SY-LANGU | SY-LANGU | Bei sperachabhängigen Texten: Sprache |
MOLGA | LIKE | T001P-MOLGA | Ländergruppierung | |
RECORD | TYPE | ANY | Datensatz zu TABNAME (gleiche Struktur) | |
TABNAME | LIKE | DFIES-TABNAME | Für Felder von TABNAME soll Text gelesen werden | |
TCLAS | LIKE | PME04-TCLAS | 'A' | Transaktionsklasse |
VAR_FIELD | TYPE | ANY | Var. Parameter, für evt. vorh. speziellen FB |
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 |
---|---|---|---|---|
FIELDS | LIKE | RHTEXT_FIELD | Felder aus TABNAME, für die Text gelesen wird | |
TEXT_TAB | LIKE | RHTEXT_TAB | Ergebnis des Textlesens |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DDIC_ENTRY_NOT_FOUND | Fehler bei DDIC-Zugriff |
INCORRECT_CALL | fehlerhafter Aufruf |
INTERNAL_ERROR | interner Fehler |
MISSING_TEXT | OBSOLET (kein Text vorhanden) |