T5JSI SAP (HR Branch Office Information for Social Insurance JP) Table details

Dictionary Type: Table
Description: HR Branch Office Information for Social Insurance JP




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




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

T5JSI is a standard SAP Table which is used to store HR Branch Office Information for Social Insurance JP data and is available within R/3 SAP systems depending on the version and release level.

The T5JSI table consists of various fields, each holding specific information or linking keys about HR Branch Office Information for Social Insurance JP data available in SAP. These include SCIMF (Social Insurance Modifier), PSTLZ (Postal Code), LAND1 (Country Key), STATE (STATE (State, Province, County)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T5JSI table 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
MANDTClient MANDTCLNT3T000MANDT
SCIMFSocial Insurance Modifier P22J_SCIMFCHAR2P22J_SCIMF
PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
LAND1Country Key LAND1CHAR3T005LAND1LND
STATESTATE (State, Province, County) REGIOCHAR3T005SREGIO
COUNCCounty Code COUNCCHAR3T005ECOUNC
ORT01Line of Address in Kanji P22J_ADRLJCHAR30TEXT30
ORT02Line of Address in Kanji P22J_ADRLJCHAR30TEXT30
STRASLine of Address in Kanji P22J_ADRLJCHAR30TEXT30
JGSNMName of Branch office P22J_JGSNMCHAR50TEXT50
JGNPSTitle of Representative Person P22J_JGNPSCHAR20TEXT20
JGNPRName of Representative Person P22J_JGNPRCHAR40TEXT40
TELNRTelephone Number TELNRCHAR14TELNR
SCICASocial Insurance Code (Area) P22J_SCICACHAR8TEXT8
SCICCSocial Insurance Code (Name) P22J_SCICCCHAR8TEXT8
SCINRSocial Insurance given number P22J_SCINRCHAR5TEXT5
SCICNSocial Insurance Code (Number) P22J_SCICNCHAR6TEXT6
SCIHIOffice ID for HI Union P22J_SCIHICHAR8TEXT8
SCIPFOffice ID for Pension Fund P22J_SCIPFCHAR8TEXT8
SCIPNOffice number for Pension Fund P22J_SCIPNCHAR8TEXT8
HIRULRule for Health Insurance in Santei/Geppen Process P22J_HIRULCHAR1P22J_HIRUL
EPRULRule for Employee's Pension in Santei/Geppen P22J_EPRULCHAR1P22J_EPRUL
RULNIPayment rule for Nursing insurance P22J_RULNICHAR1P22J_RULNI
PTRULSantei evaluation rule for parttime workers(Japan) P22J_PTRULCHAR1P22J_PTRUL
IKRULBasic specifications for IKKATSU TEKIYOU P22J_IKRULCHAR1P22J_IKRUL
SCICSSocial insurance sign (area) P22J_SCICSCHAR8TEXT8

Key field Non-key field



How do I retrieve data from SAP table T5JSI using ABAP code

The following ABAP code Example will allow you to do a basic selection on T5JSI to SELECT all data from the table
DATA: WA_T5JSI TYPE T5JSI.

SELECT SINGLE *
FROM T5JSI
INTO CORRESPONDING FIELDS OF WA_T5JSI
WHERE...

How to access SAP table T5JSI

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