PJP_SOUSHITSU_FD SAP (Output structure for SI FD : Loss Form) Structure details

Dictionary Type: Structure
Description: Output structure for SI FD : Loss Form




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




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

PJP_SOUSHITSU_FD 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 "Output structure for SI FD : Loss 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_SOUSHITSU_FD TYPE PJP_SOUSHITSU_FD.

The PJP_SOUSHITSU_FD table consists of various fields, each holding specific information or linking keys about Output structure for SI FD : Loss Form data available in SAP. These include L_02_GUNSHIKU_ID (Office Area Code), L_03_SI_OFFICE_ID (Office Name Code), L_04_SI_INS_NO (Insurance Number), L_05_BIRTH_GENGOU (GENGOU (Date of Birth)).. 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: Cannot Be Enhanced


SAP PJP_SOUSHITSU_FD 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
L_01_FORM_CODEForm Code PJP_FORM_CODENUMC8
L_02_GUNSHIKU_IDOffice Area Code PJP_SCICACHAR2
L_03_SI_OFFICE_IDOffice Name Code PJP_SCICCCHAR4
L_04_SI_INS_NOInsurance Number PJP_SI_INS_NOCHAR6
L_05_BIRTH_GENGOUGENGOU (Date of Birth) PJP_BIRTH_GENGOUNUMC1
L_06_BIRTH_YYMMDDDate of Birth PJP_BIRTH_YYMMDDNUMC6
L_07_SHUBETSUIndicator (Gender) PJP_SHUBETSUNUMC1
L_08_SOUSHITSU_DATE_GENGOUGENGOU (Date of Loss) PJP_SOUSHITSU_DATE_GENGOUNUMC1
L_09_SOUSHITSU_DATE_YYMMDDDate of Loss PJP_SOUSHITSU_DATE_YYMMDDNUMC6
L_10_SOUSHITSU_GENINReason of Loss PJP_SOUSHITSU_GENINNUMC1
L_11_SI_INS_WITHDRAWWithdrawal of Health Insurance Card PJP_SI_INS_WITHDRAWCHAR1
L_12_HI_DEPENDENT_NO1Health Insurance Dependent Number 1 PJP_HI_DEPENDENT_NO1CHAR1
L_13_HI_DEPENDENT_NO2Health Insurance Dependent Number 2 PJP_HI_DEPENDENT_NO2CHAR1
L_14_HI_DEPENDENT_NO3Health Insurance Dependent Number 3 PJP_HI_DEPENDENT_NO3CHAR1
L_15_HI_DEPENDENT_NO4Health Insurance Dependent Number 4 PJP_HI_DEPENDENT_NO4CHAR1
L_16_HI_DEPENDENT_NO5Health Insurance Dependent Number 5 PJP_HI_DEPENDENT_NO5CHAR1
L_17_WITHDRAW_HI_DEP_CARD_ID1Withdrawal of Health Insurance Dependent Card 1 PJP_WITHDRAW_HI_DEP_CARD_ID1CHAR1
L_18_WITHDRAW_HI_DEP_CARD_ID2Withdrawal of Health Insurance Dependent Card 2 PJP_WITHDRAW_HI_DEP_CARD_ID2CHAR1
L_19_WITHDRAW_HI_DEP_CARD_ID3Withdrawal of Health Insurance Dependent Card 3 PJP_WITHDRAW_HI_DEP_CARD_ID3CHAR1
L_20_WITHDRAW_HI_DEP_CARD_ID4Withdrawal of Health Insurance Dependent Card 4 PJP_WITHDRAW_HI_DEP_CARD_ID4CHAR1
L_21_WITHDRAW_HI_DEP_CARD_ID5Withdrawal of Health Insurance Dependent Card 5 PJP_WITHDRAW_HI_DEP_CARD_ID5CHAR1
L_22_SAKUSEI_GENINReason of Preparation PJP_SAKUSEI_GENINCHAR1
L_23_CMP_AMT_HIMonthly Standard Compensation (HI) PJP_CMP_AMT_HI_LCHAR4
L_24_CMP_AMT_EPMonthly Standard Compensation (EP) PJP_CMP_AMT_EP_LCHAR4
L_25_KISO_NENKIN_FUGOUPension Code PJP_KISO_NENKIN_FUGOUCHAR4
L_26_KISO_NENKIN_BANGOUPension Number PJP_KISO_NENKIN_BANGOUCHAR6
L_27_EMP_NAME_KANAName (Kana) PJP_EMP_NAME_KANASTRG0
L_28_EMP_NAME_KANJIName (Kanji) PJP_EMP_NAME_KANJISTRG0
L_29_OUTPUT_FORM_INDICATIONIndication of Output PJP_OUTPUT_FORM_INDICATIONCHAR1
L_30_REMARKSRemarks Column PJP_REMARKSSTRG0

Key field Non-key field



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

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

How to access SAP table PJP_SOUSHITSU_FD

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