KKB_DRKK_SREP SAP (Cost Object Controlling Analysis) Structure details

Dictionary Type: Structure
Description: Cost Object Controlling Analysis




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




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

KKB_DRKK_SREP 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 "Cost Object Controlling Analysis" 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_KKB_DRKK_SREP TYPE KKB_DRKK_SREP.

The KKB_DRKK_SREP table consists of various fields, each holding specific information or linking keys about Cost Object Controlling Analysis data available in SAP. These include WERKS (Plant), PROGR (Product Group), MATNR (Material Number), AUART (Order Type).. 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: Cannot Be Enhanced


SAP KKB_DRKK_SREP 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
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PROGRProduct Group KKB_PROGRCHAR12Assigned to domainKSTRG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
SOVERTarget Cost Version AWVRSCHAR3TKV09ALPHAAWVRSVAV
ABVERResults Analysis Version VERSN_ABGRCHAR3Assigned to domainALPHAVERSN_ABGRACV
GJPERPeriod/year JAHRPERNUMC7PERI7JAHRPER
PLGESTotal Plan Costs KKB_PLGESCURR15(2) WERTV8
ISGESTotal Actual Costs KKB_ISGESCURR15(2) WERTV8
ISVAR Actual Variable Costs0
ISFIXActual Fixed Costs KKB_ISFIXCURR15(2) WERTV8
ISBELGESTotal Actual Debit KKB_ISBGESCURR15(2) WERTV8
ISENTGES Total Actual Credit0
SOENTGES Total Target Credit0
SOBELGES Total Target Debit0
SOGESTotal target costs KKB_SOGESCURR15(2) WERTV8
DFTRACBE Variance Target / Actual Debit0
DFTRACEN Variance Target / Actual Credit0
APGESTotal Price Variance KKB_APGESCURR15(2) WERTV8
AMGESTotal Quantity Variance KKB_AMGESCURR15(2) WERTV8
ASGESResource-Usage Variance Total KKB_ASGESCURR15(2) WERTV8
ALGESTotal Lot Size Variance KKB_ALGESCURR15(2) WERTV8
AWGESTotal exchange rate variance KKB_AWGESCURR15(2) WERTV8
AAGESTotal Scrap KKB_AAGESCURR15(2) WERTV8
ARGESRemaining Variance Total KKB_ARGESCURR15(2) WERTV8
AVGESTotal Output Price Variance KKB_AVGESCURR15(2) WERTV8
ABGES Total Variance0
MPGESPlanned Quantity KKB_MPGESQUAN15(3) MENGV8
MIGESActual Quantity KKB_MIGESQUAN15(3) MENGV8
WIPGSTotal WIP KKB_WIPGSCURR15(2) WERTV8
DFPLAC Variance Plan/Actual0
DFTRAC Variance Target/Actual0
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MEINHUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS
ELEMTCost Component Number CK_ELEMENTNUMC3Assigned to domainCK_ELEMENT
AIRGES Remaining Input Variance0
AITGES Total Input Variance0
AOTGES Total Output Variance0
DPTRAC Variance Target / Actual (%)0
DPTRACBE Variance Target / Actual Debit (%)0
DPTRACEN Variance Target / Actual Credit (%)0
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
PRODHProduct hierarchy PRODH_DCHAR18Assigned to domainPRODHVPR
KOSTLCost Center KKB_KOSTLCHAR10Assigned to domainALPHAKOSTLKOS

Key field Non-key field



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

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

How to access SAP table KKB_DRKK_SREP

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