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

RMLIFO44 SAP ABAP Report - Change LIFO/FIFO Valuation Level







RMLIFO44 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for LIFO/FIFO Valuation: Changing the Valuation Level ..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 RMLIFO44 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

MRLH - Change LIFO/FIFO Valuation Level


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 RMLIFO44. "Basic submit
SUBMIT RMLIFO44 AND RETURN. "Return to original report after report execution complete
SUBMIT RMLIFO44 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: S_POOLN = D LIFO pool
Selection Text: S_MATNR = D Material
Selection Text: S_BWKEY = D Valuation Area
Selection Text: S_BUKRS = D Company Code
Selection Text: P_UPDAT = D Database Update
Selection Text: P_SIMUL = D Simulation
Selection Text: P_PRECHK = D Problem Analysis
Selection Text: P_DTAIL = D Detailed list
Title: Change LIFO/FIFO Valuation Level
Text Symbol: 321 = Set FIFO at Company Code Level
Text Symbol: 320 = Set LIFO at Company Code Level
Text Symbol: 319 = Restriction of Selection (Only Simulation)
Text Symbol: 318 = Problem analysis
Text Symbol: 317 = Display statistics
Text Symbol: 038 = Records deleted
Text Symbol: 039 = Records created
Text Symbol: 105 = at valuation area level
Text Symbol: 106 = at company code level
Text Symbol: 129 = Database update
Text Symbol: 130 = Log
Text Symbol: 300 = Function not currently possible
Text Symbol: 301 = New valuation level
Text Symbol: 302 = LIFO
Text Symbol: 303 = FIFO
Text Symbol: 304 = Table
Text Symbol: 311 = Conversion
Text Symbol: 314 = Simulation
Text Symbol: 316 = Output complete list


INCLUDES used within this REPORT RMLIFO44

INCLUDE MRYTAB01.
INCLUDE MRYTAB03.
INCLUDE MRYDAT01.
INCLUDE MRYDAT03.
INCLUDE MRYDAT04.
INCLUDE MRYDAT06.


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 = lifo IMPORTING e_val_level = lifo_level e_mymp_level = mymp_level.

MY_VALUATION_LEVEL_GET CALL FUNCTION 'MY_VALUATION_LEVEL_GET' EXPORTING i_myxxfo = fifo IMPORTING e_val_level = fifo_level.

MY_VALUATION_AREAS_GET CALL FUNCTION 'MY_VALUATION_AREAS_GET' EXPORTING i_level = fifo_level i_actvt = akt_flag i_myxxfo = fifo TABLES tra_bukrs = ra_bukrs tra_bwkey = ra_bwkey tra_mykey = ra_myfky.

MY_VALUATION_AREAS_GET CALL FUNCTION 'MY_VALUATION_AREAS_GET' EXPORTING i_level = lifo_level i_mymp_level = mymp_level i_actvt = akt_flag i_myxxfo = lifo TABLES tra_bukrs = ra_bukrs tra_bwkey = ra_bwkey tra_mykey = ra_mykey tra_mymp = ra_mymp.

MY_MATERIAL_LAYER_ARRAY_FETCH CALL FUNCTION 'MY_MATERIAL_LAYER_ARRAY_FETCH' TABLES r_myver = ra_myver r_mykey = ra_mykey r_matnr = s_matnr t_myml = tab_myml t_mymlm = tab_mymlm EXCEPTIONS no_material = 4.

MY_POOL_LAYER_ARRAY_FETCH CALL FUNCTION 'MY_POOL_LAYER_ARRAY_FETCH' TABLES r_myver = ra_myver r_mykey = ra_mykey r_mypol = s_pooln t_mypl = tab_mypl t_myplm = tab_myplm EXCEPTIONS no_pool = 4.

MY_RECEIPT_DATA_ARRAY_FETCH CALL FUNCTION 'MY_RECEIPT_DATA_ARRAY_FETCH' TABLES r_mymp = ra_mymp r_matnr = s_matnr t_mymp = tab_mymp t_mymp1 = tab_mymp1 EXCEPTIONS no_data = 4.

MY_FIFO_RESULTS_ARRAY_FETCH CALL FUNCTION 'MY_FIFO_RESULTS_ARRAY_FETCH' TABLES r_myfky = ra_myfky r_matnr = s_matnr t_mymft = tab_mymft EXCEPTIONS not_found = 4.



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