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

SAPMM07R SAP ABAP dialog Program - Module Pool for Reservations







SAPMM07R is a standard Module pool for a dialog screen ABAP Program 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 SAPMM07R 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

MB23 - Display Reservation
MB21 - Create Reservation
MB22 - Change Reservation


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 SAPMM07R. "Basic submit
SUBMIT SAPMM07R AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMM07R VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Module Pool for Reservations
Text Symbol: 020 = Other Plant
Text Symbol: 021 = Other Company Code
Text Symbol: A01 = Exit Reservation
Text Symbol: A02 = Do you want to first post the
Text Symbol: A03 = reservation?
Text Symbol: B01 = Delete Reservation
Text Symbol: B02 = Do you want to
Text Symbol: B03 = delete the reservation?
Text Symbol: B05 = Checkbox
Text Symbol: C01 = Exit Selection
Text Symbol: C02 = Selected items not
Text Symbol: C03 = copied
Text Symbol: C04 = Do you want to exit selection?


INCLUDES used within this REPORT SAPMM07R

INCLUDE MM07RTOP.
INCLUDE MM07RGA0. "1889678
INCLUDE MM07RO00.
INCLUDE MM07RI00.
INCLUDE MM07RH00.
INCLUDE MM07RFA0.
INCLUDE MM07RFB0.
INCLUDE MM07RFC0.
INCLUDE MM07RFD0.
INCLUDE MM07RFE0.
INCLUDE MM07RFF0.
INCLUDE MM07RFG0.
INCLUDE MM07RFK0.
INCLUDE MM07RFM0.
INCLUDE MM07RFN0.
INCLUDE MM07RFO0.
INCLUDE MM07RFP0.
INCLUDE MM07RFR0.
INCLUDE MM07RFS0.
INCLUDE MM07RFT0.
INCLUDE MM07RFU0.
INCLUDE MM07RFW0.
INCLUDE MM07RFZ0.
INCLUDE MM07RFD1_DATA_CHECK_EXTERNAL.




INCLUDE MM07RFD2_DATA_PRESET_EXTERNAL.


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