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

RMLIFO20 SAP ABAP Report - Flag Materials and Form Groups







RMLIFO20 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 RMLIFO20 into the relevant SAP transactions such as SE38 or SE80


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 RMLIFO20. "Basic submit
SUBMIT RMLIFO20 AND RETURN. "Return to original report after report execution complete
SUBMIT RMLIFO20 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_MTART = Material Type
Selection Text: SO_MATNR = Material Number
Selection Text: SO_KLASS = Material Group
Selection Text: SO_DATUM = Creation Date
Selection Text: SO_BWKEY = Valuation Area
Selection Text: SO_BUKRS = Company Code
Title: Flag Materials and Form Groups
Text Symbol: 151 = Application log saved
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: 201 = Material master segments to update
Text Symbol: 205 = Material masters processed
Text Symbol: 206 = &1&1 index entries to create
Text Symbol: 207 = &1&1 index entries to update
Text Symbol: 208 = &1&1 index entries to delete
Text Symbol: 301 = Record deleted
Text Symbol: 302 = Record exists
Text Symbol: 303 = Record created
Text Symbol: 304 = No record
Text Symbol: X01 = New LIFO
Text Symbol: X02 = New Pool
Text Symbol: 114 = Material Master:
Text Symbol: 001 = Material master records updated
Text Symbol: 003 = |Material number |ValA|Un |MTyp|X->X|Pool->Pool|&1&1 index tab.|
Text Symbol: 004 = Flag Materials
Text Symbol: 005 = Page
Text Symbol: 006 = &1&1 index entries created
Text Symbol: 007 = &1&1 index entries updated
Text Symbol: 008 = &1&1 index entries deleted
Text Symbol: 009 = Flag Materials and Assign to Pool
Text Symbol: 010 = Deselect LIFO/FIFO indicators
Text Symbol: 011 = Comparison Between &1&1 Index Table and LIFO/FIFO Indicator
Text Symbol: 017 = To:
Text Symbol: 032 = The old pool was overwritten
Text Symbol: 033 = The new pool &1 has not been set





Text Symbol: 035 = Price Changes:
Text Symbol: 036 = Records Updated
Text Symbol: 037 = BTCI entries created
Text Symbol: 040 = Record(s) Changed
Text Symbol: 042 = LIFO/FIFO indicator remains unchanged
Text Symbol: 043 = Material Ledger:
Text Symbol: 044 = Records Read
Text Symbol: 058 = List empty!
Text Symbol: 059 = <-- Caution!
Text Symbol: 070 = Valuation area
Text Symbol: 071 = Company code


INCLUDES used within this REPORT RMLIFO20

INCLUDE MRYTAB01.
INCLUDE MRYTAB03.
INCLUDE MRYDAT01.
INCLUDE MRYDAT03.
INCLUDE MRYDAT04.
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_VALUATION_LEVEL_GET CALL FUNCTION 'MY_VALUATION_LEVEL_GET' EXPORTING i_myxxfo = pa_myxfo IMPORTING e_val_level = level e_mymp_level = mymp_level.



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