PJP_JU_DEPINF SAP (Dependents' Information Update Utility Alv Structure) Structure details

Dictionary Type: Structure
Description: Dependents' Information Update Utility Alv Structure




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




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

PJP_JU_DEPINF 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 "Dependents' Information Update Utility Alv Structure" 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_JU_DEPINF TYPE PJP_JU_DEPINF.

The PJP_JU_DEPINF table consists of various fields, each holding specific information or linking keys about Dependents' Information Update Utility Alv Structure data available in SAP. These include NODETY (Text, 40 Characters Long), PERNR (Personnel number), SUBTY (Subtype), OBJPS (Object Identification).. 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_JU_DEPINF 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
DEPTYName of Subtype SBTTXCHAR40TEXT40
NODETYText, 40 Characters Long TEXT40CHAR40TEXT40
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
SUBTYSubtype SUBTYCHAR4SUBTYSUB
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
NAME1Personnel Area Text PBTXTCHAR30TEXT30
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
BTEXTPersonnel Subarea Text BTRTXCHAR15TEXT15
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PTEXTName of Employee Group PGTXTCHAR20TEXT20
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
PTEXTSUBName of Employee Subgroup PKTXTCHAR20TEXT20
KANJINAMName of employee P22J_EMNAMCHAR40TEXT40
KANANAMName of employee P22J_EMNAMCHAR40TEXT40
STEXTName of Subtype SBTTXCHAR40TEXT40
ATEXTText (20 Characters) TEXT20CHAR20TEXT20
FGBDTChild's Date of Birth FGBDTDATS8DATUM
DDTEXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
NEWDP2IDDeduction for age group (Fam. Members) P22J_OLPE2CHAR1P22J_OLPE2
NEWDTEXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
NEWBEGDAStart Date BEGDADATS8DATUM
NEWENDDAEnd Date ENDDADATS8DATUM
BISTATUSBatch Input or Infotype Update Status PJP_LV_STATUSCHAR30TEXT30
INFOUPDATEBatch Input or Infotype Update Status PJP_LV_STATUSCHAR30TEXT30
ERRORTEXTRemark PJP_LV_MSGTXCHAR100CHAR100

Key field Non-key field



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

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

How to access SAP table PJP_JU_DEPINF

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