T7QA46 SAP (Common eligibility rule configuration for Qatar) Table details

Dictionary Type: Table
Description: Common eligibility rule configuration for Qatar




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




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

T7QA46 is a standard SAP Table which is used to store Common eligibility rule configuration for Qatar data and is available within R/3 SAP systems depending on the version and release level.

The T7QA46 table consists of various fields, each holding specific information or linking keys about Common eligibility rule configuration for Qatar data available in SAP. These include ELIGR (Common Eligibility Rule), ENDDA (End Date), BEGDA (Start Date), SRVNO (Service Period (Number)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T7QA46 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
MANDTClient MANDTCLNT3T000MANDT
ELIGRCommon Eligibility Rule PQA_ELIGRCHAR4T7QA45PQA_ELIGR
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SRVNOService Period (Number) PQA_SRVNONUMC3NUMC3
SRVUTTime Unit PQA_LCUPUNUMC2PQA_TMUNT
DATARDate type DATARCHAR2T548YDATAR
TRFRLPay scale group rule CMP_TRFRLCHAR8T71D2RCMP_TRFRL
NASCLNationality PQA_NASCLCHAR1PQA_NASCL
GENDRGender PQA_GESCHCHAR1PQA_GESCH
AGEMNMinimum Age PQA_AGEMNNUMC3NUM3
AGEMXMaximum Age PQA_AGEMXNUMC3NUMC3
DPDRLDependent Criteria PQA_DPDRLCHAR8T7QA48PQA_DPDRL
MARRLMarital Status Criteria PQA_MARRLCHAR8T7QA49PQA_MARRL
CTSRLContract Rule PQA_CTSRLCHAR8T7QA47PQA_CTSRL
FMWRKWork Eligibility Frame Title PQA_FMWRKCHAR1CHAR1
FMPSRPersonal Eligibility Frame Title PQA_FMPSRCHAR1CHAR1
SRVNO_MXService Period (Number) PQA_SRVNO_MXNUMC3NUMC3
SRVUT_MXTime Unit PQA_LCUPUNUMC2PQA_TMUNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7QA46
INTO CORRESPONDING FIELDS OF WA_T7QA46
WHERE...

How to access SAP table T7QA46

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