P05EIR_ILLNESS SAP (Electronic Illness Reporting: Illness Data) Table details

Dictionary Type: Table
Description: Electronic Illness Reporting: Illness Data




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




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

P05EIR_ILLNESS is a standard SAP Table which is used to store Electronic Illness Reporting: Illness Data data and is available within R/3 SAP systems depending on the version and release level.

The P05EIR_ILLNESS table consists of various fields, each holding specific information or linking keys about Electronic Illness Reporting: Illness Data data available in SAP. These include FYEAR (Year for Which Notification was Created), MSGNO (Notification ID), DATUM_ONTVANGST (Reported on), DIPAY (Direct Payment to Employee).. 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 P05EIR_ILLNESS 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 MANDTCLNT3Assigned to domainMANDT
FYEARYear for Which Notification was Created P05EIR_FOR_YEARNUMC4GJAHRGJAHR
MSGNONotification ID P05EIR_MESSAGE_NUMBERNUMC10P05EIR_MESSAGE_NUMBER
DATUM_ONTVANGSTReported on MLDDADATS8DATUM
DIPAYDirect Payment to Employee P05EIR_DIRECT_PAYMENTCHAR1P05EIR_INDICATOR
CD_RED_AANG_AOCode: Reason for Illness Notification P05EIR_CD_RED_AANG_AONUMC2P05EIR_CD_RED_AANG_AO
RELAIReason for Delayed Reporting of Illness P05EIR_REASON_LATE_SENDINGCHAR240TEXT240
IND_WD_ZATERDAGFirst Saturday of Absence Period is a Workday P05EIR_IND_WD_ZATERDAGCHAR1XFELD
IND_WD_ZONDAGFirst Sunday of Absence Period is a Workday P05EIR_IND_WD_ZONDAGCHAR1XFELD
BED_SVLOON_1E_AOSoc.Ins.Wage on 1st. Work Incapacity Day P05EIR_BED_SVLOON_1E_AODAGCURR15(2) P05T_AMOUNT
BED_SVLOON_DAGDaily Social Insurance Wage P05EIR_BED_SVLOON_PER_DAGCURR15(2) P05T_AMOUNT
ASWSWWSW Subsidy Amount P05EIR_AMOUNT_SUBS_WSWCURR18(2) P05EIR_AMOUNT
WDTSEReason for Damages for Recourse P05EIR_REASON_RECOURSENUMC1P05EIR_REASON_RECOURSE
CD_RD_TOEP_29BReason Association Art. 29B ZW P05EIR_CD_RD_TOEP_29B_ZWNUMC2P05EIR_CD_RD_TOEP_29B_ZW
AANTALURENWEEKNumber of Work Hours per Week P05EIR_AANTAL_UREN_PER_WEEKNUMC4NUMC4
DAOAONotification Date of End of Work Relationship P05EIR_DATE_RESIGNATIONDATS8DATS
CDINOInitiator of End of Work Relationship P05EIR_CODE_INITIATOR_FIRINGCHAR1P05EIR_CODE_INITIATOR_FIRING
INDOVEnd of Work Relationship Effective Immediately P05EIR_INDICATOR_DIRECT_FIRECHAR1P05EIR_INDICATOR
AKOVANumber of Requests to Work P05EIR_NUM_TIMES_WORK_SUMMONSNUMC3NUMC3
INDOATime Period Between Work P05EIR_IND_INTERRUPTION_AOVKCHAR1P05EIR_INDICATOR
VEAORSequence Number of First Work Relationship P05EIR_SEQNO_AOVKNUMC3NUMC3
INDALTime Period Exceeded P05EIR_IND_TOO_LONG_AOVKCHAR1P05EIR_INDICATOR
AAVBTNumber of Limited Work Relationships P05EIR_NUMBER_WORK_RELNUMC2NUMC2

Key field Non-key field



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

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

SELECT SINGLE *
FROM P05EIR_ILLNESS
INTO CORRESPONDING FIELDS OF WA_P05EIR_ILLNESS
WHERE...

How to access SAP table P05EIR_ILLNESS

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