SAP Reports / Programs

SAPMMCS1 SAP ABAP dialog Program - Central Module Pool for Generating Statistics Types







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

MC1D - SIS: Maintain Formulas
MC1DT - TIS: Maintain formulas
MC1F - PURCHIS: Maintain Requirements
MC1/ - External Data: Maintain Formulas
MC1H - PURCHIS: Maintain Formulas
MC1J - SFIS: Maintain Requirements
MC1L - SFIS: Maintain Formulas
MC1N - INVCO: Maintain Requirements
MC1X - PMIS: Display Requirements
MC1P - INVCO: Maintain Formulas
MC1W - PMIS: Maintain Requirements
MC1Q - INVCO: Display Formulas
MC1R - Display Formulas/Requirements
MC1S - QMIS: Maintain Requirements
MC1V - QMIS: Display Formulas
MC1A - Maintain Formulas/Requirements
MC1U - QMIS: Maintain Formulas
MC15 - TIS: Maintain formulas
MC14 - TIS: Maintain requirements
MC1BT - TIS: Maintain requirements
MC1AT - Maintain Formulas/Requirements
MC1B - SIS: Maintain Requirements
MC1T - QMIS: Display Requirements
MC1Y - PMIS: Maintain Formulas
MC1Z - PMIS: Display Formulas
EI26 - UIS: Display Update
MC24 - Create Update
MC25 - Change Update
EI25 - UIS: Change Update
EI24 - UIS: Create Update
MC26 - Display Update
EI1F - UIS: Maintain Formulas
MCAA - WFIS: Maintain Requirements
MCAC - WFIS: Maintain Formulas


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


Text pool values


Title: Central Module Pool for Generating Statistics Types
Text Symbol: 001 = Create
Text Symbol: 002 = Change
Text Symbol: 003 = Display
Text Symbol: 100 = Do you want to save the
Text Symbol: 101 = update first?
Text Symbol: 102 = Exit update
Text Symbol: 110 = Do you really want to delete
Text Symbol: 111 = the update?
Text Symbol: 112 = Delete update
Text Symbol: 200 = Key figure
Text Symbol: 201 = Key Figures
Text Symbol: 203 = Restore key figures
Text Symbol: 210 = saved
Text Symbol: 211 = not saved


INCLUDES used within this REPORT SAPMMCS1

INCLUDE MMCS1TOP .
INCLUDE MMCS1O10 .
INCLUDE MMCS1I10 .
INCLUDE MMCS1F00 .
INCLUDE MMCS1F10 .
INCLUDE RMCSUTIC_EXCEPTIONS.


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