T5J62 SAP (HR Address Information of Personnel Subarea for Income Tax) Table details

Dictionary Type: Table
Description: HR Address Information of Personnel Subarea for Income Tax




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




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

T5J62 is a standard SAP Table which is used to store HR Address Information of Personnel Subarea for Income Tax data and is available within R/3 SAP systems depending on the version and release level.

The T5J62 table consists of various fields, each holding specific information or linking keys about HR Address Information of Personnel Subarea for Income Tax data available in SAP. These include ITXMF (Income Tax Modifier), ITXTT (Income Tax Modifier Text JP), PSTLZ (Postal Code), LAND1 (Country Key).. 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: Cannot Be Enhanced


SAP T5J62 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
ITXMFIncome Tax Modifier P22J_ITXMFCHAR2P22J_ITXMF
ITXTTIncome Tax Modifier Text JP P22J_ITXTTCHAR20TEXT20
PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
LAND1Country Key LAND1CHAR3T005LAND1LND
STATESTATE (State, Province, County) REGIOCHAR3T005SREGIO
COUNCCounty Code COUNCCHAR3T005ECOUNC
ADRJ1Line of Address in Kanji P22J_ADRLJCHAR30TEXT30
ADRJ2Line of Address in Kanji P22J_ADRLJCHAR30TEXT30
ADRJ3Line of Address in Kanji P22J_ADRLJCHAR30TEXT30
JGNJ1Name of Branch, line 1 (Kanji) P22J_JGNJ1CHAR40TEXT40
JGNJ2Name of Branch, line 2 (Kanji) P22J_JGNJ2CHAR40TEXT40
JGNPSTitle of Representative Person P22J_JGNPSCHAR20TEXT20
JGNPRName of Representative Person P22J_JGNPRCHAR40TEXT40
TELNRTelephone Number TELNRCHAR14TELNR
ADRK1Line of Address in Katakana P22J_ADRLKCHAR60TEXT60
ADRK2Line of Address in Katakana P22J_ADRLKCHAR60TEXT60
ADRK3Line of Address in Katakana P22J_ADRLKCHAR60TEXT60
JGNK1Name of Branch, line 1 (Katakana) P22J_JGNK1CHAR80TEXT80
JGNK2Name of Branch, line 2 (Katakana) P22J_JGNK2CHAR80TEXT80
BOFIDBranch office internal number P22J_BOFIDCHAR5CHAR5
TAXI1Income tax reference number 1 P22J_TAXI1CHAR10CHAR10
TAXI2Income tax reference number 2 P22J_TAXI2CHAR12CHAR12
SUBMFIncome Tax Modifier of Tax Statement Submitting Branch P22J_SUBMFCHAR2T5J62P22J_ITXMF
TXI1DReference number 1(Disk) P22J_TXI1DCHAR10CHAR10
TXI2DReference number 2(Disk) P22J_TXI2DCHAR13CHAR13

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5J62
INTO CORRESPONDING FIELDS OF WA_T5J62
WHERE...

How to access SAP table T5J62

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