J_3R_TRTAX SAP (Content of Property Tax) Structure details

Dictionary Type: Structure
Description: Content of Property Tax




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




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

J_3R_TRTAX 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 "Content of Property Tax" 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_J_3R_TRTAX TYPE J_3R_TRTAX.

The J_3R_TRTAX table consists of various fields, each holding specific information or linking keys about Content of Property Tax data available in SAP. These include FSD (), INN (INN of Reporting Company), KPP (Subdivision's KPP), DOC_TYPE (Document Type).. 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: Can Be Enhanced (Deep)


SAP J_3R_TRTAX 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
ALV_TEXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
FSD 0
INNINN of Reporting Company J_3R_INNCHAR30TEXT30
KPPSubdivision's KPP J_3RF_KPPCHAR12CHAR12
DOC_TYPEDocument Type J_3RS_DOCUMENT_TYPECHAR1J_3RS_DOCUMENT_TYPE
CORR_NUMCorrection Number J_3R_CORR_NUMCHAR3
REP_PERIODReporting Period J_3R_REPPERIOD_QCHAR1J_3R_REP_PERIOD
REP_YEARReporting Year J_3R_REP_YEARNUMC4
TAX_AUTHAccount Number of Vendor or Creditor LIFNRCHAR10ALPHALIFNRLIFKRED_C
TAX_AUTH_CODETax Office Code J_3R_TAX_AUTHCHAR4
ORGANIZATIONOrganization Full Name J_3R_ORG_FULL_NAMECHAR255CHAR255
OGRNOGRN J_3R_OGRNCHAR30TEXT30
CONTACT_PHONEContact Phone J_3R_PHONECHAR30TEXT30
PAGE_NUMPage Number J_3R_PAGENUMNUMC3
SHEET_NUMSheet Number J_3R_SHEET_NUMNUMC3
CEO_NAMECEO (name) of Organization J_3R_CEO_NAMECHAR48TEXT48
CEO_INNINN of Reporting Company J_3R_INNCHAR30TEXT30
CHIEF_ACC_NAMEChief Accountant of Accepting Organization J_3R_ACC_CH_ACC_NAMECHAR48TEXT48
CHIEF_ACC_INNINN of Reporting Company J_3R_INNCHAR30TEXT30
REPR_NAMEName of Person Responsible J_3R_RESPNAMECHAR80TEXT80
REPR_INNINN of Reporting Company J_3R_INNCHAR30TEXT30
DOC_NUMTax Return Document Number J_3R_DECL_NUMCHAR10
QUARTERQuarter Of the Fiscal Year J_3R_QUARTERNUMC2
APPENDIXNumber of Appendix J_3R_APPENDIXNUMC3
OKVED_CODEOKVED Code J_3R_OKVED_CODECHAR20CHAR20
FOREIGN_COMPName of Company Code or Company BUTXTCHAR25TEXT25
NAME1Name 1 NAME1_GPCHAR35NAME
VENDOR_NAMEFull Name of Vendor J_3R_LIFNRNAMECHAR140
P_AT_LOCATION3-Byte field CHAR3CHAR3CHAR3
REORGANIZATIONReorganization J_3R_REORGANIZATIONCHAR1J_3R_REORG
REORGINNINN of Reorganized Company J_3R_REORGINNCHAR30TEXT30
REORGKPPKPP of Reorganized Company J_3R_REORGKPPCHAR9TEXT9
DECL_BY_REPRSingle-Character Indicator CHAR1CHAR1CHAR1
TAXPAYER_ORGTaxpayer Representative J_3R_TAXPORGCHAR50CHAR50
S1D 0
INNINN of Reporting Company J_3R_INNCHAR30TEXT30
KPPSubdivision's KPP J_3RF_KPPCHAR12CHAR12
PAGE_NUMPage Number J_3R_PAGENUMNUMC3
S1T 0
S2D 0
INNINN of Reporting Company J_3R_INNCHAR30TEXT30
KPPSubdivision's KPP J_3RF_KPPCHAR12CHAR12
PAGE_NUMPage Number J_3R_PAGENUMNUMC3
S2T 0
S3D 0
INNINN of Reporting Company J_3R_INNCHAR30TEXT30
KPPSubdivision's KPP J_3RF_KPPCHAR12CHAR12
PAGE_NUMPage Number J_3R_PAGENUMNUMC3
S3T 0
S1M 0
S1S 0
DATE4Declaration Date for the Fourth Quarter J_3R_DECL_DATE4DATS8

Key field Non-key field



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

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

How to access SAP table J_3R_TRTAX

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