EISHR SAP (Report RHeistrans0 interface) Structure details

Dictionary Type: Structure
Description: Report RHeistrans0 interface




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




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

EISHR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Report RHeistrans0 interface" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EISHR TYPE EISHR.

The EISHR table consists of various fields, each holding specific information or linking keys about Report RHeistrans0 interface data available in SAP. These include YEARB (Fiscal Year), PERDE (Posting period), HRPVER (Plan Version), OBJSTAT (Planning Status).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EISHR structure 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 MANDTCLNT3Assigned to domainMANDT
YEARBFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERDEPosting period POPERNUMC3POPERPOPR
HRPVERPlan Version PLVARCHAR2Assigned to domainPLVARPOP
OBJSTATPlanning Status ISTAT_DCHAR1Assigned to domainISTATPST
LOT_VDate DATUMDATS8DATUM
LOT_UReference unit BUNITCHAR1BUNIT
ORGUNIOrganizational Unit ORGEHNUMC8Assigned to domainORGEH
POSITKPosition PLANSNUMC8Assigned to domainPLANS
POSI_CNTSequence number of length 6 SEQNR6NUMC6NUMC6
PERSNUPersonnel Number PERNR_DNUMC8PERNRPER
PERS_CNTSequence number of length 6 SEQNR6NUMC6NUMC6
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
ALTRSAge of Employee (Not Numerical) LEBALTERCHAR3CHAR3
YOFSERVICE3-Character Integer Field INT3NUMC3TRV03
SALARYTotal of all wage type amounts SUMBBCURR15(2) P_AMT08V
PEBERPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
GESCHGender Key GESCHCHAR1GESCH
COMCODCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUSAREBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
CONAREControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
NATIONationality NATIOCHAR15TEXT15
GBDATDate of Birth GBDATDATS8PDATEGBDAT
MASSNAction Type MASSNCHAR2Assigned to domainMASSN
MASSGReason for Action MASSGCHAR2Assigned to domainMASSG
HDATEEntry Date HIREDATEDATS8DATUM
ABSETAttendance or Absence Type AWARTCHAR4Assigned to domainAWART
ABABWTGAttendance and Absence Days ABWTGDEC6(2) TAGE4_2
ABSTDAZBreak after hours STDAZDEC5(2) DEC03_2
ATTENAttendance or Absence Type AWARTCHAR4Assigned to domainAWART
ATABWTGAttendance and Absence Days ABWTGDEC6(2) TAGE4_2
ATSTDAZBreak after hours STDAZDEC5(2) DEC03_2
STAT2Employment Status STAT2CHAR1STATA
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
VACANIndicator for Vacancy of a Position (or the Like) VACANCHAR1CHAR1_X
REDUNSingle-Character Indicator CHAR1CHAR1CHAR1
AUSBIEducation/training AUSBINUMC8Assigned to domainAUSBI
SLARTEducational establishment SLARTCHAR2Assigned to domainSLART
SLABSCertificate SLABSCHAR2Assigned to domainSLABS
SCHKZWork Schedule Rule SCHKNCHAR8Assigned to domainSCHKNSCH
LGA14Wage Type LGARTCHAR4Assigned to domainLGART
LGA15Wage Type LGARTCHAR4Assigned to domainLGART
TRFARPay scale type TRFARCHAR2Assigned to domainTRFAR
TRFGBPay Scale Area TRFGBCHAR2Assigned to domainTRFGB
TRFGRPay Scale Group TRFGRCHAR8Assigned to domainTRFGR
TRFSTPay Scale Level TRFSTCHAR2Assigned to domainTRFST

Key field Non-key field



How do I retrieve data from SAP structure EISHR using ABAP code?

As EISHR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EISHR as there is no data to select.

How to access SAP table EISHR

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