PJP_LVE_CLB_PDF SAP (Structure for Child Care Leave Benefits) Structure details

Dictionary Type: Structure
Description: Structure for Child Care Leave Benefits




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




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

PJP_LVE_CLB_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 Benefits" 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_CLB_PDF TYPE PJP_LVE_CLB_PDF.

The PJP_LVE_CLB_PDF table consists of various fields, each holding specific information or linking keys about Structure for Child Care Leave Benefits data available in SAP. These include ACQDT (Field of type DATS), PERNR (Personnel number), EFNAM (First Name), ELNAM (Last Name).. 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_CLB_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
SIIIDInsurance number P22J_SIINRCHAR15P22J_SIINR
ACQDTField of type DATS DATSDATS8DATS
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
EFNAMFirst Name VORNACHAR25VORNM
ELNAMLast Name NACHNCHAR25NACHN
EFKANFirst name (Katakana) P22J_PFNMKCHAR40P22J_PNAME
ELKANLast name (Katakana) P22J_PLNMKCHAR40P22J_PNAME
FBGDAForm Begin Date PJP_LVE_FBGDADATS8DATUM
CBDATDate of Birth GBDATDATS8PDATEGBDAT
EPSTCPostal Code PSTLZ_HRCHAR10PSTLZ
EADD1Address PJP_ADDCHAR70CHAR70
EADD2Address PJP_ADDCHAR70CHAR70
EADD3Address PJP_ADDCHAR70CHAR70
ETELNTelephone Number TELNRCHAR14TELNR
BGDAFForm Begin Date PJP_LVE_FBGDADATS8DATUM
EDDAFForm End Date PJP_LVE_FEDDADATS8DATUM
DANOFPayment Basis Days 1st Month P22J_PB1STNUMC2P22J_PBDYS
AMNTFCompensation Amount 1st Month P22J_CA1STCURR11(2) WERT6
BGDASForm Begin Date PJP_LVE_FBGDADATS8DATUM
EDDASForm End Date PJP_LVE_FEDDADATS8DATUM
DANOSPayment Basis Days 2nd Month P22J_PB2NDNUMC2P22J_PBDYS
AMNTSCompensation Amount 2nd Month P22J_CA2NDCURR11(2) WERT6
BGDATForm Begin Date PJP_LVE_FBGDADATS8DATUM
EDDATForm End Date PJP_LVE_FEDDADATS8DATUM
DANOTPayment Basis Days 3rd Month P22J_PB3RDNUMC2P22J_PBDYS
AMNTTCompensation Amount 3rd Month P22J_CA3RDCURR11(2) WERT6
LBINONumber of Branch office for LI P22J_LBINOCHAR11TEXT11
JGSNMName of Branch office P22J_JGSNMCHAR50TEXT50
OFADRAddress of Applied Office P22_OFADRCHAR255CHAR255
RENAMrepresentative PJP_REPRECHAR62CHAR62
OTELNTelephone Number TELNRCHAR14TELNR
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
PLRDTPlanned Return Date PJP_LVE_PLRDTDATS8DATUM
CLBERReason for Extending Child Care Leave Benefits PJP_LVE_CLBERCHAR1PJP_LVE_CLBER
CHGFRForm Begin Date PJP_LVE_FBGDADATS8DATUM
CHGTOForm End Date PJP_LVE_FEDDADATS8DATUM
IKKPLPapa Mama Ikukyu Plus PJP_LVE_IKKPLCHAR1XFELD
SPEINSpouse EI Number PJP_LVE_SPEINCHAR15P22J_SIINR
FRMIDForm ID PJP_LVE_FRMIDNUMC2NUMC2
PAYDTPay date for payroll result PAY_DATEDATS8DATUM
ENDDTEnd Date of Selection P22_ENDDADATS8DATUM
COMALCommuting Allowance PJP_COMUT_ALLOCHAR30CHAR30
EDTXT3-Byte field CHAR3CHAR3CHAR3
MOTXTCharacter field of length 6 CHAR6CHAR6CHAR6
APRDTReport Date PJP_LVE_REPDADATS8DATUM
APPDTReport Date PJP_LVE_REPDADATS8DATUM
FMEMOChar255 CHAR255CHAR255CHAR255
BANKAName of bank BANKACHAR60TEXT60
BANNMName of bank BANKACHAR60TEXT60
BANKLBank number BANKLCHAR15BANKLBLZ
BANKNBank account number BANKNCHAR18BANKN
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table PJP_LVE_CLB_PDF

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