PJP_LVE_STF_PDF SAP (Structure for Special Treatment Form) Structure details

Dictionary Type: Structure
Description: Structure for Special Treatment Form




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




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

PJP_LVE_STF_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 Special Treatment 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_STF_PDF TYPE PJP_LVE_STF_PDF.

The PJP_LVE_STF_PDF table consists of various fields, each holding specific information or linking keys about Structure for Special Treatment Form data available in SAP. These include SCIHI (Office ID for HI Union), SCICC (Social Insurance Code (Name)), EPENO (Pension Number), PENNO (Insurance number).. 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_STF_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
SCIHIOffice ID for HI Union P22J_SCIHICHAR8TEXT8
SCICCSocial Insurance Code (Name) P22J_SCICCCHAR8TEXT8
EPENOPension Number P22J_SIPNRCHAR15P22J_SIPNR
PENNOInsurance number P22J_SIINRCHAR15P22J_SIINR
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
NBGDABegin Date of Child Nurturing PJP_LVE_BDNTCDATS8DATUM
STBGDBegin Date of Special Treatment PJP_LVE_BDSTMDATS8DATUM
STEDDEnd Date of Special Treatment PJP_LVE_EDSTMDATS8DATUM
CPSTCPostal Code PSTLZ_HRCHAR10PSTLZ
CADDRAddress of Applied Office P22_OFADRCHAR255CHAR255
JGSNMName of Branch office P22J_JGSNMCHAR50TEXT50
REPRErepresentative PJP_REPRECHAR62CHAR62
CTELNTelephone Number TELNRCHAR14TELNR
EPSTCPostal Code PSTLZ_HRCHAR10PSTLZ
EADDFAddress PJP_ADDCHAR70CHAR70
ETELNTelephone Number TELNRCHAR14TELNR
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
FRMIDForm ID PJP_LVE_FRMIDNUMC2NUMC2
FTYPEForm Type PJP_LVE_STFTPCHAR1PJP_LVE_STFID
OADDRAddress of Applied Office P22_OFADRCHAR255CHAR255
OGSNMName of Branch office P22J_JGSNMCHAR50TEXT50
ODSTFGeneral Flag FLAGCHAR1FLAG
OFDT1Report Date PJP_LVE_REPDADATS8DATUM
OFDT2Report Date PJP_LVE_REPDADATS8DATUM
EMPDTReport Date PJP_LVE_REPDADATS8DATUM
FMEMOChar255 CHAR255CHAR255CHAR255

Key field Non-key field



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

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

How to access SAP table PJP_LVE_STF_PDF

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