MLPP SAP (Material Ledger Document: Posting Periods and Quantities) Table details

Dictionary Type: Table
Description: Material Ledger Document: Posting Periods and Quantities




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




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

MLPP is a standard SAP Table which is used to store Material Ledger Document: Posting Periods and Quantities data and is available within R/3 SAP systems depending on the version and release level.

The MLPP table consists of various fields, each holding specific information or linking keys about Material Ledger Document: Posting Periods and Quantities 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 MLPP 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 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
BUDATPosting Date in the Document BUDATDATS8DATUM
PERARTType of period CK_PER_ARTCHAR2CK_PER_ART
LBKUMQuantity by which the total valuated inventory has changed CK_LBKUMDQUAN15(3) MENGV8
LBKUM_OLDTotal valuated stock CK_LBKUMQUAN15(3) MENGV8
UNTPERValue Structure Type CK_UNTPERNUMC3CK_UNTPER
BKLASValuation Class BKLASCHAR4T025BKLAS
XKONCHKSwitch off consistency check CK_XKONCHKCHAR1CK_XKONCHK
STATUSMaterial ledger period status CK_MLSTATNUMC2CK_MLSTAT
MODIFType of BOM item CK_MODIFCHAR1CK_MODIF
XVNBRevaluation of Consumption Completed CKML_XVNBCHAR1CKML_STATUS_FLAG
XWIPWIP Price Determination Completed CKML_XWIPCHAR1CKML_STATUS_FLAG
XOBJWIPWIP Calculated in Cost Object Controlling CKML_XOBJWIPCHAR1CKML_STATUS_FLAG
XNOPLPrice Determination Without Stock Coverage Check CK_NO_PBPOPOCHAR1XFELD
XCKMMML- Price Determination Control was Changed: (CKMM) CKML_XCKMMCHAR1XFELD
XCLEANALL ML-Relevant Postings for the Period Were Reversed CKML_XCLEANCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM MLPP
INTO CORRESPONDING FIELDS OF WA_MLPP
WHERE...

How to access SAP table MLPP

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