SAP Reports / Programs | Logistics - General | Logistics Information System (LIS) | Data Collection(LO-LIS-DC) SAP LO

SAPMMCS2 SAP ABAP dialog Program - Central Module Pool for Creating Evaluations







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

J-36 - IS-M: Change Eval.of Info System
J-37 - IS-M: Display Eval.of Info System
MCR1 - SFIS: Create Evaluation
MCR2 - SFIS: Change Evaluation
MCR3 - SFIS: Display Evaluation
MCR4 - SFIS: Execute Evaluation
MCH3 - RIS: Change Evaluation
EI10 - UIS: Execute Evaluation
EI11 - UIS: Create Evaluation
EI12 - UIS: Change Evaluation
EI13 - UIS: Display Evaluation
MCSA - SIS: Create Evaluation
MCSB - SIS: Change Evaluation
MCSC - SIS: Display Evaluation
MCSG - SIS: Execute Evaluation
MCSM1 - TIS: Create evaluation
MCSM2 - TIS: Change evaluation
MCSM3 - TIS: Display evaluation
MCSM4 - TIS: Execute evaluation
MCH2 - RIS: Create Evaluation
MCB7 - INVCO: Display Evaluation
MCB6 - INVCO: Change Evaluation
MCH4 - RIS: Display Evaluation
MCB5 - INVCO: Create Evaluation
MCJ1 - PMIS: Create Evaluation
MCJ2 - PMIS: Change Evaluation
MCJ3 - PMIS: Display Evaluation
MCJ4 - PMIS: Execute Evaluation
MC10 - Perform Analysis
MC11 - Create Evaluation
MCAZ - WFIS: Execute Evaluation
MCAY - WFIS: Create Evaluation
MC12 - Change Evaluation
MCAX - WFIS: Change Evaluation
MCAW - WFIS: Display Evaluation
MC13 - Display Evaluation
MCA7 - INVCO: Execute Evaluation
MCDA - PURCHIS: Create Evaluation
MCDB - PURCHIS: Change Evaluation
MCDC - PURCHIS: Display Evaluation
MCDG - PURCHIS: Execute Evaluation
MCH1 - RIS: Execute Evaluation
J-34 - IS-M: Perform Eval.of Info System
J-35 - IS-M: Create Eval.of Info System
MCX4 - QMIS: Execute Evaluation
MCX3 - QMIS: Display Evaluation
MCX2 - QMIS: Change Evaluation
MCX1 - QMIS: Create Evaluation


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 SAPMMCS2. "Basic submit
SUBMIT SAPMMCS2 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMMCS2 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 Creating Evaluations
Text Symbol: 204 = Name of Formula
Text Symbol: 203 = Formula line 3
Text Symbol: 202 = Formula Line 2
Text Symbol: 201 = Formula Line 1
Text Symbol: 042 = Transport valuation ;
Text Symbol: 041 = a transport request? ;
Text Symbol: 040 = Include the evaluation in ;
Text Symbol: 037 = Formula
Text Symbol: 036 = or Set
Text Symbol: 035 = Comparison
Text Symbol: 034 = Characteristics
Text Symbol: 033 = Terminate Evaluation
Text Symbol: 032 = Display Evaluation
Text Symbol: 031 = Change Evaluation
Text Symbol: 030 = Create Evaluation
Text Symbol: 029 = the evaluation first?
Text Symbol: 028 = Do you want to save
Text Symbol: 027 = the evaluation first?
Text Symbol: 026 = Do you want to generate
Text Symbol: 025 = Other Evaluation
Text Symbol: 024 = Back in Evaluation
Text Symbol: 023 = Exit Evaluation
Text Symbol: 022 = Save Evaluation
Text Symbol: 021 = evaluation?
Text Symbol: 020 = Generate and execute
Text Symbol: 018 = must be regenerated.
Text Symbol: 017 = Evaluation has changed and
Text Symbol: 015 = generated.
Text Symbol: 014 = Execution has not yet been
Text Symbol: 012 = Execute Evaluation Without Selection
Text Symbol: 011 = Execute Evaluation
Text Symbol: 009 = Delete evaluation?
Text Symbol: 008 = Key Figures
Text Symbol: 007 = Delete Evaluation
Text Symbol: 006 = Definition
Text Symbol: 005 = Initial Screen
Text Symbol: 004 = Key Figure





Text Symbol: 003 = Key Figures
Text Symbol: 002 = Characteristic
Text Symbol: 001 = Characteristics


INCLUDES used within this REPORT SAPMMCS2

INCLUDE MMCS2TOP .
INCLUDE MMCS2O10 .
INCLUDE MMCS2O20 .
INCLUDE MMCS2I10 .
INCLUDE MMCS2I20 .
INCLUDE MMCS2F10 .
INCLUDE MMCS2F20 .


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