PJP_LVE_CLN_PDF SAP (Structure for Child Care Leave (Termination) Notification) Structure details

Dictionary Type: Structure
Description: Structure for Child Care Leave (Termination) Notification




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




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

PJP_LVE_CLN_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 for Child Care Leave (Termination) Notification" 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_PJP_LVE_CLN_PDF TYPE PJP_LVE_CLN_PDF.

The PJP_LVE_CLN_PDF table consists of various fields, each holding specific information or linking keys about Structure for Child Care Leave (Termination) Notification data available in SAP. These include EFNAM (First Name), ELNAM (Last Name), EFKAN (First name (Katakana)), ELKAN (Last name (Katakana)).. 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 PJP_LVE_CLN_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 PERSNONUMC8Assigned to domainPERSNOPER
EFNAMFirst Name VORNACHAR25VORNM
ELNAMLast Name NACHNCHAR25NACHN
EFKANFirst name (Katakana) P22J_PFNMKCHAR40P22J_PNAME
ELKANLast name (Katakana) P22J_PLNMKCHAR40P22J_PNAME
GESCHGender Key GESCHCHAR1GESCH
EBDATDate of Birth GBDATDATS8PDATEGBDAT
CFNAMFirst Name VORNACHAR25VORNM
CLNAMLast Name NACHNCHAR25NACHN
CFKANFirst name (Katakana) P22J_PFNMKCHAR40P22J_PNAME
CLKANLast name (Katakana) P22J_PLNMKCHAR40P22J_PNAME
CBDAJDate of Birth GBDATDATS8PDATEGBDAT
SCIHIOffice ID for HI Union P22J_SCIHICHAR8TEXT8
SCICCSocial Insurance Code (Name) P22J_SCICCCHAR8TEXT8
HEANOInsurance number P22J_SIINRCHAR15P22J_SIINR
PENNOInsurance number P22J_SIINRCHAR15P22J_SIINR
EPENOPension Number P22J_SIPNRCHAR15P22J_SIPNR
TELNRTelephone Number TELNRCHAR14TELNR
PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
JGSNMName of Branch office P22J_JGSNMCHAR50TEXT50
ADDL1Address PJP_ADDCHAR70CHAR70
ADDL2Address PJP_ADDCHAR70CHAR70
REPRErepresentative PJP_REPRECHAR62CHAR62
BIOADBiological Children PJP_LVE_JISHICHAR1XFELD
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
FRMIDForm ID PJP_LVE_FRMIDNUMC2NUMC2
FTYPEType of Child Care Leave Form PJP_LVE_CLNTPCHAR1PJP_LVE_CLNID
JBGDAForm Begin Date PJP_LVE_FBGDADATS8DATUM
JEDDAForm End Date PJP_LVE_FEDDADATS8DATUM
NUBEGStart Date BEGDADATS8DATUM
PBGDAForm Begin Date PJP_LVE_FBGDADATS8DATUM
PEDDAForm End Date PJP_LVE_FEDDADATS8DATUM
REPDAReport Date PJP_LVE_REPDADATS8DATUM
CHGREChange Reason PJP_LVE_CHGRECHAR60TEXT60

Key field Non-key field



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

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

How to access SAP table PJP_LVE_CLN_PDF

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