KKBOB SAP (KKB: Object Records) Structure details

Dictionary Type: Structure
Description: KKB: Object Records




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




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

KKBOB 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 "KKB: Object Records" 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_KKBOB TYPE KKBOB.

The KKBOB table consists of various fields, each holding specific information or linking keys about KKB: Object Records data available in SAP. These include KOKRS (Controlling Area), WERKS (Plant), HIEPROGR (Identification for Object of Product Group Hierarchy), PROGR (Product Group).. 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 KKBOB 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 KOKRSCHAR4TKA01CACCDCAC
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
HIEPROGRIdentification for Object of Product Group Hierarchy KKB_HPROGRCHAR23KKB_HPROGR
PROGRProduct Group KKB_PROGRCHAR12CKPHKSTRG
MATNRMaterial Number KKB_MATNRCHAR40KKB_MATNR
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOPeriod KKB_PERIONUMC3KKB_PERIO
VERSNKKB: Plan version KKB_PLVRSCHAR3TKA09ALPHACOVERSIKVS
ABVERTarget Cost Version AWVRSCHAR3TKV09ALPHAAWVRSVAV
GJPERPeriod/year JAHRPERNUMC7PERI7JAHRPER
PLGESTotal Plan Costs KKB_PLGESCURR15(2) WERTV8
PLFIXPlan Fixed Costs KKB_PLFIXCURR15(2) WERTV8
PLSTATStatistical Planned Value KKB_PLSTATCURR15(2) WERTV8
ISGESTotal Actual Costs KKB_ISGESCURR15(2) WERTV8
ISFIXActual Fixed Costs KKB_ISFIXCURR15(2) WERTV8
ISSTATStatistical Actual Value KKB_ISSTATCURR15(2) WERTV8
ISBELFIXFixed Actual Debit KKB_ISBFIXCURR15(2) WERTV8
ISBELGESTotal Actual Debit KKB_ISBGESCURR15(2) WERTV8
SOGESTotal target costs KKB_SOGESCURR15(2) WERTV8
SOFIXTarget Fixed Costs KKB_SOFIXCURR15(2) WERTV8
OBGESCommitments KKB_OBGESCURR15(2) WERTV8
APGESTotal Price Variance KKB_APGESCURR15(2) WERTV8
APFIXPrice Variance, Fixed KKB_APFIXCURR15(2) WERTV8
AMGESTotal Quantity Variance KKB_AMGESCURR15(2) WERTV8
AMFIXFixed Quantity Variance KKB_AMFIXCURR15(2) WERTV8
ASGESResource-Usage Variance Total KKB_ASGESCURR15(2) WERTV8
ASFIXResource-Usage Variance Fixed Cost KKB_ASFIXCURR15(2) WERTV8
ALGESTotal Lot Size Variance KKB_ALGESCURR15(2) WERTV8
ALFIXLot Size Variance, Fixed Costs KKB_ALFIXCURR15(2) WERTV8
AWGESTotal exchange rate variance KKB_AWGESCURR15(2) WERTV8
AWFIXExchange Rate Variance, Fixed KKB_AWFIXCURR15(2) WERTV8
AAGESTotal Scrap KKB_AAGESCURR15(2) WERTV8
AAFIXScrap, Fixed KKB_AAFIXCURR15(2) WERTV8
AEGESTotal Input Variance KKB_AEGESCURR15(2) WERTV8
AEFIXFixed Input Variances KKB_AEFIXCURR15(2) WERTV8
ARGESRemaining Variance Total KKB_ARGESCURR15(2) WERTV8
ARFIXRemaining Variance Fixed Cost KKB_ARFIXCURR15(2) WERTV8
MPGESPlanned Quantity KKB_MPGESQUAN15(3) MENGV8
MIGESActual Quantity KKB_MIGESQUAN15(3) MENGV8
WIPGSTotal WIP KKB_WIPGSCURR15(2) WERTV8
WIPFXWIP, Fixed KKB_WIPFXCURR15(2) WERTV8
KENW1Key Figure (Value Field) KKB_KENWCURR15(2) WERTV8
KENW2Key Figure (Value Field) KKB_KENWCURR15(2) WERTV8
KENW3Key Figure (Value Field) KKB_KENWCURR15(2) WERTV8
KENW4Key Figure (Value Field) KKB_KENWCURR15(2) WERTV8
KENW5Key Figure (Value Field) KKB_KENWCURR15(2) WERTV8
KENW6Key Figure (Value Field) KKB_KENWCURR15(2) WERTV8
KENM1Key Figure (Quantity Field) KKB_KENMQUAN15(3) MENGV8
KENM2Key Figure (Quantity Field) KKB_KENMQUAN15(3) MENGV8
KENM3Key Figure (Quantity Field) KKB_KENMQUAN15(3) MENGV8
KENM4Key Figure (Quantity Field) KKB_KENMQUAN15(3) MENGV8
AVGESTotal Output Price Variance KKB_AVGESCURR15(2) WERTV8
AVFIXOutput Price Variance Fixed KKB_AVFIXCURR15(2) WERTV8

Key field Non-key field



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

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

How to access SAP table KKBOB

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