T7RUR2 SAP (Meaning of statuses of IT 0048 (Residence status)) Table details

Dictionary Type: Table
Description: Meaning of statuses of IT 0048 (Residence status)




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




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

T7RUR2 is a standard SAP Table which is used to store Meaning of statuses of IT 0048 (Residence status) data and is available within R/3 SAP systems depending on the version and release level.

The T7RUR2 table consists of various fields, each holding specific information or linking keys about Meaning of statuses of IT 0048 (Residence status) data available in SAP. These include ASTAT (Subtype), NATIO (Status of Social Insurance Residence), TAXRES (Status of Tax Residence), RETRO (Retro Calculation Switch for Infotype 0048).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T7RUR2 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 MANDTCLNT3Assigned to domainMANDT
ASTATSubtype SUBTY_591ACHAR4T591ASUBTY_591A
NATIOStatus of Social Insurance Residence P33_NATRESIDCHAR1T7RUR3P33_RESID
TAXRESStatus of Tax Residence P33_TAXRESIDCHAR1T7RUR3P33_RESID
RETRORetro Calculation Switch for Infotype 0048 P33_RETRO_0048CHAR1P33_RETRO_0048

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7RUR2
INTO CORRESPONDING FIELDS OF WA_T7RUR2
WHERE...

How to access SAP table T7RUR2

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