FIKZ_S_TRTAX_RATE SAP (Transport Tax Rate KZ) Structure details

Dictionary Type: Structure
Description: Transport Tax Rate KZ




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




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

FIKZ_S_TRTAX_RATE 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 "Transport Tax Rate KZ" 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_FIKZ_S_TRTAX_RATE TYPE FIKZ_S_TRTAX_RATE.

The FIKZ_S_TRTAX_RATE table consists of various fields, each holding specific information or linking keys about Transport Tax Rate KZ data available in SAP. These include TAX_BASE_APPL (Tax Base (Low bound)), TAX_BASE_EXCEED (Tax Base Unit), TAX_RATE_EXCEED (Transport Tax Rate), DEPEND_ON_AGE (Boolean Variable (X=True, -=False, Space=Unknown)).. 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 FIKZ_S_TRTAX_RATE 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
TAX_RATETransport Tax Rate J_3RTVALDEC8(2)
TAX_BASE_APPLTax Base (Low bound) FIKZ_TT_LBASEQUAN13(2)
TAX_BASE_EXCEEDTax Base Unit J_3RTXBUNITQUAN13(3) GLO_RUS_TXB_UNIT
TAX_RATE_EXCEEDTransport Tax Rate J_3RTVALDEC8(2)
DEPEND_ON_AGEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
UNIT_POWERBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ITEM_DECLLine item in Tax declaration FIKZ_ITEM_DECLCHAR15CHAR15

Key field Non-key field



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

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

How to access SAP table FIKZ_S_TRTAX_RATE

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