J_3R_PROPTAX SAP (Content of Property Tax) Structure details

Dictionary Type: Structure
Description: Content of Property Tax




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




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

J_3R_PROPTAX 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_PROPTAX TYPE J_3R_PROPTAX.

The J_3R_PROPTAX 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_PROPTAX 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
P_AT_LOCATION1Asset Location - Russian Company J_3R_AT_LOCATION1CHAR1
P_AT_LOCATION2Asset Location - Isolated Subdivision J_3R_AT_LOCATION2CHAR1
P_AT_LOCATION3Asset Location - Real Estate Object J_3R_AT_LOCATION3CHAR1
P_AT_LOCATION4Asset Location - Foreign Company J_3R_AT_LOCATION4CHAR1
P_AT_LOCATION5Asset Location -Biggest tax payer J_3R_AT_LOCATION5CHAR1
ORGANIZATIONOrganization Full Name J_3R_ORG_FULL_NAMECHAR255CHAR255
OGRNOGRN J_3R_OGRNCHAR30TEXT30
CONTACT_PHONEContact Phone J_3R_PHONECHAR30TEXT30
PAGE_NUM Page Number0
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
APPENDIXNumber of Attached Documents J_3R_DECL_NR_APPENDIXNUMC3
REP_PERIOD_2CReporting Period J_3R_REP_PERIOD_Q_2CCHAR2J_3R_REP_PERIOD_2C
OKVED_CODEOKVED Code J_3R_OKVED_CODECHAR20CHAR20
TAXPAYER_ORGTaxpayer Representative J_3R_TAXPORGCHAR50CHAR50
DECL_BY_REPRSingle-Character Indicator CHAR1CHAR1CHAR1
REPR_DOC_NAMEName of the Authorization Document J_3R_REPRDOCCHAR100CHAR100
REPR_LASTNAMEName of Person Responsible J_3R_RESPNAMECHAR80TEXT80
REPR_SECNAMEName of Person Responsible J_3R_RESPNAMECHAR80TEXT80
SIGN_DATEDate of Signature J_3R_SIGNDATEDATS8
NAME1Name 1 NAME1_GPCHAR35NAME
REORGINNINN of Reorganized Company J_3R_REORGINNCHAR30TEXT30
REORGKPPKPP of Reorganized Company J_3R_REORGKPPCHAR9TEXT9
P_AT_LOCATIONAsset Location J_3R_AT_LOCATIONCHAR3J_3R_LOCATION
REORGANIZATIONReorganization J_3R_REORGANIZATIONCHAR1J_3R_REORG
S1D 0
INNINN of Reporting Company J_3R_INNCHAR30TEXT30
KPPSubdivision's KPP J_3RF_KPPCHAR12CHAR12
PAGE_NUMPage Number Page NumberJ_3R_PAGENUMNUMC3
S1T 0
S2D 0
INNINN of Reporting Company J_3R_INNCHAR30TEXT30
KPPSubdivision's KPP J_3RF_KPPCHAR12CHAR12
PAGE_NUMPage Number Page NumberJ_3R_PAGENUMNUMC3
S2T 0
S3D 0
INNINN of Reporting Company J_3R_INNCHAR30TEXT30
KPPSubdivision's KPP J_3RF_KPPCHAR12CHAR12
PAGE_NUMPage Number Page NumberJ_3R_PAGENUMNUMC3
S3T 0
S4D 0
INNINN of Reporting Company J_3R_INNCHAR30TEXT30
KPPSubdivision's KPP J_3RF_KPPCHAR12CHAR12
PAGE_NUMPage Number Page NumberJ_3R_PAGENUMNUMC3
S4T 0
S5D 0
INNINN of Reporting Company J_3R_INNCHAR30TEXT30
KPPSubdivision's KPP J_3RF_KPPCHAR12CHAR12
PAGE_NUMPage Number Page NumberJ_3R_PAGENUMNUMC3
S5T 0
S1M 0
S1S 0

Key field Non-key field



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

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

How to access SAP table J_3R_PROPTAX

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