MLPRKEKO SAP (ML Document: Cost Component Split (Header)for Prices) Table details

Dictionary Type: Table
Description: ML Document: Cost Component Split (Header)for Prices




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




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

MLPRKEKO is a standard SAP Table which is used to store ML Document: Cost Component Split (Header)for Prices data and is available within R/3 SAP systems depending on the version and release level.

The MLPRKEKO table consists of various fields, each holding specific information or linking keys about ML Document: Cost Component Split (Header)for 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 MLPRKEKO 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
PRTYPType of Price CK_PRTYPCHAR1CK_PRTYP
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
XOLDPRICEPrice Before Price Change MLCCS_D_XOLDPRICECHAR1BOOLE
LOSGRLot Size for Product Costing CK_LOSGRQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM MLPRKEKO
INTO CORRESPONDING FIELDS OF WA_MLPRKEKO
WHERE...

How to access SAP table MLPRKEKO

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