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

RMNIWE30_01 SAP ABAP Report - Determination of Lowest Value: Loss-Free Valuation







RMNIWE30_01 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 RMNIWE30_01 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 RMNIWE30_01. "Basic submit
SUBMIT RMNIWE30_01 AND RETURN. "Return to original report after report execution complete
SUBMIT RMNIWE30_01 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_MATKL = D Material Group
Selection Text: SO_BKLAS = D Valuation Class
Selection Text: PA_BUKRS = D Company Code
Selection Text: MTART = D Material Type
Title: Determination of Lowest Value: Loss-Free Valuation
Text Symbol: 070 = Valuation Area
Text Symbol: 081 = Not Found
Text Symbol: 114 = Material Master:
Text Symbol: 134 = Control Totals
Text Symbol: 162 = Messages
Text Symbol: 180 = Totals
Text Symbol: 181 = Statistics
Text Symbol: 182 = Run Parameters
Text Symbol: 183 = Database Commits
Text Symbol: 184 = Material Type Valuation Area Master Records Read Valuation Segments Read ...with Stock Total Qty (Nondimensional)
Text Symbol: 188 = Program Run ID Seq.No. Updates Last Update
Text Symbol: 189 = Message Text
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: 196 = Sales Price
Text Symbol: 197 = Comparison Price
Text Symbol: 198 = Lowest Price
Text Symbol: 199 = per
Text Symbol: 061 = Price change documents created:
Text Symbol: 010 = ValA Material Val. type Material description Sales price &1&1&1&1&1&1&1&1&1 Lowest price per |
Text Symbol: 011 = Comparison Price
Text Symbol: 012 = Update:
Text Symbol: 013 = Yes
Text Symbol: 014 = No
Text Symbol: 015 = Company Code:
Text Symbol: 016 = Curr. :
Text Symbol: 017 = To:
Text Symbol: 020 = Totals Rec
Text Symbol: 021 = Material
Text Symbol: 022 = Val. Type





Text Symbol: 033 = No data updated
Text Symbol: 035 = Price Changes:
Text Symbol: 036 = Records Updated
Text Symbol: 037 = BTCI Entries Created
Text Symbol: 040 = Records Changed
Text Symbol: 041 = Price Change Docs Created:
Text Symbol: 042 = Database updates:
Text Symbol: 043 = Material Ledger:
Text Symbol: 044 = Records Read
Text Symbol: 046 = Val. Alternatives:
Text Symbol: 047 = Records Updated
004 Doc. no. Item Price Doc. no. Item Price Doc. no. Price Doc. no. Item Price
003 R E C E I P T S O R D E R S I N F O R E C O R D S C O N T R A C T S
002 ------------------------------------------------------------------------------------------------------------------------------------
001 CoCd ValA Material Val. type Lowest value Update


INCLUDES used within this REPORT RMNIWE30_01

INCLUDE MRYTAB01.
INCLUDE MRYTAB02.
INCLUDE MRYDAT01.
INCLUDE MRYDAT02.
INCLUDE MRYDAT04.
INCLUDE MRYDAT05.
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_FISCAL_YEAR_ANALYZE CALL FUNCTION 'MY_FISCAL_YEAR_ANALYZE' EXPORTING i_bukrs = pa_bukrs i_sniwe = sniwe IMPORTING e_niwefy = sniwefy.

MY_KEYDATE_DATA_ASSIGN CALL FUNCTION 'MY_KEYDATE_DATA_ASSIGN' EXPORTING is_niwefy = sniwefy CHANGING xs_mry_mt08y = s_mry_mt08y.

MY_SALES_PRICE_GET CALL FUNCTION 'MY_SALES_PRICE_GET' EXPORTING i_sniwe3 = sniwe3 i_stdat = sniwe-stdat t_mbewv = tab_mbewv IMPORTING e_vk_preis = niwe_preis e_no_price = no_price_s t_vkpr = tab_vkpr.

MY_KEYDATE_DATA_ASSIGN CALL FUNCTION 'MY_KEYDATE_DATA_ASSIGN' EXPORTING is_niwefy = sniwefy CHANGING xs_mry_mt08y = s_mry_mt08y.

MY_BASE_PRICE_GET CALL FUNCTION 'MY_BASE_PRICE_GET' EXPORTING i_sniwe = sniwe i_mry_mt08y = s_mry_mt08y IMPORTING e_basis_preis = mat_preis e_no_price = no_price_b TABLES t_priceact = tab_priceact CHANGING xs_mysta = mysta.

MATERIAL_READ_MAKF CALL FUNCTION 'MATERIAL_READ_MAKF' EXPORTING schluessel = mtcom IMPORTING matdaten = mt08y return = errfield TABLES seqmat01 = dummy EXCEPTIONS account_not_found = 4 material_not_found = 8.



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