RMFIFO00 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 RMFIFO00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MRF1 - Execute FIFO Valuation
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.
Selection Text: SO_POOLN = D LIFO Pool
Selection Text: SO_MTART = D Material Type
Selection Text: SO_MATNR = D Material
Selection Text: SO_BWKEY = Plant
Selection Text: PA_UPDT = D Database Update
Selection Text: PA_UPDAT = D Database Update
Selection Text: PA_PRPRO = D Distrib. Prices Proportionally
Selection Text: PA_PRALL = D Adopt Prices
Selection Text: PA_METHD = D LIFO/FIFO Method
Selection Text: PA_FNIWE = D Comparison of Lowest Values
Selection Text: PA_BUKRS = D Company Code
Title: Execute FIFO Valuation
Text Symbol: 156 = List Format
Text Symbol: 151 = Application log saved
Text Symbol: 149 = Adopt Price at Flat-Rate
Text Symbol: 148 = Distribute Price Proportionally
Text Symbol: 130 = Print List
Text Symbol: 129 = Material Master Price
Text Symbol: 127 = Procedures
Text Symbol: 115 = FIFO Method
Text Symbol: 114 = Material Master:
Text Symbol: 113 = FIFO Results:
Text Symbol: 112 = FIFO Price Table
Text Symbol: 111 = Change Material Prices
Text Symbol: 109 = Restriction of Selection
Text Symbol: 103 = &1
Text Symbol: 101 = &1
Text Symbol: 100 = Update Results
Text Symbol: 093 = &1
Text Symbol: 157 = Price Selection
Text Symbol: 160 = Procedure
Text Symbol: 161 = Schedule Manager
Text Symbol: 162 = Messages
Text Symbol: 163 = Batch Input
Text Symbol: 169 = Tolerances
Text Symbol: 176 = Update Prices
Text Symbol: 180 = Totals for Company Code
Text Symbol: 181 = Statistics
INCLUDE MRYTAB01.
INCLUDE MRYTAB03.
INCLUDE MRYPAR13.
INCLUDE MRYPAR12.
INCLUDE MRYPAR16.
INCLUDE MRYPAR05.
INCLUDE MRYPAR14.
INCLUDE RMFIFO00_DARKPARAMETERS_DEFINE.
INCLUDE MRYDAT01.
INCLUDE MRYDAT03.
INCLUDE MRYDAT04.
INCLUDE MRYDAT05.
INCLUDE MRYDAT06.
INCLUDE MRYMAC01.
INCLUDE MRYF_COMMON_ROUTINES_ALV.
No SAP DATABASE tables are accessed within this REPORT code!
MY_BEFORE_OUTPUT_PROCESS CALL FUNCTION 'MY_BEFORE_OUTPUT_PROCESS' EXPORTING i_myxxfo = fifo i_myfid = single i_prog = 'FIFO00' i_selc = selc_flag IMPORTING e_level = level e_up_level = up_level CHANGING xs_mypar = mypar xs_niwe = sniwe xs_niwels = sniwels xs_niwef1 = sniwef1 xs_niwefy = sniwefy x_bukrs = pa_bukrs x_method = pa_methd.
MY_SCHEDULE_MANAGER_DISPLAY CALL FUNCTION 'MY_SCHEDULE_MANAGER_DISPLAY' EXPORTING i_repid = sniwe-repid.
CALL FUNCTION 'MY_APPLICATION_LOG_DISPLAY' EXPORTING i_prgid = sniwe-prgid i_repid = sniwe-repid i_tcode = sniwe-tcode.
MY_FIFO_TOLERANCE_POPUP CALL FUNCTION 'MY_FIFO_TOLERANCE_POPUP' CHANGING xs_niwef1 = sniwef1 x_selc = selc_flag.
MY_LOWEST_VALUE_PRICE_POPUP CALL FUNCTION 'MY_LOWEST_VALUE_PRICE_POPUP' EXPORTING is_niwe = sniwe is_niwefy = sniwefy TABLES t_priceact = tab_priceact CHANGING c_nwl6_c = sniwel6.
MY_LOWVAL_ALGORITHM_POPUP CALL FUNCTION 'MY_LOWVAL_ALGORITHM_POPUP' EXPORTING i_up_level = up_level i_myfid = single i_myxxfo = fifo CHANGING p_sniwel3 = sniwel3 c_selc = selc_flag.
MY_PRICES_UPDATE_POPUP CALL FUNCTION 'MY_PRICES_UPDATE_POPUP' EXPORTING is_mypar = mypar TABLES t_priceact = tab_priceact CHANGING xs_niwe = sniwe.
MY_PRICE_CHANGE_POPUP CALL FUNCTION 'MY_PRICE_CHANGE_POPUP' EXPORTING i_bukrs = pa_bukrs CHANGING p_sniwe = sniwe.
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.
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 RMFIFO00 or its description.