P05EIR_ADDRESS SAP (Electronic Illness Reporting: Employee's Address Data) Table details

Dictionary Type: Table
Description: Electronic Illness Reporting: Employee's Address Data




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




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

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

The P05EIR_ADDRESS table consists of various fields, each holding specific information or linking keys about Electronic Illness Reporting: Employee's Address Data data available in SAP. These include FYEAR (Year for Which Notification was Created), MSGNO (Notification ID), BEGDA (Start Date), 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: 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)


SAP P05EIR_ADDRESS 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
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
HUISNRWage Return: House Number P05T_HUISNRCHAR9TEXT9
HUISNRTOEVWage Return: House Number Supplement P05T_HUISNRTOEVCHAR4TEXT4
PCWage Return: Postal Code P05T_PCCHAR9CHAR9
WOONPLWage Return: City Name P05T_WOONPLCHAR24TEXT24
REGWage Return: Region Name P05T_REGCHAR24TEXT24
LOCOMSWage Return: Location Text P05T_LOCOMSCHAR35TEXT35
LANDCDWage Return: ISO Country Code P05T_LANDCDCHAR2CHAR2
LANDXCountry Name LANDXCHAR15TEXT15
WOONBOOTCode: House Boat P05EIR_WOONBOOTCHAR2P05EIR_WOONBOOT
WOONWAGENCode: Caravan P05EIR_WOONWAGENCHAR2P05EIR_WOONWAGEN
BINLANDWage Return: Resident Address P05T_BINLANDCHAR1XFELD
TELNRTelephone number for use in wage return P05T_TELNRCHAR25CHAR25
TELNR_MOBILETelephone number for use in wage return P05T_TELNRCHAR25CHAR25
TELNR_BTLTelephone number for use in wage return P05T_TELNRCHAR25CHAR25
STRWage Return: Street Name P05T_STRCHAR24TEXT24

Key field Non-key field



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

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

SELECT SINGLE *
FROM P05EIR_ADDRESS
INTO CORRESPONDING FIELDS OF WA_P05EIR_ADDRESS
WHERE...

How to access SAP table P05EIR_ADDRESS

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