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

RMNIWE00_03 SAP ABAP Report - Determine Lowest Value: Market Prices







RMNIWE00_03 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 RMNIWE00_03 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 RMNIWE00_03. "Basic submit
SUBMIT RMNIWE00_03 AND RETURN. "Return to original report after report execution complete
SUBMIT RMNIWE00_03 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 = Material Group
Selection Text: SO_BKLAS = Valuation Class
Selection Text: PA_BUKRS = Company Code
Selection Text: MTART = Material Type
Title: Determine Lowest Value: Market Prices
Text Symbol: 192 = Runtime of:
Text Symbol: 193 = Variant:
Text Symbol: 195 = Duration:
Text Symbol: 201 = Receipt Price
Text Symbol: 202 = PO Price
Text Symbol: 203 = Contract Price
Text Symbol: 204 = Schd. Agmt Pr.
Text Symbol: 205 = Info Rec. Price
Text Symbol: 206 = Standard Price
Text Symbol: 338 = No Comparisn Price
Text Symbol: ADD = Suppl.
Text Symbol: CHG = Change in Percent
Text Symbol: DAT = Date
Text Symbol: ITM = Itm
Text Symbol: NEW = New Price
Text Symbol: OLD = Comp.Price
Text Symbol: PRC = Price
Text Symbol: RAN = Rank
Text Symbol: SOU = Source
Text Symbol: TTL = Determine Lowest Value: Market Prices
Text Symbol: UNT = Price Unit
Text Symbol: 191 = Report Name:
Text Symbol: 010 = CoCd ValA Material no. Val. type Description | Comp.price New price Change |
Text Symbol: 011 = Addtn |Item Price Source Rank Purchasing doc. Date |
Text Symbol: 012 = | | |
Text Symbol: 017 = To:
Text Symbol: 033 = No data updated
Text Symbol: 035 = Price Changes:
Text Symbol: 036 = Records Updated
Text Symbol: 037 = BTCI Entries Created
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
Text Symbol: 058 = List empty!
Text Symbol: 059 = --> Caution
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: 190 = Program Run ID:


INCLUDES used within this REPORT RMNIWE00_03

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_KEYDATE_DATA_ASSIGN CALL FUNCTION 'MY_KEYDATE_DATA_ASSIGN' EXPORTING is_niwefy = sniwefy CHANGING xs_mry_mt08y = s_mry_mt08y.



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