VVKK_TAX_TOTALS SAP (Italian Tax Reporting: Totals) Table details

Dictionary Type: Table
Description: Italian Tax Reporting: Totals




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




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

VVKK_TAX_TOTALS is a standard SAP Table which is used to store Italian Tax Reporting: Totals data and is available within R/3 SAP systems depending on the version and release level.

The VVKK_TAX_TOTALS table consists of various fields, each holding specific information or linking keys about Italian Tax Reporting: Totals data available in SAP. These include BUKRS (Company Code), GSBER (Business Area), PRGRP (Product Group), BPERI (Posting 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VVKK_TAX_TOTALS 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 MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PRGRPProduct Group PRGRP_VKCHAR2Assigned to domainPRGRP_VK
BPERIPosting Period BPERI_VKACCP6BPERI_VK
IMJAHRIn Year IMJAHR_VKCHAR1BOOLE
INSTAXSInsurance Tax Schedule INSTAXS_VKCHAR4Assigned to domainINSTAXS_VK
STRKZTax Code for Other Taxes STRKZ_KKCHAR2Assigned to domainSTRKZ_KK
STRSA_VXTax Risk Type STRSA_VXCHAR5CHAR5
SBASHAmount Subject to Tax in Local Currency (Tax Base Amount) SBASH_KKCURR13(2) WRTV7
SBETHTax Amount in Local Currency With +/- Sign SBETH_KKCURR13(2) WRTV7
HWAERLocal Currency Key HWAER_KKCUKY5Assigned to domainWAERS

Key field Non-key field



How do I retrieve data from SAP table VVKK_TAX_TOTALS using ABAP code

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

SELECT SINGLE *
FROM VVKK_TAX_TOTALS
INTO CORRESPONDING FIELDS OF WA_VVKK_TAX_TOTALS
WHERE...

How to access SAP table VVKK_TAX_TOTALS

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