KV030 SAP (Common Structure in Variance Tables) Structure details

Dictionary Type: Structure
Description: Common Structure in Variance Tables




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




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

KV030 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 "Common Structure in Variance Tables" 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_KV030 TYPE KV030.

The KV030 table consists of various fields, each holding specific information or linking keys about Common Structure in Variance Tables data available in SAP. These include KOKRS (Controlling Area), AWVRS (Target Cost Version), AWWTB (Variances: Reference Value Type), AWVSB (Variances: Reference Version).. 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: Not classified


SAP KV030 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
AWOBAVariances: Object Type AWOBACHAR2J_OBARTKVO
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
AWVRSTarget Cost Version AWVRSCHAR3Assigned to domainALPHAAWVRSVAV
AWWTBVariances: Reference Value Type AWWTBCHAR2CO_WRTTP
AWVSBVariances: Reference Version AWVSBCHAR3Assigned to domainALPHACOVERSI
AWSVSVariances: Target Cost Version AWSVSCHAR3Assigned to domainALPHAAWSVS
AWWTVVariances: Comparison Value Type AWWTVCHAR2CO_WRTTP
AWVSVVariances: Comparison Version AWVSVCHAR3Assigned to domainALPHACOVERSI
AWKVTVariances: Comparison Costing Variant Type AWKVTCHAR1AWKVT
AWKAVVariances: Comparison Costing Variant AWKAVCHAR4Assigned to domainKLVAR
AWSFSVariances: Update of Target Costs AWSFSCHAR1AWSFS
AWVARVariance Variant AWVARCHAR3Assigned to domainAWVAR
AWRRSSequence for Remaining Variance AWRRSNUMC2AWRFK
AWRPRSequence for Input Price Variance AWRPRNUMC2AWRFK
AWRMGSequence for Input Quantity Variance AWRMGNUMC2AWRFK
AWRSTSequence for Resource-Usage Variance AWRSTNUMC2AWRFK
AWRFXNot used AWRFXNUMC2AWRFK
AWRLGSequence for Fixed-Cost Variances AWRLGNUMC2AWRFK
AWATXText, 40 Characters Long TEXT40CHAR40TEXT40
AWVTXText, 40 Characters Long TEXT40CHAR40TEXT40
AWSTXText, 40 Characters Long TEXT40CHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table KV030

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