P22_EWC_PDF SAP (Structure of Wage Certificate At The Age Of 60 for PDF print) Structure details

Dictionary Type: Structure
Description: Structure of Wage Certificate At The Age Of 60 for PDF print




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




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

P22_EWC_PDF 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 At The Age Of 60 for PDF print" 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_EWC_PDF TYPE P22_EWC_PDF.

The P22_EWC_PDF table consists of various fields, each holding specific information or linking keys about Structure of Wage Certificate At The Age Of 60 for PDF print data available in SAP. These include SIINR (Insurance number), LBINO (Number of Branch office for LI), KANJI (Name of the Insured (Kanji)), KANAN (Name of the Insured (Kana)).. 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_EWC_PDF 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
SIINRInsurance number P22J_SIINRCHAR15P22J_SIINR
LBINONumber of Branch office for LI P22J_LBINOCHAR11TEXT11
KANJIName of the Insured (Kanji) P22_KANJICHAR26CHAR26
KANANName of the Insured (Kana) P22_KANANCHAR30CHAR30
JGSNMName of Branch office P22J_JGSNMCHAR50TEXT50
ADDRESS_APPLIED_OFFICE_130 Characters CHAR30CHAR30CHAR30
ADDRESS_APPLIED_OFFICE_230 Characters CHAR30CHAR30CHAR30
TELNRTelephone Number TELNRCHAR14TELNR
ADDRESS_EMPLOYEE_1 0
ADDRESS_EMPLOYEE_2 0
ADDRESS_EMPLOYEE_3 0
EMP_TELNRTelephone Number TELNRCHAR14TELNR
60YEA_YEACharacter Field Length = 10 CHAR10CHAR10CHAR10
60YEA_MONCharacter Field Length = 10 CHAR10CHAR10CHAR10
60YEA_DAYCharacter Field Length = 10 CHAR10CHAR10CHAR10
BIRTH_YEACharacter Field Length = 10 CHAR10CHAR10CHAR10
BIRTH_MONCharacter Field Length = 10 CHAR10CHAR10CHAR10
BIRTH_DAYCharacter Field Length = 10 CHAR10CHAR10CHAR10
COMPANY_ADDRESS 0
COMPANY_NAME 0
COMPANY_REPRE 0
NXTDTDate DATUMDATS8DATUM
WAGE_TAB 0
SPEC_TAB 0
ACQDTDate DATUMDATS8DATUM

Key field Non-key field



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

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

How to access SAP table P22_EWC_PDF

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