J_3R_TPROPTAX SAP (Asset Data for Property Tax) Structure details

Dictionary Type: Structure
Description: Asset Data for Property Tax




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




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

J_3R_TPROPTAX 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 "Asset Data for 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_TPROPTAX TYPE J_3R_TPROPTAX.

The J_3R_TPROPTAX table consists of various fields, each holding specific information or linking keys about Asset Data for Property Tax data available in SAP. These include BUKRS (Company Code), ANLKL (Asset Class), ANLN1 (Main Asset Number), ANLN2 (Asset Subnumber).. 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 (character-type or numeric)


SAP J_3R_TPROPTAX 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
INVNRInventory number INVNRCHAR25INVNR_ANLA
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ANLKLAsset Class ANLKLCHAR8Assigned to domainALPHAANLKLANKSH_ANLKA
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
AFABEReal depreciation area AFABE_DNUMC2Assigned to domainAFABEAFB
ANLUEAsset super number ANLUECHAR12Assigned to domainANLUEH_T087U
PRTAXProperty Tax Average Net Book Value J_3R_PTAX_AVGNBVCURR17(5)
AVGNBVProperty Tax Average Net Book Value J_3R_PTAX_AVGNBVCURR17(5)
NBV01Monthly Transport Tax Amount For J_3R_TTAX_AMNTCURR17(5)
NBV02Monthly Transport Tax Amount For J_3R_TTAX_AMNTCURR17(5)
NBV03Monthly Transport Tax Amount For J_3R_TTAX_AMNTCURR17(5)
NBV04Monthly Transport Tax Amount For J_3R_TTAX_AMNTCURR17(5)
NBV05Monthly Transport Tax Amount For J_3R_TTAX_AMNTCURR17(5)
NBV06Monthly Transport Tax Amount For J_3R_TTAX_AMNTCURR17(5)
NBV07Monthly Transport Tax Amount For J_3R_TTAX_AMNTCURR17(5)
NBV08Monthly Transport Tax Amount For J_3R_TTAX_AMNTCURR17(5)
NBV09Monthly Transport Tax Amount For J_3R_TTAX_AMNTCURR17(5)
NBV10Monthly Transport Tax Amount For J_3R_TTAX_AMNTCURR17(5)
NBV11Monthly Transport Tax Amount For J_3R_TTAX_AMNTCURR17(5)
NBV12Monthly Transport Tax Amount For J_3R_TTAX_AMNTCURR17(5)
NBV13Monthly Transport Tax Amount For J_3R_TTAX_AMNTCURR17(5)
POST_DEPRPlanned ordinary depreciation for the year NAFAPCURR13(2) ANLKWERT
PROPTYPEProperty Type J_3RFPROPTYPECHAR1CHAR1
OKATOOKATO Code J_3R_OKATOCHAR12
REGIONRegion J_3RFREGIONCHAR5CHAR5
DISTRICTDistrict J_3RFDISTRICTCHAR5CHAR5
PRIVILEGEProperty Tax Reduction J_3RFPRIVILEGECHAR4CHAR04
EXEMPTIONProperty Tax Exemption Code J_3RFEXEMPTIONCHAR4CHAR04
OFPRIV1Federal Property Tax Concession J_3RFOFPRIVILEGECHAR10CHAR10
OFPRIV2Federal Property Tax Concession J_3RFOFPRIVILEGECHAR10CHAR10
RATEProperty Tax Rate J_3RFPROPTAXRATEDEC8(5) J_3RFPROPTAXRATE
AIMMOIndicator: real estate AIMMONUMC1AIMMO
OKOFOKOF Code J_3RFOKOFCHAR9CHAR009
MONTHBEGTax Rate Valid From Month J_3RFPRTMONTHNUMC2J_3RFPTMONTH12
MONTHENDTax Rate Valid From Month J_3RFPRTMONTHNUMC2J_3RFPTMONTH12
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
ERRORCODEError Code J_3RPERRCODECHAR2J_3RPERRCODE
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EXTR_TYPEExtract Type J_3R_EXTRACT_TYPECHAR1

Key field Non-key field



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

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

How to access SAP table J_3R_TPROPTAX

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