PJP_ADDRESS_CHANGE_FD SAP (Output Structure for SI FD : Address Change Form) Structure details

Dictionary Type: Structure
Description: Output Structure for SI FD : Address Change Form




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




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

PJP_ADDRESS_CHANGE_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 : Address Change 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_ADDRESS_CHANGE_FD TYPE PJP_ADDRESS_CHANGE_FD.

The PJP_ADDRESS_CHANGE_FD table consists of various fields, each holding specific information or linking keys about Output Structure for SI FD : Address Change Form data available in SAP. These include C_02_GUNSHIKU_ID (Office Area Code), C_03_SI_OFFICE_ID (Office Name Code), C_04_SI_INS_NO (Insurance Number), C_05_KISO_NENKIN_FUGOU (Pension Code).. 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_ADDRESS_CHANGE_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
C_01_FORM_CODEForm Code PJP_FORM_CODENUMC8
C_02_GUNSHIKU_IDOffice Area Code PJP_SCICACHAR2
C_03_SI_OFFICE_IDOffice Name Code PJP_SCICCCHAR4
C_04_SI_INS_NOInsurance Number PJP_SI_INS_NOCHAR6
C_05_KISO_NENKIN_FUGOUPension Code PJP_KISO_NENKIN_FUGOUCHAR4
C_06_KISO_NENKIN_BANGOUPension Number PJP_KISO_NENKIN_BANGOUCHAR6
C_07_BIRTH_GENGOU_AFTERGENGOU (Date of Birth) PJP_BIRTH_GENGOUNUMC1
C_08_BIRTH_YYMMDD_AFTERDate of Birth PJP_BIRTH_YYMMDDNUMC6
C_09_POST_CODE_PARENTPostal Code (Parent) PJP_POST3CHAR3
C_10_POST_CODE_CHILDPostal Code (Child) PJP_POST4CHAR4
C_11_EMP_ADDRESS_KANA_AFTERNew Address (Kana) PJP_EMP_ADDRESS_KANA_AFTERSTRG0
C_12_EMP_ADDRESS_KANJI_AFTERNew Address (Kanji) PJP_EMP_ADDRESS_KANJI_AFTERSTRG0
C_13_CHANGE_DATE_GENGOUGENGOU (Date of Change) PJP_CHANGE_DATE_GENGOUNUMC1
C_14_CHANGE_DATE_YYMMDDDate of Change PJP_CHANGE_DATE_YYMMDDNUMC6
C_15_EMP_NAME_KANAName (Kana) PJP_EMP_NAME_KANASTRG0
C_16_EMP_NAME_KANJIName (Kanji) PJP_EMP_NAME_KANJISTRG0
C_17_EMP_ADDRESS_KANA_BEFOREOld Address (Kana) PJP_EMP_ADDRESS_KANA_BEFORESTRG0
C_18_EMP_ADDRESS_KANJI_BEFOREOld Address (Kanji) PJP_EMP_ADDRESS_KANJI_BEFORESTRG0
C_19_REMARKSRemarks Column PJP_REMARKSSTRG0

Key field Non-key field



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

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

How to access SAP table PJP_ADDRESS_CHANGE_FD

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