T5J61 SAP (HR Address Information of Pers. Subarea for Residence Tax) Table details

Dictionary Type: Table
Description: HR Address Information of Pers. Subarea for Residence Tax




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




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

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

The T5J61 table consists of various fields, each holding specific information or linking keys about HR Address Information of Pers. Subarea for Residence Tax data available in SAP. These include RTXMF (Residence Tax Modifier), RTXTT (Residence 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: Can be enhanced (character-type)


SAP T5J61 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
RTXMFResidence Tax Modifier P22J_RTXMFCHAR2P22J_RTXMF
RTXTTResidence Tax Modifier Text JP P22J_RTXTTCHAR20TEXT20
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
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
TXFRMTax form TXFRMCHAR16T51T8TXFRM
BOFIDBranch office internal number P22J_BOFIDCHAR5CHAR5
SUBMFResidence Tax Modifier P22J_RTXMFCHAR2T5J61P22J_RTXMF
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 T5J61 using ABAP code

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

SELECT SINGLE *
FROM T5J61
INTO CORRESPONDING FIELDS OF WA_T5J61
WHERE...

How to access SAP table T5J61

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