The Function Module HR_GET_QUERY_FIELDLIST (Info-Get: Feldliste einer Query lesen) is a standard Function Module in SAP ERP and is part of the function group HRBAS00INFOGET within the package PBAS_SELECTION.
Function Module | HR_GET_QUERY_FIELDLIST |
Short Text | Info-Get: Feldliste einer Query lesen |
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 |
---|---|---|---|---|
QUERY | LIKE | AQADEF-QUNAME | Query | |
USERGROUP | LIKE | AQADEF-BGNAME | 'SYSTGENERATE' | Benutzergruppe |
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_OUTPUT_FIELDS | LIKE | RSAQFNAME | Felder, die ausgegeben werden (Query-Name) | |
AQ_SELECTION_FIELDS | LIKE | RSAQFNAME | Felder, nach denen selektiert wird (Query-Name) | |
AQ_SORT_FIELDS | LIKE | RSAQFSNAME | Felder, nach denen sortiert wird (Query-Name) | |
OUTPUT_FIELDS | LIKE | HRFIELD_SPECIFICATION | Felder, die ausgegeben werden (Name im Selektionstool) | |
SELECTION_FIELDS | LIKE | HRFIELD_SPECIFICATION | Felder, nach denen selektiert wird (Name im Selektionstool) | |
SORT_FIELDS | LIKE | HRSORTFIELD_SPECIFICATION | Felder, nach denen sortiert wird (Name im Selektionstool) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_READING_SELECTION_SCREEN | Fehler beim Ermitteln der Selektionsfelder |
ILLEGAL_WORKSPACE | Ungültiger Arbeitsbereich |
INTERNAL_ERROR | Interner Fehler |
NO_QUERY | Query existiert nicht |
NO_USERGROUP | Benutzergruppe existiert nicht |
UNKNOWN_ERROR | Unbekannter Fehler |