FKK_IT_VAT_TOTAL SAP (VAT report total per company code) Structure details

Dictionary Type: Structure
Description: VAT report total per company code




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




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

FKK_IT_VAT_TOTAL 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 "VAT report total per company code" 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_FKK_IT_VAT_TOTAL TYPE FKK_IT_VAT_TOTAL.

The FKK_IT_VAT_TOTAL table consists of various fields, each holding specific information or linking keys about VAT report total per company code data available in SAP. These include BUTXT (Name of Company Code or Company), HWAER (Local Currency Key), TOT_GEBTH (Total Amount Per Tax Code In Local Currency), TOT_SBASH (Amount Subject to Tax in Local Currency (Tax Base Amount)).. 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 FKK_IT_VAT_TOTAL 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
HWAERLocal Currency Key HWAER_KKCUKY5Assigned to domainWAERS
TOT_GEBTHTotal Amount Per Tax Code In Local Currency GEBTH_KKCURR13(2) WRTV7
TOT_SBASHAmount Subject to Tax in Local Currency (Tax Base Amount) SBASH_KKCURR13(2) WRTV7
TOT_SBASH_IVATax Base Amount for Taxable Operations (Local Currency) FKKITSBASH_KKCURR13(2) WRTV7
TOT_SBETH_1Total Tax Amount FKKITSBETH1_KKCURR13(2) WRTV7
TOT_SBETH_2Tax Amount of Not Taxable Operations FKKITSBETH2_KKCURR13(2) WRTV7
TOT_SBETH_3Tax Amount of Exempted Operations FKKITSBETH3_KKCURR13(2) WRTV7
TOT_SBETH_4Tax Amount of Excluded Operations FKKITSBETH4_KKCURR13(2) WRTV7
TOT_SBETH_5Tax Amount of Other Operations FKKITSBETH5_KKCURR13(2) WRTV7

Key field Non-key field



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

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

How to access SAP table FKK_IT_VAT_TOTAL

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