The Function Module HR_CONVERT_FIELDNAME_FORMAT (Info-Get: Konvertiert Feldnamen Query <-> Selektionstool) is a standard Function Module in SAP ERP and is part of the function group HRBAS00INFOGET within the package PBAS_SELECTION.
Function Module | HR_CONVERT_FIELDNAME_FORMAT |
Short Text | Info-Get: Konvertiert Feldnamen Query <-> Selektionstool |
Function Group | HRBAS00INFOGET |
Package | PBAS_SELECTION |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FUNCAREA | LIKE | AQADEF-SGNAME | Sachgebiet (falls zur Konvertierung benötigt) | |
WORKSPACE | LIKE | AQADEF-WSID | 'G' | Arbeitsbereich (space - lokal, 'G' - global) |
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 |
---|---|---|---|---|
AQ_FIELDNAMES | LIKE | RSAQFNAME | Feldnamen, wie in ABAP-Query definiert | |
FIELDNAMES | LIKE | HRFIELD_SPECIFICATION | Feldnamen, wie im generischen Selektionstool def |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DUPLICATE_FIELDNAME_DEF | Beide Tabellen enthalten Feldnamen |
FUNCAREA_MISMATCH | Das Sachgebiet paßt nicht zu den angegebenen Feldnamen |
FUNCAREA_NOT_SUPPORTED | InfoSet nicht unterstützt (nur LDB PNP, PNPCE, PAP, PCH) |
ILLEGAL_FIELD | Ungültiger Feldname - Konvertierung nicht möglich |
ILLEGAL_WORKSPACE | Ungültiger Arbeitsbereich |
INTERNAL_ERROR | Interner Fehler |
MISSING_FIELDNAME_DEF | Keine der Tabellen enthält Feldnamen |
MISSING_FUNCAREA | Angabe des Sachgebiets fehlt (zur Konvertierung benötigt) |
NO_FUNCAREA | Das angegebene Sachgebiet existiert nicht (in generierter Fassung) |