/KJRTAX01/A05 SAP (Property Tax Report: Declaration Key) Table details

Dictionary Type: Table
Description: Property Tax Report: Declaration Key




ABAP Code to SELECT data from /KJRTAX01/A05
Related tables to /KJRTAX01/A05
Access table /KJRTAX01/A05




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

/KJRTAX01/A05 is a standard SAP Table which is used to store Property Tax Report: Declaration Key data and is available within R/3 SAP systems depending on the version and release level.

The /KJRTAX01/A05 table consists of various fields, each holding specific information or linking keys about Property Tax Report: Declaration Key data available in SAP. These include DECKEY (Declaration Key), ZIPJP (Property Tax Report: Zip Code), ADDRH (Property Tax Report: Address (Hiragana)), ADDRK (Property Tax Report: Address (Kanji)).. 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 or numeric)


SAP /KJRTAX01/A05 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
DECKEYDeclaration Key /KJRTAX01/ADECKEYCHAR4/KJRTAX01/ADECKEY
ZIPJPProperty Tax Report: Zip Code /KJRTAX01/AZIPJPCHAR8TEXT8
ADDRHProperty Tax Report: Address (Hiragana) /KJRTAX01/AADDRHCHAR100TEXT100
ADDRKProperty Tax Report: Address (Kanji) /KJRTAX01/AADDRKCHAR60TEXT60
TELNOProperty Tax Report: Telephone Number /KJRTAX01/ATELNOCHAR20TEXT20
BUTXTHCompany Code Text (Hiragana) /KJRTAX01/ABUTXTHCHAR100TEXT100
BUTXTKCompany Code Text (Kanji) /KJRTAX01/ABUTXTKCHAR60TEXT60
REPNAMName of Company Representative /KJRTAX01/AREPNAMCHAR60TEXT60
BUSTYPProperty Tax Report: Business Type /KJRTAX01/ABUSTYPCHAR20TEXT20
CAPITALProperty Tax Report: Amount of Capital /KJRTAX01/ACAPITALCURR13(2) WERT7
CAPITAL_CURProperty Tax Report: Capital Currency /KJRTAX01/ACAPITAL_CURCUKY5TCURCWAERS
BEGDATProperty Tax Report: Start Date of Business /KJRTAX01/ABEGDATDATS8DATUM
RES_DEPDepartment Responsible for Property Tax Report /KJRTAX01/ARES_DEPCHAR40TEXT40
RES_NAMName of Person Responsible for Property Tax Report /KJRTAX01/ARES_NAMCHAR40TEXT40
RES_TELTelephone Number of Person Responsible /KJRTAX01/ARES_TELCHAR20TEXT20
ACT_AFLTax Accountant Affiliation /KJRTAX01/AACT_AFLCHAR40TEXT40
ACT_NAMName of Tax Accountant for Property Tax Report /KJRTAX01/AACT_NAMCHAR40TEXT40
ACT_TELTelephone Number of Tax Accountant /KJRTAX01/AACT_TELCHAR20TEXT20
YEAR_LIFEApproval of Shortened Planned Life /KJRTAX01/AYEAR_LIFECHAR1XFELD
ADD_DEPReporting of Additional Depreciation /KJRTAX01/AADD_DEPCHAR1XFELD
TAXFREEProperty Tax Report: Tax-Free Assets /KJRTAX01/ATAXFREECHAR1XFELD
SP_DEP_TAXProperty Tax Report: Special Rule for Taxable Amount /KJRTAX01/ASP_DEP_TAXCHAR1XFELD
SP_DEPSpecial Depreciation/Advanced Depreciation /KJRTAX01/ASP_DEPCHAR1XFELD
DEP_METHODProperty Tax Report: Depreciation Method /KJRTAX01/ADEP_METHODCHAR1/KJRTAX01/ADEP_METHOD
BLUEProperty Tax Report: Blue Form /KJRTAX01/ABLUECHAR1XFELD
BUILDINGOwnership of Office Building /KJRTAX01/ABUILDINGCHAR1/KJRTAX01/ABUILDING
REMARKS01Property Tax Report: Remarks 1 /KJRTAX01/AREMARKS01CHAR60TEXT60
REMARKS02Property Tax Report: Remarks 2 /KJRTAX01/AREMARKS02CHAR60TEXT60
REMARKS03Property Tax Report: Remarks 3 /KJRTAX01/AREMARKS03CHAR60TEXT60
REMARKS04Property Tax Report: Remarks 4 /KJRTAX01/AREMARKS04CHAR60TEXT60
REMARKS05Property Tax Report: Remarks 5 /KJRTAX01/AREMARKS05CHAR60TEXT60
SUBMIT_DATEDeclaration Submission Date /KJRTAX01/ASUBMIT_DATEDATS8DATUM
ASSET_DISPDisplay Number of Assets in Declaration Form /KJRTAX01/AASSET_DISPCHAR1/KJRTAX01/AASSET_DISP
FIN_DECExecution of Final Declaration /KJRTAX01/AFIN_DECCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table /KJRTAX01/A05 using ABAP code

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

SELECT SINGLE *
FROM /KJRTAX01/A05
INTO CORRESPONDING FIELDS OF WA_/KJRTAX01/A05
WHERE...

How to access SAP table /KJRTAX01/A05

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