MCKALKV SAP (Versions: Cost Itemization) Table details

Dictionary Type: Table
Description: Versions: Cost Itemization




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




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

MCKALKV 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 MCKALKV table consists of various fields, each holding specific information or linking keys about Versions: Cost Itemization data available in SAP. These include SSOUR (Statistic(s) origin), VRSIO (Version number in the information structure), AUFNR (Order Number), POSNR (Unit Costing Line Item Number).. 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 MCKALKV 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
SSOURStatistic(s) origin SSOURCHAR4SSOUR
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
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_DCHAR10Assigned to domainBWTARBWT
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
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 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
ADummy function in length 1 DUMMYCHAR1DUMMY
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

SELECT SINGLE *
FROM MCKALKV
INTO CORRESPONDING FIELDS OF WA_MCKALKV
WHERE...

How to access SAP table MCKALKV

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