SAP Reports / Programs

SAPMM08Y SAP ABAP dialog Program - Module Pool for Transactions MR32, MR33, MR34, and MR35







SAPMM08Y is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for LIFO valuation: module pool for transactions MR32/MR33 ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPMM08Y into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MR32 - Change Material Layer (LIFO)
MR33 - Display Material Layer (LIFO)
MR34 - Change FIFO Data
MR35 - Display FIFO Data


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SAPMM08Y. "Basic submit
SUBMIT SAPMM08Y AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMM08Y VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Module Pool for Transactions MR32, MR33, MR34, and MR35
Text Symbol: 084 = saved
Text Symbol: 083 = Receipt Data
Text Symbol: 082 = FIFO Results,
Text Symbol: 081 = Layer,
Text Symbol: 071 = Company Code
Text Symbol: 070 = Valuation Area
Text Symbol: 069 = Plant
Text Symbol: 053 = Date
Text Symbol: 052 = Posting Period
Text Symbol: 051 = Fiscal Year
Text Symbol: 014 = Do you want to cancel processing?
Text Symbol: 004 = End of Processing
Text Symbol: 003 = Doc. No.
Text Symbol: 090 = Qty of Total Stock
Text Symbol: 306 = FIFO Method
Text Symbol: 305 = LIFO Method
Text Symbol: 172 = of Material
Text Symbol: 171 = of Pool
Text Symbol: 097 = Price Layer Ttl Net
Text Symbol: 096 = Value Layer Ttl Net
Text Symbol: 095 = Price Layer Ttl Gross
Text Symbol: 094 = Value Layer Ttl Gross
Text Symbol: 093 = Qty of Layer Ttl
Text Symbol: 092 = Price of Total Stck
Text Symbol: 091 = Val. of Total Stck


INCLUDES used within this REPORT SAPMM08Y

INCLUDE MM08YTOP.
INCLUDE MM08YO01.
INCLUDE MM08YI01.
INCLUDE MM08YF01.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPMM08Y or its description.