KSS04_ABW SAP (SAPMKSS0: Structure for ITAB DETAIL (Cost center var.)) Structure details

Dictionary Type: Structure
Description: SAPMKSS0: Structure for ITAB DETAIL (Cost center var.)




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




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

KSS04_ABW 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 "SAPMKSS0: Structure for ITAB DETAIL (Cost center var.)" 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_KSS04_ABW TYPE KSS04_ABW.

The KSS04_ABW table consists of various fields, each holding specific information or linking keys about SAPMKSS0: Structure for ITAB DETAIL (Cost center var.) data available in SAP. These include GAG (Total Variances), GAF (Total Fixed Variances), GAV (Total Variable Variances), GAG_PROZ (Total of all variances as % of target costs).. 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 KSS04_ABW 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
BSGOperating Rate CO_BSGDEC7(2) DEC5_2
GAGTotal Variances AWGKGCURR15(2) WERTV8
GAFTotal Fixed Variances AWGKFCURR15(2) WERTV8
GAVTotal Variable Variances AWGKVCURR15(2) WERTV8
GAG_PROZTotal of all variances as % of target costs AWGKG_PROZDEC9(2) PRZ72
PAGVariances: Input Price Variances AWPKGCURR15(2) WERTV8
PAFVariances: Fixed Input Price Variance AWPKFCURR15(2) WERTV8
PAVVariances: Variable Input Price Variance AWPKVCURR15(2) WERTV8
MAGVariances: Total Input Quantity Variance AWMKGCURR15(2) WERTV8
MAFVariances: Input Quantity Variance, Fixed AWMKFCURR15(2) WERTV8
MAVVariances: Input Quantity Variance, Variable AWMKVCURR15(2) WERTV8
SAGVariances: Total Resource-Usage Variance AWSKGCURR15(2) WERTV8
SAFVariances: Resource-Usage Variance, Fixed AWSKFCURR15(2) WERTV8
SAVVariances: Resource-Usage Variance, Variable AWSKVCURR15(2) WERTV8
EAGVariances: Total Remaining Input Variance AWEKGCURR15(2) WERTV8
EAFVariances: Remaining Input Variance, Fixed AWEKFCURR15(2) WERTV8
EAVVariances: Remaining Input Variance, Variable AWEKVCURR15(2) WERTV8
VAGVariances: Total Output Price Variances AWVAGCURR15(2) WERTV8
VAFVariances: Output Price Variances, Fixed AWVAFCURR15(2) WERTV8
VAVVariances: Total Output Price Variances AWVAVCURR15(2) WERTV8
MPGVariances: Total Mixed-Price Variance AWMPGCURR15(2) WERTV8
MPFVariances: Mixed-Price Variance, Fixed AWMPFCURR15(2) WERTV8
MPVVariances: Mixed-Price Variance, Variable AWMPVCURR15(2) WERTV8
VGGVariances: Total Output Quantity Variance AWVGGCURR15(2) WERTV8
VGFVariances: Output Quantity Variance, Fixed AWVGFCURR15(2) WERTV8
VGVVariances: Output Quantity Variance, Variable AWVGVCURR15(2) WERTV8
LAGVariances: Total Lot Size Variance AWLKGCURR15(2) WERTV8
LAFVariances: Lot Size Variance, Fixed Costs AMLKFCURR15(2) WERTV8
LAVVariances: Lot Size Variance Variable Costs AMLKVCURR15(2) WERTV8
FAGVariances: Total Fixed-Cost Variance AWFKGCURR15(2) WERTV8
RAGVariances: Total Remaining Variance AWRKGCURR15(2) WERTV8
RAFVariances: Remaining Variance, Fixed AWRKFCURR15(2) WERTV8
RAVVariances: Remaining Variance, Variable AWRKVCURR15(2) WERTV8
AUGTotal Scrap AWAUGCURR15(2) WERTV8
AUFScrap, Fixed AWAUFCURR15(2) WERTV8
AUVScrap, Variable AWAUVCURR15(2) WERTV8
MEGAScrap Quantity AWAUMQUAN15(3) MENGV8
WIGWork in Process AWWIGCURR15(2) WERTV8
WIFFixed Portion of Work in Process AWWIFCURR15(2) WERTV8
WIVVariable Portion of Work in Process AWWIVCURR15(2) WERTV8
MEGWWork in Process Quantity AWWIMQUAN15(3) MENGV8

Key field Non-key field



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

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

How to access SAP table KSS04_ABW

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