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

RM07RMAT SAP ABAP Report - Display Reservations for Material







RM07RMAT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this report to obtain a list of the reservations that have been posted for one or more materials...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 RM07RMAT 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 RM07RMAT. "Basic submit
SUBMIT RM07RMAT AND RETURN. "Return to original report after report execution complete
SUBMIT RM07RMAT 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: AUFNR = Order
Selection Text: KOSTL = Cost Center
Selection Text: PROJN = Project
Selection Text: P_VARI = Layout
Selection Text: RM_BDTER = Requirement Date
Selection Text: RM_KZEAR = Open Reservations Only
Selection Text: RM_MATNR = Material
Selection Text: RM_WERKS = Plant
Selection Text: USNAM = Posted by
Selection Text: WEMPF = D Goods Recipient
Selection Text: XKONT = Without Account Assignment
Selection Text: ANLN2 = ?...(ANLN2)
Selection Text: NPLNR = ?...(NPLNR)
Selection Text: VORNR = ?...(VORNR)
Title: Display Reservations for Material
Text Symbol: C04 = Do you want to exit selection?
Text Symbol: C03 = not copied.
Text Symbol: C02 = Selected items
Text Symbol: C01 = Exit Selection
Text Symbol: B03 = Do you want to exit selection?
Text Symbol: B02 = You have not selected any items.
Text Symbol: B01 = Exit Selection
Text Symbol: 001 = Database Selections
Text Symbol: 007 = Asset
Text Symbol: 008 = Rec. Plant
Text Symbol: 009 = Sales Order
Text Symbol: 010 = Acct Assgt
Text Symbol: 011 = List Scope
Text Symbol: 013 = Network
Text Symbol: 015 = Reservation
Text Symbol: 017 = Activ.
Text Symbol: 018 = Subno.
Text Symbol: 019 = Rec. SLoc.
Text Symbol: 020 = SO Item
Text Symbol: 021 = SO SLine
Text Symbol: 022 = Phantom Assembl.
Text Symbol: 023 = W/o Bulk Matl
Text Symbol: 026 = Display Options





Text Symbol: 031 = Open Qty
Text Symbol: 032 = Open Qty
Text Symbol: 033 = Open Quantity
Text Symbol: 034 = Account Assignment
Text Symbol: 035 = Account Assignment
Text Symbol: 036 = Account Assignment


INCLUDES used within this REPORT RM07RMAT

No INCLUDES are used within this REPORT code!


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:

No SAP FUNCTION MODULES are executed within this report code!



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