MLCRP SAP (Material Ledger Document: Price Changes (Currencies, Prices)) Table details

Dictionary Type: Table
Description: Material Ledger Document: Price Changes (Currencies, Prices)




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




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

MLCRP is a standard SAP Table which is used to store Material Ledger Document: Price Changes (Currencies, Prices) data and is available within R/3 SAP systems depending on the version and release level.

The MLCRP table consists of various fields, each holding specific information or linking keys about Material Ledger Document: Price Changes (Currencies, Prices) data available in SAP. These include 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), BDATJ (Posting Date YYYY).. 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: Not classified


SAP MLCRP 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
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
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM MLCRP
INTO CORRESPONDING FIELDS OF WA_MLCRP
WHERE...

How to access SAP table MLCRP

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