Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module RKC_TBHD_GET (besorgt den Kopf einer Tabelle (Text,Status und Verwaltungsdaten)) is a standard Function Module in SAP ERP and is part of the function group KXDI within the package KC.
Function Module | RKC_TBHD_GET |
Short Text | besorgt den Kopf einer Tabelle (Text,Status und Verwaltungsdaten) |
Function Group | KXDI |
Package | KC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
STATE | LIKE | DDREFSTRUC-STATE | 'A' | DDIC-Status: 'A'-aktiv, 'M'-gesichert |
TABNM | LIKE | CDITHE-TABNM | Tabellenname |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CDITHE | LIKE | CDITHE | Informationen zum Tabellenkopf | |
GOT_STATE | LIKE | DDREFSTRUC-STATE | tatsächlich gelesener Status |
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 |
---|---|
HEADER_ERROR | sonstiger Fehler |
HEADER_NOT_FOUND | Tabelle nicht gefunden |