T71C5 SAP (Eligibility Rule for Compensation) Table details

Dictionary Type: Table
Description: Eligibility Rule for Compensation




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




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

T71C5 is a standard SAP Table which is used to store Eligibility Rule for Compensation data and is available within R/3 SAP systems depending on the version and release level.

The T71C5 table consists of various fields, each holding specific information or linking keys about Eligibility Rule for Compensation data available in SAP. These include ELIGR (Eligibility rule for compensation), ELIGP (Eligibility group for compensation), ENDDA (End Date), BEGDA (Start Date).. 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 T71C5 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
ELIGREligibility rule for compensation CMP_ELIGRCHAR8T71C5RCMP_ELIGR
ELIGPEligibility group for compensation CMP_ELIGPCHAR6T71C6CMP_ELIGP
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SRVINService/hire date relevant CMP_SRVINCHAR1XFELD
SRVNONumber of Time Units for Length of Service CMP_SRVNODEC4DEC4
SRVPDTime Unit for Length of Service CMP_SRVPDCHAR3T538ARPMSH
SRVMOBenefit seniority calculation cut-off month for cost variant BEN_SRVMONUMC2BEN_MONTH
SRVDYBenefit seniority calculation cut-off day for cost variant BEN_SRVDAYNUMC2BEN_DAY
DATYPDate type DATARCHAR2Assigned to domainDATAR
WRKHRMinimum Number of Working Hours Per Period CMP_WRKHRDEC4DEC4
WRKPDPeriod for Determining Minimum Working Time CMP_WRKPDCHAR3T538ARPMSH
GRDINSalary Group is Relevant CMP_GRDINCHAR1XFELD
GRDRLPay Grade Rule CMP_GRDRLCHAR6T71D1RCMP_GRDL
TRFINPay Scale Group Relevant CMP_TRFINCHAR1XFELD
TRFRLPay scale group rule CMP_TRFRLCHAR8T71D2RCMP_TRFRL
JOBINJob is relevant CMP_JOBINCHAR1XFELD
JOBRLJob rule CMP_JOBRLCHAR6T71D3RCMP_JOBRL
SALINSalary Position Relevant CMP_SALINCHAR1XFELD
SALRLSalary rule CMP_SALRLCHAR6T71D4RCMP_SALRL
PRFINAppraisal Relevant CMP_PRFINCHAR1XFELD
PRFRLPerformance rule CMP_PRFRLCHAR6T71D5RCMP_PRFRL
VARINUser-defined Criteria Relevant CMP_VARINCHAR1XFELD
VARRLUser-Defined Rule CMP_VARRLCHAR6T71D6RCMP_VARRL
QUGRPSAP Query: User group AQ_BGNAMECHAR12AQGDBBGAQT_BGNAME
QUERYSAP Query: Query name / QuickView name AQ_QUNAMECHAR14AQLQCATAQT_QUNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM T71C5
INTO CORRESPONDING FIELDS OF WA_T71C5
WHERE...

How to access SAP table T71C5

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