SAP Reports / Programs | Materials Management | Inventory Management | Balance Sheet Valuation Procedures(MM-IM-VP) SAP MM

RMLIFO02 SAP ABAP Report - LIFO Valuation for Pools







RMLIFO02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RMLIFO02 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

MRL2 - Perform LIFO Valuation: Pools


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 RMLIFO02. "Basic submit
SUBMIT RMLIFO02 AND RETURN. "Return to original report after report execution complete
SUBMIT RMLIFO02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SO_POOLN = D .
Selection Text: SO_MTART = D .
Selection Text: SO_MATNR = D .
Selection Text: PA_VERSI = D .
Selection Text: PA_UPDT = D .
Selection Text: PA_SMP = D .
Selection Text: PA_SDT = D .
Selection Text: PA_SDM = D .
Selection Text: PA_SDJ = D .
Selection Text: PA_MYPER = D .
Selection Text: PA_METHD = D .
Selection Text: PA_IDM = D .
Selection Text: PA_GJAHR = D .
Selection Text: PA_BUKRS = D .
Selection Text: SO_BWKEY = Plant
Title: LIFO Valuation for Pools
Text Symbol: 130 = Print List
Text Symbol: 151 = Application log saved
Text Symbol: 156 = List Format
Text Symbol: 157 = Price Selection
Text Symbol: 158 = Limits
Text Symbol: 159 = Price Index
Text Symbol: 161 = Schedule Manager
Text Symbol: 162 = Messages
Text Symbol: 181 = Statistics
Text Symbol: 182 = Run Parameters
Text Symbol: 183 = Database Commits
Text Symbol: 188 = Program Run ID Seq.No. Updates Last Update
Text Symbol: 190 = Program Run ID:
Text Symbol: 191 = Report Name:
Text Symbol: 192 = Runtime of:
Text Symbol: 193 = Variant:
Text Symbol: 195 = Duration:
Text Symbol: 200 = Old Quantity
Text Symbol: 201 = New Quantity
Text Symbol: 502 = Stock Value
Text Symbol: 503 = Base Value
Text Symbol: 504 = Annual Index





Text Symbol: 505 = Overall Indx
Text Symbol: 507 = Year
Text Symbol: 508 = Change
Text Symbol: 509 = Old Value
Text Symbol: 510 = New Value
Text Symbol: 511 = Base Value Old
Text Symbol: 512 = Base Value New
Text Symbol: 513 = Index Old
Text Symbol: 514 = Index New
Text Symbol: 127 = Procedures
Text Symbol: 043 = Material Ledger:
Text Symbol: 042 = Database Updates:
Text Symbol: 041 = Page
Text Symbol: 040 = Records Changed
Text Symbol: 039 = Records Created
Text Symbol: 038 = Recs Deleted
Text Symbol: 037 = BTCI Entries Created
Text Symbol: 036 = Records Updated
Text Symbol: 035 = Price Changes:
Text Symbol: 033 = No data updated
Text Symbol: 029 = CoCd
Text Symbol: 028 = VaAr
Text Symbol: 023 = Pool
Text Symbol: 017 = To:
Text Symbol: 015 = No layer
Text Symbol: 014 = Layer dissolved
Text Symbol: 013 = Layer changed
Text Symbol: 012 = Layer reduced
Text Symbol: 011 = Layer created
Text Symbol: 010 = Layer created
Text Symbol: 003 = | Year Pe Change Old quantity New quantity Old value New value Price Comment |
Text Symbol: 002 = Stock Stock value Price per
Text Symbol: 001 = &1&1 Pool Description
Text Symbol: 044 = Records Read
Text Symbol: 115 = LIFO Method
Text Symbol: 114 = Output changes only
Text Symbol: 113 = Layer:
Text Symbol: 112 = Layer
Text Symbol: 109 = Restriction of Selection





Text Symbol: 108 = Settlement Period
Text Symbol: 107 = Posting Period
Text Symbol: 106 = Fiscal Year
Text Symbol: 104 = Layer Vers.
Text Symbol: 103 = Specify price index code
Text Symbol: 102 = Update Results
Text Symbol: 099 = Index LIFO
Text Symbol: 098 = Mat. Master Price
Text Symbol: 097 = Price by qty
Text Symbol: 096 = Partial Year
Text Symbol: 095 = Total Accounting Period
Text Symbol: 094 = Value Deter.
Text Symbol: 071 = Company Code
Text Symbol: 070 = Valuation Area
Text Symbol: 068 = Neg. Receipt Value
Text Symbol: 067 = No Receipt Value
Text Symbol: 059 = <-- Caution
Text Symbol: 058 = List empty!


INCLUDES used within this REPORT RMLIFO02

INCLUDE MRYTAB01.
INCLUDE MRYTAB03.
INCLUDE MRYPAR01.
INCLUDE MRYPAR10.
INCLUDE MRYPAR12.
INCLUDE MRYPAR11.
INCLUDE MRYPAR06.
INCLUDE MRYPAR14.
INCLUDE RMLIFO02_DARKPARAMETERS_DEFINE.
INCLUDE MRYDAT01.
INCLUDE MRYDAT03.
INCLUDE MRYDAT04.
INCLUDE MRYDAT05. "HW 1589463
INCLUDE MRYDAT06.
INCLUDE MRYMAC01.
INCLUDE MRYF_COMMON_ROUTINES_ALV.


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:

MY_BEFORE_OUTPUT_PROCESS CALL FUNCTION 'MY_BEFORE_OUTPUT_PROCESS' EXPORTING i_myfid = pool i_versi_space = versi_space i_selc = selc_flag IMPORTING e_level = level CHANGING xs_mypar = mypar xs_niwels = sniwels xs_niwefy = sniwefy x_bukrs = pa_bukrs x_gjahr = pa_gjahr x_myper = pa_myper x_myver = pa_versi x_method = pa_methd.

MY_SCHEDULE_MANAGER_DISPLAY



CALL FUNCTION 'MY_SCHEDULE_MANAGER_DISPLAY' EXPORTING i_repid = sniwe-repid.

MY_APPLICATION_LOG_DISPLAY CALL FUNCTION 'MY_APPLICATION_LOG_DISPLAY' EXPORTING i_prgid = sniwe-prgid i_repid = sniwe-repid i_tcode = sniwe-tcode.

MY_SDT_TIME_PERIOD_POPUP CALL FUNCTION 'MY_SDT_TIME_PERIOD_POPUP' TABLES tra_sdt_period = ra_sdt_period.

MY_BASE_PRICE_POPUP CALL FUNCTION 'MY_BASE_PRICE_POPUP' EXPORTING is_niwefy = sniwefy TABLES t_priceact = tab_priceact CHANGING xs_niwe = sniwe xs_niwel6 = sniwel6.

MY_PRICE123_POPUP CALL FUNCTION 'MY_PRICE123_POPUP' EXPORTING i_sniwe = sniwe CHANGING c_sniwel = sniwel x_selc = selcx_flag.

MY_LIST_LAYOUT_POPUP CALL FUNCTION 'MY_LIST_LAYOUT_POPUP' EXPORTING is_niwe = sniwe CHANGING xs_niwels = sniwels x_selc = selc_flag.

MY_METHOD_F4_HELP CALL FUNCTION 'MY_METHOD_F4_HELP' EXPORTING i_repid = sy-repid i_dynnr = sy-dynnr i_field = 'PA_METHD' i_myxxfo = c_myxxfo i_myfid = c_myfid.

MY_SCHEDULE_MANAGER_PREPARE CALL FUNCTION 'MY_SCHEDULE_MANAGER_PREPARE' EXPORTING i_witem = wf_witem i_okey = wf_okey i_wlist = wf_wlist.



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 RMLIFO02 or its description.