/KJRTAX01/S005 SAP (Structure for Header Data of Declaration Form) Structure details

Dictionary Type: Structure
Description: Structure for Header Data of Declaration Form




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




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

/KJRTAX01/S005 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 "Structure for Header Data of Declaration Form" 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_/KJRTAX01/S005 TYPE /KJRTAX01/S005.

The /KJRTAX01/S005 table consists of various fields, each holding specific information or linking keys about Structure for Header Data of Declaration Form data available in SAP. These include DECKEY (Declaration Key), ERA (Local date: Local era), DECL_YEAR (Year (Numerical Format)), TEXT (Text (20 Characters)).. 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 /KJRTAX01/S005 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
GDLGRPEvaluation group 5 GDLGRPCHAR8Assigned to domainGDLGRP
DECKEYDeclaration Key /KJRTAX01/ADECKEYCHAR4Assigned to domain/KJRTAX01/ADECKEY
ERALocal date: Local era ERACHAR4ERA
DECL_YEARYear (Numerical Format) /KJRTAX01/YEARCHAR2LDYY
TEXTText (20 Characters) TEXT20CHAR20TEXT20
OWNERProperty Tax Report: Owner Code /KJRTAX01/AOWNERCHAR20TEXT20
DECL_DATEDeclaration Date in Japanese Format /KJRTAX01/DECL_DATECHAR20TEXT20
TITLE_TEXTText for evaluation group 8 places GDLGRP_TXTCHAR50TXT50
ZIPJPProperty Tax Report: Zip Code /KJRTAX01/AZIP_JPCHAR8TEXT8
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
CAPITAL_CURProperty Tax Report: Capital Currency /KJRTAX01/ACAPITAL_CURCUKY5Assigned to domainWAERS
CAPITALProperty Tax Report: Amount of Capital /KJRTAX01/ACAPITALCURR13(2) WERT7
START_DATEStart Date of Business in Japanese Format /KJRTAX01/START_DATECHAR15TEXT15
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_LIFE_TEXTText field, length 4 TEXT4CHAR4UDCHA4
ADD_DEP_TEXTText field, length 4 TEXT4CHAR4UDCHA4
TAX_FREE_TEXTText field, length 4 TEXT4CHAR4UDCHA4
SP_RULE_TEXTText field, length 4 TEXT4CHAR4UDCHA4
SP_DEPR_TEXTText field, length 4 TEXT4CHAR4UDCHA4
DEP_METH_TEXTText field (length 6) TEXT6CHAR6TEXT6
BLUE_TEXTText field, length 4 TEXT4CHAR4UDCHA4
LOC01Property Tax Report: Location One /KJRTAX01/ALOC01CHAR50TEXT50
LOC02Property Tax Report: Location Two /KJRTAX01/ALOC02CHAR50TEXT50
LOC03Property Tax Report: Location Three /KJRTAX01/ALOC03CHAR50TEXT50
BORROW_TEXTText field, length 4 TEXT4CHAR4UDCHA4
LENDERLender /KJRTAX01/ALENDERCHAR50TEXT50
BUILDING_TEXTText Field TEXT50CHAR50TEXT50
NOTEText Field TEXT50CHAR50TEXT50
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

Key field Non-key field



How do I retrieve data from SAP structure /KJRTAX01/S005 using ABAP code?

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

How to access SAP table /KJRTAX01/S005

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