P22_ELV_ALV SAP (Structure of Wage Certificate for Leaving ALV) Structure details

Dictionary Type: Structure
Description: Structure of Wage Certificate for Leaving ALV




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




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

P22_ELV_ALV 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 Wage Certificate for Leaving ALV" 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_ELV_ALV TYPE P22_ELV_ALV.

The P22_ELV_ALV table consists of various fields, each holding specific information or linking keys about Structure of Wage Certificate for Leaving ALV data available in SAP. These include PERNR (Personnel Number), KANJI (Name of the Insured (Kanji)), KANAN (Name of the Insured (Kana)), WERKS (Personnel Area).. 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)


SAP P22_ELV_ALV 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
MSGTYStatus P22_STATUSCHAR4CHAR4
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
KANJIName of the Insured (Kanji) P22_KANJICHAR26CHAR26
KANANName of the Insured (Kana) P22_KANANCHAR30CHAR30
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
PBTXTPersonnel Area Text PBTXTCHAR30TEXT30
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
BTRTXPersonnel Subarea Text BTRTXCHAR15TEXT15
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PGTXTName of Employee Group PGTXTCHAR20TEXT20
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
PKTXTName of Employee Subgroup PKTXTCHAR20TEXT20
SIINRInsurance number P22J_SIINRCHAR15P22J_SIINR
LEADTLeaving Date P22_LEADT10CHAR10CHAR10
LOSDTDate of Disqualification P22_LOSDT10CHAR10CHAR10
ACQDTAcquisition Date P22_ACQDT_CHARCHAR10CHAR10
SIIIDIndicator for Social Insurance Insured P22J_SCITXCHAR24TEXT24

Key field Non-key field



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

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

How to access SAP table P22_ELV_ALV

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