The Function Module HR_INFO_GET_USING_QUERY (Info-Get: Datenbeschaffung über eine zuvor angelegte Query) is a standard Function Module in SAP ERP and is part of the function group HRBAS00INFOGET within the package PBAS_SELECTION.
Function Module | HR_INFO_GET_USING_QUERY |
Short Text | Info-Get: Datenbeschaffung über eine zuvor angelegte Query |
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 |
---|---|---|---|---|
BEGDA | TYPE | D | SY-DATUM | Auswertungszeitraum: Beginn-Datum |
ENDDA | TYPE | D | SY-DATUM | Auswertungszeitraum: Ende-Datum |
EXTERNAL_PRESENTATION | LIKE | AQADEF-FLAG | 'X' | Flag: Daten in externer Darstellung |
QUERY | LIKE | AQADEF-QUNAME | Name der Query | |
SELID | LIKE | HRSEL_IDS-SELID | Selektions-ID | |
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_FIELDDESC | LIKE | HRAQFIELDDESCRIPTION | Beschreibung der Felder, für die Daten beschafft wurden | |
COMBINECONDITIONS | LIKE | HRCOMBINECONDITIONS | Wie im Selektionstool | |
FIELDDATA | LIKE | HRFIELDDATA | Beschaffte Daten | |
FPAIRS | LIKE | RSAQFPAIRS | Memory: Betrags/Einheiten-Paare | |
LDATA | LIKE | RSAQLDATA | Memory: Daten | |
LISTDESC | LIKE | RSAQLDESC | Memory: Listenbeschreibung | |
OBJECTS_IN | LIKE | HROBJECT | Objekte, für die Daten besorgt werden sollen | |
TABLECONDITIONS | LIKE | HRTABLECONDITION | Wie im Selektionstool |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DATA_TO_MEMORY_NOT_POSSIBLE | Daten können nicht zurückgegeben werden |
DUPLICATE_SELECTION_DEF | Selektionskriterien doppelt angegeben |
GENERATION_CANCELLED | Generierung des Query-Reports nicht möglich |
ILLEGAL_FIELD | Ungültiger Feldname - Konvertierung nicht möglich |
ILLEGAL_QUERY | Ungültige Query |
ILLEGAL_SELECTION_FIELD | Ungültiges Selektionsfeld (fehlte bei Erzeugen der Query) |
ILLEGAL_WORKSPACE | Ungültiger Arbeitsbereich |
INTERNAL_ERROR | Interner Fehler |
MISSING_OBJECTS_OR_CONDITIONS | Weder Objekt-IDs noch Selektionskriterien angegeben |
NO_DATA_OUTPUT | Keine Ausgabe (für die angegebenen Selektionskriterien) |
NO_QUERY | Query existiert nicht |
NO_USERGROUP | Benutzergruppe existiert nicht |
OBJECT_ID_NOT_IN_OUTPUT_DATA | Objekt-ID (P0000-PERNR, P4000-PERNR etc.) ist nicht das erste Feld der Ausgabe |
QUERY_LOCKED | Query ist gesperrt |
UNKNOWN_ERROR | Unbekannter Fehler |