CKMD_MLCR SAP (Structure MLPP for the Display of Material Ledger Document) Structure details

Dictionary Type: Structure
Description: Structure MLPP for the Display of Material Ledger Document




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




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

CKMD_MLCR 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 "Structure MLPP for the Display of Material Ledger Document" 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_CKMD_MLCR TYPE CKMD_MLCR.

The CKMD_MLCR table consists of various fields, each holding specific information or linking keys about Structure MLPP for the Display of Material Ledger Document data available in SAP. These include MANDT (Client), BELNR (Number of a Material Ledger Document/Price Change Document), KJAHR (Material Ledger Document/Price Change Document: Storage Year), POSNR (Item in Material Ledger Document).. 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 CKMD_MLCR 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
MANDTClient MANDTCLNT3T000MANDT
BELNRNumber of a Material Ledger Document/Price Change Document CK_BELNRCHAR10ALPHABELNRMLNML_BELNR
KJAHRMaterial Ledger Document/Price Change Document: Storage Year CK_KJAHRNUMC4GJAHRGJAHRMLJ
POSNRItem in Material Ledger Document CK_MLPOSNUMC6NUMC6
BDATJPosting Date YYYY BDATJNUMC4GJAHRGJAHRBDTJ
POPERPosting period POPERNUMC3POPERPOPR
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
SALK3Amount by which the total valuated inventory changes CK_SALK3DCURR15(2) WERTV8
SALK3_OLDValue of total valuated stock CK_SALK3_1CURR15(2) WERTV8
SALKVAmount by which the total valuated inventory (info.) changes CK_SALKVDCURR15(2) WERTV8
SALKV_OLDValue based on the periodic unit price (only with pr.ctrl S) CK_SALKV_1CURR15(2) WERTV8
PEINHPrice unit CK_PEINH_1DEC5PACK3
PVPRS_OLDOld periodic unit price CK_PVP_OLDCURR11(2) WERT11
STPRS_OLDOld standard price CK_STP_OLDCURR11(2) WERT11
VPRSV_OLDPrice control indicator VPRSVCHAR1VPRSV
.INCLU--AP 0
BNBTRDelivery costs in local currency BNBTRCURR13(2) WERT13N
EXBWRExternally Entered Posting Amount in Local Currency EXBWRCURR13(2) WERT7
VKWRTValue at Sales Prices Including Value-Added Tax VKWRTCURR13(2) WERT7
VKWRAValue at sales prices excluding value-added tax VKWRACURR13(2) WERT7
EXVKWExternally Entered Sales Value in Local Currency EXVKWCURR13(2) WERT7
VKSAL_OLDValue of Total Valuated Stock at Sales Price VKSALCURR13(2) WERT13N
PVPRS_NEWNew periodic unit price CK_PVP_NEWCURR11(2) WERT11
STPRS_NEWNew standard price CK_STP_NEWCURR11(2) WERT11
VPRSV_NEWPrice control indicator VPRSVCHAR1VPRSV
PEINH_NEWNew price unit for the material ledger CK_PEINH_NEWDEC5PACK3
MANPAE_VIndicator: price manually overridden CK_MANPAECHAR1XFELD
SALK3UMSub. Adjust. to Stock Value due to Change in Per. Unit Price CK_SALUMCURR15(2) WERTV8
MANPAE_SIndicator: price manually overridden CK_MANPAECHAR1XFELD
SALK3UMSSub. Adj. to Inv. Value due to a Change in the Std Price CK_SALUMSCURR15(2) WERTV8
ERZKALKPrice from Standard Cost Estimate CK_ERZKALKCHAR1XFELD
ZUKBEWIndicator: future valuation price activated CK_ZUKBEWCHAR1XFELD
ZUPRD_OReceipts: Single-level price differences CK_ZUABW_1CURR15(2) WERTV8
ZUKDM_OReceipts: Single-level exchange rate differences CK_ZUKDMCURR15(2) WERTV8
ZUUMB_ORevaluation Amount CK_ZUUMB_1CURR15(2) WERTV8
ABPRD_OBeginning Inventory: Single-Level Price Differences CK_ABPRDCURR15(2) WERTV8
ABKDM_OBeginning Inventory: Single-Level Exchange Rate Differences CK_ABKDMCURR15(2) WERTV8
VPPRD_OOther receipts/issues: Single-level price differences CK_VPPRDCURR15(2) WERTV8
VPKDM_OOther receipts/issues:Single-level exchange rate differences CK_VPKDMCURR15(2) WERTV8
VNPRD_O1-Level Price Differences from Issues not Affecting the Pric CK_VNPRDCURR15(2) WERTV8
VNKDM_OOutward movement not affecting price: 1-lvl exch.rate diff. CK_VNKDMCURR15(2) WERTV8
EKPRD_OReceipts: Price Differences from Purchase Orders (From-Val.) CK_EKPRDCURR15(2) WERTV8
EKKDM_OReceipts: Exchange Rate Differences from POs (From-Value) CK_EKKDMCURR15(2) WERTV8
PBPRD_OReceipts: Price differences from adjustments (from value) CK_PBPRDCURR15(2) WERTV8
PBKDM_OReceipts: Exchange Rate Differences from Adjustments CK_PBKDMCURR15(2) WERTV8
VNPRD_EASingle-level adjustment to consumption from price difference CK_VNPRDEACURR15(2) WERTV8
VNKDM_EASingle-level adjustment to consumption from ExRt differences CK_VNKDMEACURR15(2) WERTV8
EBPRD_EASingle-Level Adjustm. to End. Inv. Due to Price Differences CK_EBPRDEACURR15(2) WERTV8
EBKDM_EASingle-level Adjustment to Ending Inv. Due to Exch.Rate Diff CK_EBKDMEACURR15(2) WERTV8
EKPRD_EAReceipts: Price Differences from Purchase Orders (From-Val.) CK_EKPRDCURR15(2) WERTV8
EKKDM_EAReceipts: Exchange Rate Differences from POs (From-Value) CK_EKKDMCURR15(2) WERTV8
ZUPRD_AReceipts: Single-level price differences CK_ZUABW_1CURR15(2) WERTV8
ZUKDM_AReceipts: Single-level exchange rate differences CK_ZUKDMCURR15(2) WERTV8
ZUUMB_ARevaluation Amount CK_ZUUMB_1CURR15(2) WERTV8
EKPRD_AReceipts: Price Differences from Purchase Orders (From-Val.) CK_EKPRDCURR15(2) WERTV8
EKKDM_AReceipts: Exchange Rate Differences from POs (From-Value) CK_EKKDMCURR15(2) WERTV8
PBPRD_AReceipts: Price differences from adjustments (from value) CK_PBPRDCURR15(2) WERTV8
PBKDM_AReceipts: Exchange Rate Differences from Adjustments CK_PBKDMCURR15(2) WERTV8
ABPRD_MOBeginning Inventory: Price Differences from Lower Levels CK_ABPRDMOCURR15(2) WERTV8
ABKDM_MOBeginning Inventory: Exch.Rate Differences from Lower Levels CK_ABKDMMOCURR15(2) WERTV8
ZUPRD_MOReceipts: Price Differences from Lower Levels CK_ZUPRDMOCURR15(2) WERTV8
ZUKDM_MOReceipts: Exchange rate differences from lower level CK_ZUKDMMOCURR15(2) WERTV8
VNPRD_MAMultilevel adjustment to consumption from price differences CK_VNPRDMACURR15(2) WERTV8
VNKDM_MAMultilevel adjustment to consumption from exch. rt. diff. CK_VNKDMMACURR15(2) WERTV8
EBPRD_MAMultilevel Adjustment to End. Inv. Due to Price Differences CK_EBPRDMACURR15(2) WERTV8
EBKDM_MAMultilevel Adjustment to Ending Inv. Due to Exch. Rate Diff. CK_EBKDMMACURR15(2) WERTV8
ZUKDM_OSTReceipts: Non-Inventory Relevant Exchange Rate Differences CK_ZUKDM_OSTCURR15(2) WERTV8
EKKDM_OSTReceipts: Non Inv.-Rel.ERDs from Purchase Orders (Fr.Value) CK_EKKDM_OSTCURR15(2) WERTV8
PBKDM_OSTReceipts: Non Inv-Rel. ERDs from Sub. Adjustment (Fr. Value) CK_PBKDM_OSTCURR15(2) WERTV8
VPKDM_OSTOther Receipts/Withdrawals: Non Inventory-Rel. ERDs CK_VPKDM_OSTCURR15(2) WERTV8
VPPBKDM_OSTReceipts: Non Inv-Rel. ERDs from Sub. Adjustment (Fr.Value) CK_VPPBKDM_OSTCURR15(2) WERTV8
VNKDM_OSTNon Inventory-Relevant ERDs from non Price-Affecting Issues CK_VNKDM_OSTCURR15(2) WERTV8

Key field Non-key field



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

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

How to access SAP table CKMD_MLCR

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