/KJRTAX01/S001 SAP (Structure for Totals of Declaration Form) Structure details

Dictionary Type: Structure
Description: Structure for Totals of Declaration Form




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




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

/KJRTAX01/S001 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 Totals 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/S001 TYPE /KJRTAX01/S001.

The /KJRTAX01/S001 table consists of various fields, each holding specific information or linking keys about Structure for Totals of Declaration Form data available in SAP. These include DECKEY (Declaration Key), WAERS (Currency Key), TOT_APC_LY (Last Year's Total Acquisition and Production Costs), TOT_APC_DECR (Decrease in APC in Tax Declaration Period).. 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/S001 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
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TOT_APC_LYLast Year's Total Acquisition and Production Costs CURR_APC_LYCURR16(2) PMCURR
TOT_APC_DECRDecrease in APC in Tax Declaration Period CURR_APC_DECRCURR16(2) PMCURR
TOT_APC_INCRIncrease in APC in Tax Declaration Period CURR_APC_INCRCURR16(2) PMCURR
TOT_APC_TOTALTotal APC at End of Tax Declaration Period CURR_APC_TOTALCURR16(2) PMCURR
TOT_TAX_BVLTax Book Value CURR_TAX_BVLCURR16(2) PMCURR
TOT_TAX_EVATax Evaluation Amount CURR_TAX_EVACURR16(2) PMCURR
TOT_DCD_VALUEDecided Value CURR_DCD_VALUECURR16(2) PMCURR
TOT_TAXB_AMNTTaxable Amount CURR_TAXB_AMNTCURR16(2) PMCURR
TOT_TAX_EVA_FINTotal Evaluated Amount per City (Final Run) /KJRTAX01/TOT_EV_AMT_FIN_CITYCURR16(2) PMCURR
TOT_TAXB_AMNT_FINTotal Taxable Amount per City (Final Run) /KJRTAX01/TOT_TX_AMT_FIN_CITYCURR16(2) PMCURR
TOT_DELTA_CITYDifference in Taxable Amount per City /KJRTAX01/TOT_DELTA_CITYCURR16(2) PMCURR
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
TOT_QUAN_CITYQuantity AM_MENGEQUAN13(3) MENG13V

Key field Non-key field



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

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

How to access SAP table /KJRTAX01/S001

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