GIL_EN_DQ_ATTROP SAP (Operators for advanced query attributes) Table details

Dictionary Type: Table
Description: Operators for advanced query attributes




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




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

GIL_EN_DQ_ATTROP is a standard SAP Table which is used to store Operators for advanced query attributes data and is available within R/3 SAP systems depending on the version and release level.

The GIL_EN_DQ_ATTROP table consists of various fields, each holding specific information or linking keys about Operators for advanced query attributes data available in SAP. These include DQUERY_NAME (External Name of Object), ATTR_NAME (Component name), COMPONENT (Component Name), OPTIONS_AV (Indicates if options are available or not available).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP GIL_EN_DQ_ATTROP table 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
ENH_NAMEgenIL Component Enhancement GIL_ENH_NAMECHAR30GIL_ENH_COMPGIL_ENH_NAMEGENIL_ENHGILH_ENHANCEMENT_NAME
DQUERY_NAMEExternal Name of Object CRMT_EXT_OBJ_NAMECHAR30CRMC_DQ_COMCRM_OBJEXT_NAME
ATTR_NAMEComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
COMPONENTComponent Name CRMT_COMPONENT_NAMECHAR6CRMC_DQ_COMCRM_COMPONENT_NAMEGENIL_COMPCRMH_GENIL_COMPONENT_NAME
OPTIONS_AVIndicates if options are available or not available GENILT_OPTIONS_AVAILABLECHAR1GENIL_OPTIONS_AVAILABLE
EQBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
NEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
BTBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
NBBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
CPBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
NPBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
LTBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
LEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
GTBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
GEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



How do I retrieve data from SAP table GIL_EN_DQ_ATTROP using ABAP code

The following ABAP code Example will allow you to do a basic selection on GIL_EN_DQ_ATTROP to SELECT all data from the table
DATA: WA_GIL_EN_DQ_ATTROP TYPE GIL_EN_DQ_ATTROP.

SELECT SINGLE *
FROM GIL_EN_DQ_ATTROP
INTO CORRESPONDING FIELDS OF WA_GIL_EN_DQ_ATTROP
WHERE...

How to access SAP table GIL_EN_DQ_ATTROP

Within an ECC or HANA version of SAP you can also view further information about GIL_EN_DQ_ATTROP 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!