KKK01 SAP (Screen fields for customizing costing control) Structure details

Dictionary Type: Structure
Description: Screen fields for customizing costing control




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




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

KKK01 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 "Screen fields for customizing costing control" 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_KKK01 TYPE KKK01.

The KKK01 table consists of various fields, each holding specific information or linking keys about Screen fields for customizing costing control data available in SAP. These include K_KOAKNZ (Cost Element Indicator), N_KOAKNZ (Cost Element Indicator), WAEKNZ_0 (Currency Indicator), WAEKNZ_1 (Currency Indicator).. 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 KKK01 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
M_KOAKNZCost Element Indicator OK_KOAKNZCHAR1XFELD
K_KOAKNZCost Element Indicator OK_KOAKNZCHAR1XFELD
N_KOAKNZCost Element Indicator OK_KOAKNZCHAR1XFELD
WAEKNZ_0Currency Indicator OK_WAEKNZCHAR1XFELD
WAEKNZ_1Currency Indicator OK_WAEKNZCHAR1XFELD
MANER_1Additive Cost Ests OK_MANERCHAR1XFELD
MANER_2Additive Cost Ests OK_MANERCHAR1XFELD
MANER_3Additive Cost Ests OK_MANERCHAR1XFELD
MANER_4Additive Cost Ests OK_MANERCHAR1XFELD
BZOBJ_0Costing Reference Object OK_BZOBJCHAR1XFELD
BZOBJ_1Costing Reference Object OK_BZOBJCHAR1XFELD
BZOBJ_2Costing Reference Object OK_BZOBJCHAR1XFELD
BZOBJ_3Costing Reference Object OK_BZOBJCHAR1XFELD
BZOBJ_4Costing Reference Object OK_BZOBJCHAR1XFELD
BZOBJ_5Costing Reference Object OK_BZOBJCHAR1XFELD
BZOBJ_6Costing Reference Object OK_BZOBJCHAR1XFELD
BZOBJ_7Costing Reference Object OK_BZOBJCHAR1XFELD
UPDTM_0Update of Material Price OK_UPDTMCHAR1XFELD
UPDTM_1Update of Material Price OK_UPDTMCHAR1XFELD
UPDTM_2Update of Material Price OK_UPDTMCHAR1XFELD
UPDTM_3Update of Material Price OK_UPDTMCHAR1XFELD
UPDTM_4Update of Material Price OK_UPDTMCHAR1XFELD
UPDTO_0Order Update Indicator OK_UPDTOCHAR1XFELD
UPDTO_1Order Update Indicator OK_UPDTOCHAR1XFELD
UPDTO_2Order Update Indicator OK_UPDTOCHAR1XFELD
UPDTO_3Order Update Indicator OK_UPDTOCHAR1XFELD
DTKEY_1Saving the Cost Estimate OK_DTKEYCHAR1XFELD
DTKEY_2Saving the Cost Estimate OK_DTKEYCHAR1XFELD
DTKEY_3Saving the Cost Estimate OK_DTKEYCHAR1XFELD
DMKEY_1Saving the Cost Estimate OK_DTKEYCHAR1XFELD
DMKEY_2Saving the Cost Estimate OK_DTKEYCHAR1XFELD
DMKEY_3Saving the Cost Estimate OK_DTKEYCHAR1XFELD
ANWEIUnit Costing Application OK_ANWEICHAR1XFELD
ANWERProduct Costing Application OK_ANWERCHAR1XFELD
ZUSDS_0Display of Overhead in Unit Costing OK_ZUSDSCHAR1XFELD
ZUSDS_1Display of Overhead in Unit Costing OK_ZUSDSCHAR1XFELD
PLANQUTPlanned Quota Arrangement for Subcontracting OK_PLANQUTCHAR1XFELD
ISTQUTActual Quota Arrangement for Subcontracting OK_ISTQUTCHAR1XFELD
LEGALLegal Valuation CK_LEGALCHAR1XFELD
PROFITCENTERProfit Center Valuation CK_PROFITCENTERCHAR1XFELD
KONZERNGroup Valuation CK_KONZERNCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table KKK01

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