MCKALKB SAP (Cost Itemization) Structure details

Dictionary Type: Structure
Description: Cost Itemization




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




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

MCKALKB 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 Itemization" 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_MCKALKB TYPE MCKALKB.

The MCKALKB table consists of various fields, each holding specific information or linking keys about Cost Itemization data available in SAP. These include AUFNR (Order Number), POSNR (Unit Costing Line Item Number), TYPPS (Item Category), KSTAR (Cost Element).. 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 MCKALKB 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
SUPKZStatistics update indicator (post in/post out) SUPKZCHAR1SUPKZ
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
POSNRUnit Costing Line Item Number CK_POSNRNUMC5Assigned to domainCK_POSNR
TYPPSItem Category TYPPSCHAR1TYPPS
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
HRKFTOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
ELEMTCost Component Number CK_ELEMENTNUMC3Assigned to domainCK_ELEMENT
PSKNZFixed/Variable Indicator FVFLGCHAR1FVFLG
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
KOKRS_HRKOrigin Controlling Area Item KOKRS_HRKCHAR4Assigned to domainCACCD
ARBIDObject ID of the resource CR_OBJIDNUMC8Assigned to domainCR_OBJID
GPREISTotal Price in Local Currency PPGXXXCURR15(2) WERTV8
FPREISFixed Price in Local Currency PPFXXXCURR15(2) WERTV8
VPREISPrice (variable) in local currency MC_VPREISCURR15(2) WERTV8
PEINHPrice Unit PEINHDEC5PACK3
WERTNValue (total) in controlling area currency MC_WERTNCURR19(2) WERTV10
WRTFXFixed Value in Controlling Area Currency MC_WRTFXCURR19(2) WERTV10
WRTVRVariable Value in Controlling Area Currency MC_WRTVRCURR19(2) WERTV10
HWAERLocal Currency HWAERCUKY5TCURCWAERS
OPREISTotal Price in Foreign Currency PPOXXXCURR15(2) WERTV8
TPREISTotal Price in Item Foreign Currency PPTXXXCURR15(2) WERTV8
WRTFW_KPFValue (total) in object currency MC_WRTFWCURR19(2) WERTV10
FWAER_KPFCurrency Key WAERSCUKY5TCURCWAERSFWS
WRTFW_POSOverall value in transaction currency MC_WRTFW_PCURR19(2) WERTV10
FWAERCurrency Key WAERSCUKY5TCURCWAERSFWS
PGPREISPlanned price (total) in local currency MC_PGPREISCURR15(2) WERTV8
PFPREISPlanned price (fixed) in local currency MC_PFPREISCURR15(2) WERTV8
PVPREISPlanned price (variable) in local currency MC_PVPREISCURR15(2) WERTV8
PPEINHPlanned price unit MC_PEINHDEC5PACK3
PWERTNPlanned value (total) in controlling area currency MC_PWERTNCURR19(2) WERTV10
PWRTFXPlanned value (fixed) in controlling area currency MC_PWRTFXCURR19(2) WERTV10
PWRTVRPlanned value (variable) in controlling area currency MC_PWRTVRCURR19(2) WERTV10
POPREISPlanned price (total = fixed + variable) in foreign currency MC_POPREISCURR15(2) WERTV8
PTPREISPlanned price (total) in item foreign currency MC_PTPREISCURR15(2) WERTV8
PWRTFW_KPFPlanned value (total = fixed + variable) in object currency MC_PWRTFWCURR19(2) WERTV10
PWRTFW_POSPlanned value (total) in transaction currency MC_PWRTFWPCURR19(2) WERTV10
MENGEQuantity MENGE_POSQUAN15(3) CQUA8
MEEHTCalculation item quantity unit MCKALKUNITUNIT3Assigned to domainCUNITMEINS
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PMENGEPlanned quantity MCPMENGEQUAN15(3) CQUA8
WERKSARBPLPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ARBPLWork center ARBPLCHAR8ARBPLAGR
ADummy function in length 1 DUMMYCHAR1DUMMY
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table MCKALKB

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