T71ADM_EE_HIST SAP (Compensation Tracking for Employees) Table details

Dictionary Type: Table
Description: Compensation Tracking for Employees




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




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

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

The T71ADM_EE_HIST table consists of various fields, each holding specific information or linking keys about Compensation Tracking for Employees data available in SAP. These include GUID (UUID in character form), LFDNR (Sequence Number for Compensation Tracking), PERNR (Personnel number), SUBTY (Subtype).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T71ADM_EE_HIST 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
GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
LFDNRSequence Number for Compensation Tracking ECM_LFDNRNUMC3ECM_LFDNR
PERNRPersonnel number PERSNONUMC8PA0003PERSNOPER
SUBTYSubtype SUBTYCHAR4SUBTYSUB
EFFDTDefault Effective Date ECM_EFFDTDATS8DATUM
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
CH_BEGTime Stamp of First Change ECM_CH_BEGDEC15TZNTSTMPS
CH_ENDTime Stamp of Last Change ECM_CH_ENDDEC15TZNTSTMPS
CH_USRName of Person Who Changed Object AENAMCHAR12USNAM
CH_ACTActions on Infotype Level for Compensation Tracking ECM_EE_ACTCHAR1ECM_EE_ACT
ITXEXNote exists ECM_NOTE_EXISTSCHAR1XFELD
CAREACompensation Area ECM_CAREACHAR2T71ADM01ECM_CAREAECM_CAREA
CITEMCompensation Review Item ECM_CITEMCHAR4T71ADM09ECM_CITEM
CSTATStatus of Compensation Process ECM_CSTATCHAR1ECM_CSTAT
BSSALCalculation Base Salary ECM_BSSALCURR15(2) P_AMT08
CPAMTCompensation Plan Amount ECM_CPAMTCURR13(2) ECM_CPAMS
CPPCTCompensation Plan Percent ECM_CPPCTDEC7(2) ECM_CPPCS
CPNUMCompensation Plan Number ECM_CPNUMDEC10ECM_STKNO
CURRECurrency Key WAERSCUKY5TCURCWAERSFWS
STKUNStock Unit ECM_STKUNCHAR4T71LTI05ECM_STKUN
XHOURIndicator: Process Time Unit is Hourly ECM_XHOURCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T71ADM_EE_HIST
INTO CORRESPONDING FIELDS OF WA_T71ADM_EE_HIST
WHERE...

How to access SAP table T71ADM_EE_HIST

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