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

RMNIWE80 SAP ABAP Report - Determine Lowest Value: Market Price Variances







RMNIWE80 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 RMNIWE80 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

MRN8 - Lowest Value: Price Variances


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 RMNIWE80. "Basic submit
SUBMIT RMNIWE80 AND RETURN. "Return to original report after report execution complete
SUBMIT RMNIWE80 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 = D .
Selection Text: SO_MATNR = D .
Selection Text: SO_MATKL = D .
Selection Text: SO_BWTAR = D .
Selection Text: SO_BKLAS = D .
Selection Text: SO_BWKEY = Plant
Selection Text: PA_LAYOU = Layout
Title: Determine Lowest Value: Market Price Variances
Text Symbol: 341 = Phys. Inv. Price
Text Symbol: 340 = Check Revaluations
Text Symbol: 332 = Check Devaluations
Text Symbol: 331 = Output Criteria
Text Symbol: 330 = with
Text Symbol: 329 = Evaluation
Text Symbol: 161 = Schedule Manager
Text Symbol: 142 = Comprsns
Text Symbol: 140 = Comparison Price
Text Symbol: 135 = Valuation Level
Text Symbol: 128 = Key Date
Text Symbol: 121 = Previous Year
Text Symbol: 120 = Previous Month
Text Symbol: 119 = Current
Text Symbol: 118 = Stock Quantities
Text Symbol: 103 = Minimum Variance
Text Symbol: 088 = Basic Data
Text Symbol: 083 = Restriction of Selection
Text Symbol: 071 = Company Code
Text Symbol: 007 = %
Text Symbol: 003 = Display Options


INCLUDES used within this REPORT RMNIWE80

INCLUDE MRYTAB01.
INCLUDE MRYTAB02.
INCLUDE MRYPAR03.
INCLUDE MRYPAR04.
INCLUDE RMNIWE80_DARKPARAMETERS_DEFINE.
INCLUDE MRYDAT01.
INCLUDE MRYDAT02.
INCLUDE MRYDAT03.
INCLUDE MRYDAT04.




INCLUDE MRYDAT05.


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_DEFAULT_PARAMETERS_SET CALL FUNCTION 'MY_DEFAULT_PARAMETERS_SET' EXPORTING i_bukrs = pa_bukrs i_selc = selc_flag i_niwex = '80' CHANGING c_niwe = sniwe c_niwe8 = sniwe8.

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

MY_BASE_PRICE_POPUP CALL FUNCTION 'MY_BASE_PRICE_POPUP' TABLES t_priceact = tab_priceact CHANGING xs_niwe = sniwe.

MY_COMPARE_PRICE_POPUP CALL FUNCTION 'MY_COMPARE_PRICE_POPUP' CHANGING c_sniwe8 = sniwe8 c_selc = selc_flag.

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

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING mode = 'CURRENT' no_dialog = x IMPORTING out_parameters = pri_params out_archive_parameters = arc_params.

MY_VALUATION_AREAS_SET CALL FUNCTION 'MY_VALUATION_AREAS_SET' EXPORTING i_bukrs = pa_bukrs TABLES tra_bwkey = so_bwkey.

MY_FISCAL_YEAR_ANALYZE CALL FUNCTION 'MY_FISCAL_YEAR_ANALYZE' EXPORTING i_bukrs = pa_bukrs i_sniwe = sniwe IMPORTING e_niwefy = sniwefy.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_alv_variant i_save = 'A' IMPORTING es_variant = ls_alv_variant EXCEPTIONS not_found = 2.



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