T71ADM13 SAP (Compensation Eligibility Rule) Table details

Dictionary Type: Table
Description: Compensation Eligibility Rule




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




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

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

The T71ADM13 table consists of various fields, each holding specific information or linking keys about Compensation Eligibility Rule data available in SAP. These include CAREA (Compensation Area), ELIVR (Compensation Eligibility Rule Variant), ELIGP (Compensation Eligibility Grouping), ENDDA (End 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: Cannot Be Enhanced


SAP T71ADM13 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
CAREACompensation Area ECM_CAREACHAR2T71ADM01ECM_CAREAECM_CAREA
ELIVRCompensation Eligibility Rule Variant ECM_ELIVRCHAR4T71ADM11ECM_ELIVR
ELIGPCompensation Eligibility Grouping ECM_ELIGPCHAR4T71ADM12ECM_ELIGP
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
XNOELIndicator: Employee(s) not Eligible ECM_XNOELCHAR1XFELD
SRVNORequired Service for Eligibility (Number) ECM_SRVNODEC4DEC4
SRVUNRequired Service for Eligibility (Unit) ECM_SRVUNCHAR3T538ARPMSH
SRVPCSeniority Calculation Process for Eligibility and Guideline ECM_SRVPCCHAR4T525PPSEN_PROCE
WRKHRMinimum Working Hours for Eligibility (Number) ECM_WRKHRDEC7(2) DEC5_2
WRKPDMinimum Working Hours for Eligibility (Period) ECM_WRKPDCHAR3T538ARPMSH
SLPMISalary Percent in Range Minimum Value ECM_SLPMIDEC3ECM_SLPIR
SLPMASalary Percent in Range Maximum Value ECM_SLPMADEC3ECM_SLPIR
CPRMICompa-Ratio Minimum Value ECM_CPRMIDEC3(2) ECM_CPRAT
CPRMACompa-Ratio Maximum Value ECM_CPRMADEC3(2) ECM_CPRAT
APPRLCompensation Appraisal Rule ECM_APPRLCHAR4T71ADM14ECM_APPRL
WAINOEligibility Waiting Period (Number) ECM_WAINODEC4DEC4
WAIUNEligibility Waiting Period (Unit) ECM_WAIUNCHAR3T538ARPMSH
XHIREIndicator: Waiting Period Starts on Hire Date ECM_XHIRECHAR1XFELD
WEVTYDate Type for Start Event of Waiting Period ECM_WEVTYCHAR2T548YDATAR

Key field Non-key field



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

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

SELECT SINGLE *
FROM T71ADM13
INTO CORRESPONDING FIELDS OF WA_T71ADM13
WHERE...

How to access SAP table T71ADM13

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