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

SAPMM07I SAP ABAP dialog Program - Module Pool for Physical Inventory







SAPMM07I 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 SAPMM07I 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

MI01 - Create Physical Inventory Document
MI02 - Change Physical Inventory Document
MI11 - Recount Physical Inventory Document
MI06 - Display Inventory Count
MI10 - Create List of Differences w/o Doc.
MI05 - Change Inventory Count
MI09 - Enter Inventory Count w/o Document
MI08 - Create List of Differences with Doc.
MI04 - Enter Inventory Count with Document
MI03 - Display Physical Inventory Document
MI07 - Process List of 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 SAPMM07I. "Basic submit
SUBMIT SAPMM07I AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMM07I 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 Physical Inventory
Text Symbol: Q13 = Cancel entry of count data?
Text Symbol: Q12 = Unsaved data will be lost
Text Symbol: Q11 = Cancel Entry of Count Data
Text Symbol: Q10 = Adopt Changes?
Text Symbol: Q09 = Count Data Changed
Text Symbol: Q08 = Exit Entry of Count Data
Text Symbol: Q07 = Adopt Count Data
Text Symbol: Q05 = Count Data f. Stock in Qual. Insp.
Text Symbol: Q04 = Document Items with Quality Insp. Stock
Text Symbol: Q03 = Check Completeness
Text Symbol: Q02 = Previous Item
Text Symbol: Q01 = Next Item
Text Symbol: C01 = (deleted)
Text Symbol: B02 = Do you want to delete the document?
Text Symbol: B01 = Delete Phys. Inventory Document
Text Symbol: A03 = first?
Text Symbol: A02 = Should the document be posted
Text Symbol: A01 = Exit Phys. Inv. Doc.
Text Symbol: 104 = "Deleted" Status - No Data Exists!
Text Symbol: 103 = Item not yet counted!
Text Symbol: 102 = "Recounted" Status - Only Data Display Possible
Text Symbol: 101 = "Deleted" Status - Only Data Display Poss.
Text Symbol: 100 = "Posted" Status - Only Data Display Possible
Text Symbol: 013 = Reason for Inventory Difference
Text Symbol: 012 = Overview
Text Symbol: 011 = Collect.Processing
Text Symbol: 010 = New Items


INCLUDES used within this REPORT SAPMM07I

INCLUDE MM07ITOP.
INCLUDE MM07IO00.
INCLUDE MM07II00.
INCLUDE MM07IFA0.
INCLUDE MM07IFB0.
INCLUDE MM07IFC0.
INCLUDE MM07IFD0.
INCLUDE MM07IFE0.
INCLUDE MM07IFF0.
INCLUDE MM07IFI0.




INCLUDE MM07IFI1.
INCLUDE MM07IFK0.
INCLUDE MM07IFL0.
INCLUDE MM07IFM0.
INCLUDE MM07IFN0.
INCLUDE MM07IFO0.
INCLUDE MM07IFP0.
INCLUDE MM07IFR0.
INCLUDE MM07IFS0.
INCLUDE MM07IFT0.
INCLUDE MM07IFV0.
INCLUDE MM07IFW0.
INCLUDE MM07IFZ0.
INCLUDE MM07ISQL.
INCLUDE MM07IWRT.
INCLUDE MM07IFWA.
INCLUDE MM07IFS1.


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