SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

RM07AUMD SAP ABAP Report - Analysis of Conversion Differences







RM07AUMD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Analysis of conversion differences This report analyzes conversion differences that result during the conversion between a material's unit of entry and its base unit of measure...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 RM07AUMD 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

MB5U - Analyze Conversion Differences


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 RM07AUMD. "Basic submit
SUBMIT RM07AUMD AND RETURN. "Return to original report after report execution complete
SUBMIT RM07AUMD 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: WERKS = Plant
Selection Text: SOBKZ = Special Stock Indicator
Selection Text: SCHWELLE = Threshold Value
Selection Text: R_BUDAT = Posting Date
Selection Text: MATNR = Material
Selection Text: GRUND = Reason for Movement
Title: Analysis of Conversion Differences
Text Symbol: 034 = Project Stock in Transit
Text Symbol: 037 = Balance
Text Symbol: 038 = Total Receipts
Text Symbol: 039 = Total Issues
Text Symbol: 040 = Quantity Entered
Text Symbol: 041 = Stock Quantity
Text Symbol: 042 = Conversion Difference
Text Symbol: 043 = Adjustment Postings
Text Symbol: 044 = Threshold Value
Text Symbol: 045 = Reason for Movement
Text Symbol: 047 = List Scope
Text Symbol: 048 = Database Selections
Text Symbol: 050 = Posting Date
Text Symbol: 051 = Material
Text Symbol: 052 = Plnt
Text Symbol: 053 = SLoc
Text Symbol: 054 = Batch
Text Symbol: 055 = Stock Type
Text Symbol: 056 = Vendor
Text Symbol: 057 = Cust.
Text Symbol: 058 = Sales Order
Text Symbol: 059 = WBS Element
Text Symbol: 060 = Special Stock
Text Symbol: 061 = Valuation of Spec. Stck
Text Symbol: 062 = Total Diff. to BUn
Text Symbol: 063 = Threshhld to PQty
Text Symbol: 001 = Unrestricted-Use Stock
Text Symbol: 002 = Stock in QI
Text Symbol: 003 = Unrestricted-Use Consignment Stock
Text Symbol: 004 = QI Stock, Consignment
Text Symbol: 005 = Blocked Stck Returns





Text Symbol: 006 = Stock in Transfer at SLoc Level
Text Symbol: 007 = Stock in Transfer at Plant Level
Text Symbol: 008 = Stk in Transit
Text Symbol: 009 = Cust. Consignment
Text Symbol: 010 = Cust.Ret.Pkg
Text Symbol: 011 = Sales Order Stock
Text Symbol: 012 = Mat. Provided to Vendor
Text Symbol: 013 = Consignment (at Customer) in QI
Text Symbol: 014 = Customer Return. Packaging in QI
Text Symbol: 015 = Blocked Stock
Text Symbol: 016 = Blocked Consignment Stock
Text Symbol: 017 = Sales Order Stock in Quality Inspection
Text Symbol: 018 = Blocked Sales Order Stock
Text Symbol: 019 = Material Provided to Vendor (in QI)
Text Symbol: 020 = Project Stock, Unrestricted-Use
Text Symbol: 021 = Project Stock in QI
Text Symbol: 022 = Project Stock, Blocked
Text Symbol: 023 = Restricted-Use Stock
Text Symbol: 024 = Project Stock, Restricted-Use
Text Symbol: 025 = Sales Order Stock, Restricted-Use
Text Symbol: 026 = Consignment at Customer, Restricted-Use Stock
Text Symbol: 027 = Returnable Packaging at Customer, Restr.-Use
Text Symbol: 028 = Material Provided to Vendor, Restricted-Use Stock
Text Symbol: 029 = Consignment, Restricted-Use Stock
Text Symbol: 030 = RTP, Unrestricted-Use Stock
Text Symbol: 031 = RTP, Restricted-Use Stock
Text Symbol: 032 = Tied Empties Stock
Text Symbol: 033 = Sales Order Stock in Transit


INCLUDES used within this REPORT RM07AUMD

INCLUDE : RM07AUMT, " REPORTSPEZIFISCHE DATENDEFINITIONEN
MM07MABC, " VARIABLEN ZUM ZEICHENSATZ
RM07MUSR, " TASTENBELEGUNGEN UND TRANSAKTIONEN
RM07MAUT, " BERECHTIGUNGSPRÜFUNG
RM07MEND, " ANFORDERUNGSBILD UND ENDEROUTINE
RM07MSQL, " ALLG. DATENDEFINITIONEN


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:

MB_UNIT_CONVERSION CALL FUNCTION 'MB_UNIT_CONVERSION' EXPORTING matnr = t_mseg-matnr charg = t_mseg-charg werks = t_mseg-werks meins = t_mseg-meins erfme = t_mseg-erfme erfmg = meng_1000 IMPORTING o_menge = meng_1000 EXCEPTIONS different_dimension = 1 division_by_zero = 2 t006d_entry_missing = 3 t006_entry_missing = 4 conversion_not_found = 5 overflow = 6.



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