PJP_LVE_DHI_PDF_DEP SAP (Structure for Dependent for DHI Form) Structure details

Dictionary Type: Structure
Description: Structure for Dependent for DHI Form




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




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

PJP_LVE_DHI_PDF_DEP 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 Dependent for DHI 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_PJP_LVE_DHI_PDF_DEP TYPE PJP_LVE_DHI_PDF_DEP.

The PJP_LVE_DHI_PDF_DEP table consists of various fields, each holding specific information or linking keys about Structure for Dependent for DHI Form data available in SAP. These include DLNAF (Last Name), DFKAF (First name (Katakana)), DLKAF (Last name (Katakana)), DSEXF (Gender Key).. 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 PJP_LVE_DHI_PDF_DEP 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
DFNAFFirst Name VORNACHAR25VORNM
DLNAFLast Name NACHNCHAR25NACHN
DFKAFFirst name (Katakana) P22J_PFNMKCHAR40P22J_PNAME
DLKAFLast name (Katakana) P22J_PLNMKCHAR40P22J_PNAME
DSEXFGender Key GESCHCHAR1GESCH
DBDAFBirth Date of Dependent P22_GBDADDATS8DATUM
DRELFRelationship of Dependent P22_RELADCHAR15CHAR15
BEGDFAcquisition Date of Dependent P22_DCQDTDATS8DATUM
ENDDFLoss Date of Dependent P22_DLOSDDATS8DATUM
DRSNFGeneral Flag FLAGCHAR1FLAG
LIWTFDeduction for Live with P22J_LIWTHCHAR1P22J_LIWTH
MEMOF128 character CHAR128CHAR128CHAR128
DFNASFirst Name VORNACHAR25VORNM
DLNASLast Name NACHNCHAR25NACHN
DFKASFirst name (Katakana) P22J_PFNMKCHAR40P22J_PNAME
DLKASLast name (Katakana) P22J_PLNMKCHAR40P22J_PNAME
DSEXSGender Key GESCHCHAR1GESCH
DBDASBirth Date of Dependent P22_GBDADDATS8DATUM
DRELSRelationship of Dependent P22_RELADCHAR15CHAR15
BEGDSAcquisition Date of Dependent P22_DCQDTDATS8DATUM
ENDDSLoss Date of Dependent P22_DLOSDDATS8DATUM
DRSNSGeneral Flag FLAGCHAR1FLAG
LIWTSDeduction for Live with P22J_LIWTHCHAR1P22J_LIWTH
MEMOS128 character CHAR128CHAR128CHAR128
DFNATFirst Name VORNACHAR25VORNM
DLNATLast Name NACHNCHAR25NACHN
DFKATFirst name (Katakana) P22J_PFNMKCHAR40P22J_PNAME
DLKATLast name (Katakana) P22J_PLNMKCHAR40P22J_PNAME
DSEXTGender Key GESCHCHAR1GESCH
DBDATBirth Date of Dependent P22_GBDADDATS8DATUM
DRELTRelationship of Dependent P22_RELADCHAR15CHAR15
BEGDTAcquisition Date of Dependent P22_DCQDTDATS8DATUM
ENDDTLoss Date of Dependent P22_DLOSDDATS8DATUM
DRSNTGeneral Flag FLAGCHAR1FLAG
LIWTTDeduction for Live with P22J_LIWTHCHAR1P22J_LIWTH
MEMOT128 character CHAR128CHAR128CHAR128

Key field Non-key field



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

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

How to access SAP table PJP_LVE_DHI_PDF_DEP

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