P22_EIL SAP (Structure of EI Loss of Qualification) Structure details

Dictionary Type: Structure
Description: Structure of EI Loss of Qualification




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




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

P22_EIL 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 "Structure of EI Loss of Qualification" 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_P22_EIL TYPE P22_EIL.

The P22_EIL table consists of various fields, each holding specific information or linking keys about Structure of EI Loss of Qualification data available in SAP. These include BUKRS (Company Code), WERKS (Personnel Area), BTRTL (Personnel Subarea), PERSG (Employee Group).. 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: Can be enhanced (character-type or numeric)


SAP P22_EIL 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
SIINRInsurance number P22J_SIINRCHAR15P22J_SIINR
LBINONumber of Branch office for LI P22J_LBINOCHAR11TEXT11
ACQDTJP Style Acquisition Date P22_ACDJPCHAR40CHAR40
KANANName of the Insured (Kana) P22_KANANCHAR30CHAR30
KANJIName of the Insured (Kanji) P22_KANJICHAR26CHAR26
GESCHGender Key GESCHCHAR1GESCH
SEXTXGender Text P22_SEXTXCHAR10CHAR10
GENMLSingle-Character Indicator CHAR1CHAR1CHAR1
GENFMSingle-Character Indicator CHAR1CHAR1CHAR1
GBDATJP Style Birthday P22_GBDJPCHAR40CHAR40
GBDAT_ERA01Local date: local era (short name) SHERACHAR1SHERA
GBDAT_ERA02Local date: local era (short name) SHERACHAR1SHERA
GBDAT_ERA03Local date: local era (short name) SHERACHAR1SHERA
GBDAT_ERA04Local date: local era (short name) SHERACHAR1SHERA
JGSNMName of Branch office P22J_JGSNMCHAR50TEXT50
LEADTLeaving Date JP Style P22_LVDJPCHAR40CHAR40
REALSReason of Loss P22_REALSCHAR1CHAR1
REALS_TXTReason of Loss of Qualification P22_REALS_TXTCHAR90TEXT90
CERTIConfirmation of Certification P22_CERTICHAR1P22_CERTI
NEWFRMNew Form Name P22_NEW_FORMCHAR50CHAR50
REPMTReplacement P22_REPMTCHAR1CHAR1
REPMT_YReplacement P22_REPMTCHAR1CHAR1
REPMT_NReplacement P22_REPMTCHAR1CHAR1
ADDI1Address of the Insured - Line 1 P22_ADDIS_LINE1CHAR90CHAR90
ADDI2Address of the Insured - Line 2 P22_ADDIS_LINE2CHAR90CHAR90
WOSTDHours per week WOSTDDEC5(2) STDAZ
LINE1Address of the Company - Line 1 P22_LINE1CHAR40CHAR40
LINE2Address of the Company - Line 2 P22_LINE2CHAR40CHAR40
LINE3Address of the Company - Line 3 P22_LINE3CHAR40CHAR40
COMNMCompany Name P22_COMNMCHAR50CHAR50
REPRETitle and Name of the Representative P22_REPRECHAR50CHAR50
TELNRTelephone Number TELNRCHAR14TELNR
SUBDTJP Style Submission Date P22_SBDJPCHAR40CHAR40
MEMOMemo P22_MEMOCHAR50CHAR50
NATIONationality NATIOCHAR15TEXT15
RES_STAT_DESCResidence Status Description PJP_EI_RES_STAT_DESCCHAR30TEXT30
EXPIDField of type DATS DATSDATS8DATS
OFLG14 Office different from item 14 Flag0

Key field Non-key field



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

As P22_EIL 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 P22_EIL as there is no data to select.

How to access SAP table P22_EIL

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