HRAQFIELDDESCRIPTION SAP (Info-Get: Description of Fields in HRFIELDDATA) Structure details

Dictionary Type: Structure
Description: Info-Get: Description of Fields in HRFIELDDATA




ABAP Code to SELECT data from HRAQFIELDDESCRIPTION
Related tables to HRAQFIELDDESCRIPTION
Access table HRAQFIELDDESCRIPTION




Structure field list including key, data, relationships and ABAP select examples

HRAQFIELDDESCRIPTION is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Info-Get: Description of Fields in HRFIELDDATA" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_HRAQFIELDDESCRIPTION TYPE HRAQFIELDDESCRIPTION.

The HRAQFIELDDESCRIPTION table consists of various fields, each holding specific information or linking keys about Info-Get: Description of Fields in HRFIELDDATA data available in SAP. These include FLABEL (SAP Query (L): Field description), FTYP (SAP Query (L): Field type), FLEN (SAP Query (L): Field length), FDEC (SAP Query (L): Number of decimal places).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP HRAQFIELDDESCRIPTION structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
FIELDNAMESAP Query (L): Name of original field (new length) AQL_NFNAMECHAR70AQS_C70
FLABELSAP Query (L): Field description AQL_FDESCCHAR40AQS_C40K
FTYPSAP Query (L): Field type AQL_FTYPCHAR1AQS_C1
FLENSAP Query (L): Field length AQL_FLENNUMC3AQS_N3
FDECSAP Query (L): Number of decimal places AQL_FDECNUMC2AQS_N2
FOLENSAP Query (L): Output length AQL_FOLENNUMC3AQS_N3
FCURSAP Query (L): Currency specification AQL_FCURCHAR1AQS_C1
FCOLSAP Query (L): One-line original field header AQL_FCOLCHAR30AQS_C30K
FSORTSAP Query (L): Sorting level AQL_FSORTNUMC2AQS_N2
FSODSSAP Query (L): Sort descending AQL_FSODSCHAR1AQS_C1

Key field Non-key field



How do I retrieve data from SAP structure HRAQFIELDDESCRIPTION using ABAP code?

As HRAQFIELDDESCRIPTION is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on HRAQFIELDDESCRIPTION as there is no data to select.

How to access SAP table HRAQFIELDDESCRIPTION

Within an ECC or HANA version of SAP you can also view further information about HRAQFIELDDESCRIPTION and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!