P22_EIA SAP (Display Structure for Japanese EI Acquire Form) Structure details

Dictionary Type: Structure
Description: Display Structure for Japanese EI Acquire Form




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




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

P22_EIA 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 "Display Structure for Japanese EI Acquire Form" 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_EIA TYPE P22_EIA.

The P22_EIA table consists of various fields, each holding specific information or linking keys about Display Structure for Japanese EI Acquire Form 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 (Deep)


SAP P22_EIA 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
NAME_KANJIName of the Insured (Kanji) P22_KANJICHAR26CHAR26
NAME_KANAName of the Insured (Kana) P22_KANANCHAR30CHAR30
KANJICName of the Insured After Change P22_KAJICCHAR26CHAR26
KANACName of the Insured After Change(Kana) P22_KANACCHAR30CHAR30
GESCHGender P22_GENDERCHAR1
SEXTXGender Text P22_SEXTXCHAR10CHAR10
RYAKULocal date: local era (short name) SHERACHAR1SHERA
GBDATJP Style Birthday P22_GBDJPCHAR40CHAR40
LBINONumber of Branch office for LI P22J_LBINOCHAR11TEXT11
ACQDTJP Style Acquisition Date P22_ACDJPCHAR40CHAR40
FORIDReason of Acquisition P22_REACQCHAR1CHAR1
LEADTLeaving Date P22_LEADTDATS8DATUM
CERTIConfirmation of Certification P22_CERTICHAR1P22_CERTI
INSED_ADD1Address of the Insured - Line 1 P22_ADDIS_LINE1CHAR90CHAR90
INSED_ADD2Address of the Insured - Line 2 P22_ADDIS_LINE2CHAR90CHAR90
EALIDAcquired/Lost P22J_EALI1CHAR1Assigned to domainP22J_EALI1
ENTIDIndicator for SI Entitlement P22J_ENTIDCHAR2Assigned to domainP22J_ENTID
LBIMFLabour Insurance Modifier P22J_LBIMFCHAR2Assigned to domainP22J_LBIMF
BETRGMWage Amount P22_WAGEDEC13
SIIIDEmployment Pattern P22_EMPATCHAR1
EARNOWage Earner Type P22_EARNERCHAR1TEXT1
JOBTYPType of Job P22_JOBTYCHAR1CHAR1
WOSTDHours per week WOSTDDEC5(2) STDAZ
TEXT_17_1 Contract Period - Yes0
TEXT_17_2 Contract Period - No0
TEXT_17_3 Contract Period - Start YY0
TEXT_17_4 Contract Period - Start MM0
TEXT_17_5 Contract Period - Start DD0
TEXT_17_6 Contract Period - End YY0
TEXT_17_7 Contract Period - End MM0
TEXT_17_8 Contract Period - End DD0
TEXT_17_9 Contract Period - Yes-Yes0
TEXT_17_10 Contract Period - Yes-No0
TEXT_17_11 Contract Period - Above-1year0
TEXT_17_12 Contract Period - Below-1year0
TEXT_17_13 Contract Period - Above-6month0
TEXT_17_14 Contract Period - Below-6month0
TEXT_17_15 Contract Period - Yes or No0
TEXT_17_16 Contract Period - Yes-Yes or No0
TEXT_18 Reason of Contract Period0
TEXT_19Address Before Moving-Line1 P22_ADDBM_LINE1CHAR90CHAR90
TEXT_19_1Address Before Moving-Line2 P22_ADDBM_LINE2CHAR90CHAR90
TEXT_20Name of Branch office P22J_JGSNMCHAR50TEXT50
TEXT_21Memo P22_MEMOCHAR50CHAR50
COMPY_ADD1Address of Representative Line 1 P22_REPADDR1CHAR40CHAR40
COMPY_ADD2Address of Representative Line 2 P22_REPADDR2CHAR40CHAR40
COMPY_ADD3Address of Representative Line 3 P22_REPADDR3CHAR40CHAR40
COMPY_NAMECompany Name P22_COMNMCHAR50CHAR50
REPRETitle and Name of the Representative P22_REPRECHAR50CHAR50
TEXT_ETelephone Number of Representative P22_TELRECHAR16CHAR16
SUBDTJP Style Submission Date P22_SBDJPCHAR40CHAR40
TEXT_F_1Year for JP date format P22J_YEAR_SUBMIT_WAREKICHAR8CHAR8
TEXT_F_2Month for JP date format P22J_MONTH_SUBMIT_WAREKICHAR2CHAR2
TEXT_F_3Day for JP Date format P22J_DAY_SUBMIT_WAREKICHAR2CHAR2
TEXT_24_1 Term of residence - YYYY0
TEXT_24_2 Term of residence - MM0
TEXT_24_3 Term of residence - DD0
TEXT_22 Nationality0
TEXT_23 Residence Status0
TEXT_25 Permission on Activities Beyond Scope0
TEXT_26 Office different from item 17 Flag0

Key field Non-key field



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

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

How to access SAP table P22_EIA

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