TAXCORR_VK SAP (Open Payments on Account Tax Reporting (Italy)) Structure details

Dictionary Type: Structure
Description: Open Payments on Account Tax Reporting (Italy)




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




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

TAXCORR_VK 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 "Open Payments on Account Tax Reporting (Italy)" 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_TAXCORR_VK TYPE TAXCORR_VK.

The TAXCORR_VK table consists of various fields, each holding specific information or linking keys about Open Payments on Account Tax Reporting (Italy) data available in SAP. These include GSBER (Business Area), PRGRP (Product Group), VMDAT (Planned Report Date For Tax Item), INSTAXS (Insurance Tax Schedule).. 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 TAXCORR_VK 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
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PRGRPProduct Group PRGRP_VKCHAR2Assigned to domainPRGRP_VK
VMDATPlanned Report Date For Tax Item VMDAT_KKDATS8DATUM
INSTAXSInsurance Tax Schedule INSTAXS_VKCHAR4Assigned to domainINSTAXS_VK
INSTAXPOSInsurance Tax Category (Classification for Tax Reporting) INSTAXPOS_VKNUMC2Assigned to domainINSTAXPOS_VK
AKONTOTYP(On Account) Amount Category AKOTYP_VKCHAR2AKOTYP_VK
HWAERLocal Currency Key HWAER_KKCUKY5Assigned to domainWAERS
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
TWAERCurrency Key WAERS_KKCUKY5Assigned to domainWAERSFWS
SBASWAmount Subject to Tax in Transaction Currency (Tax Base Amt) SBASW_KKCURR13(2) WRTV7
SBETWTax Amount in Transaction Currency with +/- Sign SBETW_KKCURR13(2) WRTV7
CHNGDATEChanged On AEDATDATS8DATUM
CHNGTIMETime at Which the Object Was Last Changed AETIM_KKTIMS6UZEIT

Key field Non-key field



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

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

How to access SAP table TAXCORR_VK

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