KKBW_ITEM_PRICE SAP (Price Structure from Itemization for Extraction) Structure details

Dictionary Type: Structure
Description: Price Structure from Itemization for Extraction




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




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

KKBW_ITEM_PRICE 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 "Price Structure from Itemization for Extraction" 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_KKBW_ITEM_PRICE TYPE KKBW_ITEM_PRICE.

The KKBW_ITEM_PRICE table consists of various fields, each holding specific information or linking keys about Price Structure from Itemization for Extraction data available in SAP. These include COST_ITEM (Reference of KALKTAB Items to a Context), MATERIAL (Material Number), MATERIAL_TYPE (Material Type), MATERIAL_GROUP (Material 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 KKBW_ITEM_PRICE 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
ITEM_CATEGORYItem Category TYPPSCHAR1TYPPS
COST_ITEMReference of KALKTAB Items to a Context CK_VERWEISCHAR35CHAR35
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATERIAL_TYPEMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MATERIAL_GROUPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
VALUATION_CLASSValuation Class BKLASCHAR4Assigned to domainBKLAS
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CONTROLLING_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
COST_CENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ACTIVITY_TYPEActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
VENDORAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
INFO_RECORDNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
PROCESSBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
PRICEPrice in Object Currency CK_OPTCURR15(2) WERTV8
PRICE_FIXEDFixed Price in Object Currency CK_OPFCURR15(2) WERTV8
PRICE_VARIABLEVariable Price in Object Currency CK_OPVCURR15(2) WERTV8
PRICE_UNITPrice Unit PEINHDEC5PACK3
PRICE_QTY_UNITPrice Quantity Unit PMEHTUNIT3Assigned to domainCUNITMEINS
PERIODEPeriod/year JAHRPERNUMC7PERI7JAHRPER
FISCAL_Y_VARIANTFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_TYPECurrency Type and Valuation View CURTPCHAR2CURTP
COST_ELEMENTCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
COSTING_VARIANTCosting Variant CK_KLVARCHAR4Assigned to domainKLVARKRT
COSTING_VERSIONCosting Version CK_TVERSNUMC2CK_VERSIONVSN
COSTINGRUNName of Costing Run CK_KALAIDCHAR8CHAR8KKFCKKAT
COSTINGRUN_DATECosting Run Date CK_KALADATDATS8DATUMKK1
COSTING_DATECosting Date From CK_ABDATDATS8CK_KADATKDA

Key field Non-key field



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

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

How to access SAP table KKBW_ITEM_PRICE

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