MT08Y SAP (Material Master View: LIFO) Structure details

Dictionary Type: Structure
Description: Material Master View: LIFO




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




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

MT08Y 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 "Material Master View: LIFO" 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_MT08Y TYPE MT08Y.

The MT08Y table consists of various fields, each holding specific information or linking keys about Material Master View: LIFO data available in SAP. These include MTART (Material Type), MEINS (Base Unit of Measure), PEINH (Price Unit), VMPEI (Price unit of previous period).. 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 MT08Y 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
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PEINHPrice Unit PEINHDEC5PACK3
VMPEIPrice unit of previous period VMPEIDEC5PACK3
VJPEIPrice unit of previous year VJPEIDEC5PACK3
LBKUMTotal Valuated Stock LBKUMQUAN13(3) MENG13V
SALK3Value of Total Valuated Stock SALK3CURR13(2) WERT13N
VJKUMTotal Valuated Stock in Previous Year VJKUMQUAN13(3) MENG13V
VJSALValue of total valuated stock in previous year VJSALCURR13(2) WERT13N
VVJLBTotal valuated stock in year before last VVJLBQUAN13(3) MENG13V
VVJSLValue of total valuated stock in year before last VVJSLCURR13(2) WERT13N
VMKUMTotal valuated stock in previous period VMKUMQUAN13(3) MENG13V
VMSALValue of total valuated stock in previous period VMSALCURR13(2) WERT13N
VVMLBTotal valuated stock in period before last VVMLBQUAN13(3) MENG13V
VVSALValue of total valuated stock in period before last VVSALCURR13(2) WERT13N
BWPRSValuation price based on tax law: level 1 BWPRSCURR11(2) WERT11
BWPRHValuation price based on commercial law: level 1 BWPRHCURR11(2) WERT11
VJBWSValuation price based on tax law: level 3 VJBWSCURR11(2) WERT11
VJBWHValuation price based on commercial law: level 3 VJBWHCURR11(2) WERT11
BKLASValuation Class BKLASCHAR4T025BKLAS
VMBKLValuation Class in Previous Period VMBKLCHAR4T025BKLAS
VJBKLValuation Class in Previous Year VJBKLCHAR4T025BKLAS
BWPH1Valuation price based on commercial law: level 2 BWPH1CURR11(2) WERT11
BWPS1Valuation price based on tax law: level 2 BWPS1CURR11(2) WERT11
VMVPRPrice Control Indicator in Previous Period VMVPRCHAR1VPRSV
VMVERMoving Average Price/Periodic Unit Price in Previous Period VMVERCURR11(2) WERT11V
VMSTPStandard price in the previous period VMSTPCURR11(2) WERT11V
VJVPRPrice Control Indicator in Previous Year VJVPRCHAR1VPRSV
VJVERMoving Average Price/Periodic Unit Price in Previous Year VJVERCURR11(2) WERT11V
VJSTPStandard price in previous year VJSTPCURR11(2) WERT11V
VPRSVPrice control indicator VPRSVCHAR1VPRSV
VERPRMoving Average Price/Periodic Unit Price VERPRCURR11(2) WERT11V
STPRSStandard price STPRSCURR11(2) WERT11V
WERTUValue Update in Material Master Record WERTUCHAR1XFELD
BWPEIPrice unit for valuation prices based on tax/commercial law BWPEIDEC5PACK3
ABWKZLowest value: devaluation indicator ABWKZNUMC2NUMC2
BWTTYValuation Category BWTTY_DCHAR1Assigned to domainBWTTY
ZPLP1Future Planned Price 1 DZPLP1CURR11(2) WERT11
ZPLD1Date from Which Future Planned Price 1 Is Valid DZPLD1DATS8DATUM
ZPLP2Future Planned Price 2 DZPLP2CURR11(2) WERT11
ZPLD2Date from Which Future Planned Price 2 Is Valid DZPLD2DATS8DATUM
ZPLP3Future Planned Price 3 DZPLP3CURR11(2) WERT11
ZPLD3Date from Which Future Planned Price 3 Is Valid DZPLD3DATS8DATUM
MLMAAMaterial ledger activated at material level CK_ML_MAACCHAR1XFELD
MLASTMaterial Price Determination: Control CK_ML_ABSTCHAR1CK_ML_ABST
KALN1Cost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR

Key field Non-key field



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

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

How to access SAP table MT08Y

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