MCKALKW SAP (Versions: Cost Itemization) Table details

Dictionary Type: Table
Description: Versions: Cost Itemization




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




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

MCKALKW is a standard SAP Table which is used to store Versions: Cost Itemization data and is available within R/3 SAP systems depending on the version and release level.

The MCKALKW table consists of various fields, each holding specific information or linking keys about Versions: Cost Itemization data available in SAP. These include VRSIO (Version number in the information structure), AUFNR (Order Number), KSTAR (Cost Element), KOSTL (Cost Center).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MCKALKW table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ARBIDObject ID of the resource CR_OBJIDNUMC8Assigned to domainCR_OBJID
TYPPSItem Category TYPPSCHAR1TYPPS
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_DCHAR10Assigned to domainBWTARBWT
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 HWAERCUKY5Assigned to domainWAERS
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 WAERSCUKY5Assigned to domainWAERSFWS
WRTFW_POSOverall value in transaction currency MC_WRTFW_PCURR19(2) WERTV10
FWAERCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
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
MEEHTBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PMENGEQuantity MENGE_POSQUAN15(3) CQUA8
WERKSARBPLPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ARBPLWork center ARBPLCHAR8ARBPLAGR

Key field Non-key field



How do I retrieve data from SAP table MCKALKW using ABAP code

The following ABAP code Example will allow you to do a basic selection on MCKALKW to SELECT all data from the table
DATA: WA_MCKALKW TYPE MCKALKW.

SELECT SINGLE *
FROM MCKALKW
INTO CORRESPONDING FIELDS OF WA_MCKALKW
WHERE...

How to access SAP table MCKALKW

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