P05EIR_AANGIFTE SAP (Electronic Illness Reporting: Data for Wage Information) Table details

Dictionary Type: Table
Description: Electronic Illness Reporting: Data for Wage Information




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




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

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

The P05EIR_AANGIFTE table consists of various fields, each holding specific information or linking keys about Electronic Illness Reporting: Data for Wage Information data available in SAP. These include FYEAR (Year for Which Notification was Created), MSGNO (Notification ID), ANPRJ (Wage Return For-Period Year), ANPRM (Wage Return For-Period).. 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_AANGIFTE 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
ANPRJWage Return For-Period Year P05T_LAFPJNUMC4GJAHRGJAHR
ANPRMWage Return For-Period P05T_LAFPMNUMC2PABRP
IKO_TYPEIncome Declaration Type P05EIR_IKO_TYPECHAR1P05EIR_IKO_TYPE
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
AANTVERLUNumber of Remunerated Hours P05_AANVUDEC5P05_AANVU
LOON_SVSocial Insurance Wage P05EIR_LOON_SVCURR15(2) P05T_AMOUNT
VAK_TOESLAGHoliday Allowance P05EIR_VAK_TOESLAGCURR15(2) P05T_AMOUNT
OR_VAK_TOESLAGAccrued Rights for Holiday Allowance P05EIR_OR_VAK_TOESLAGCURR15(2) P05T_AMOUNT
EXT_PER_SALARISAdditional Period Salary P05EIR_EXT_PER_SALARISCURR15(2) P05T_AMOUNT
OR_EXT_SALARISAccrued Rights for Additional Period Salary P05EIR_OR_EXT_PER_SALARISCURR15(2) P05T_AMOUNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM P05EIR_AANGIFTE
INTO CORRESPONDING FIELDS OF WA_P05EIR_AANGIFTE
WHERE...

How to access SAP table P05EIR_AANGIFTE

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