SAP Reports / Programs

SAPMMCS7 SAP ABAP dialog Program - Module Pool for Defining Logical Evaluation Structures







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

MCS8 - SIS: Change Evaluation Structure
MCSM5 - TIS: Create evaluation structure
MCAT - WFIS: Display Evaluation Structure
J-40 - IS-M: Display Evaluation Structure
J-39 - IS-M: Change Evaluation Structure
MCS7 - SIS: Create Evaluation Structure
J-38 - IS-M: Create Evaluation Structure
MCSM6 - TIS: Change evaluation structure
MCX9 - QIS: display evaluation structure
MCX8 - QIS: Change Evaluation Structure
MCH+ - RIS: Display Evaluation Structure
MCR7 - SFIS: Create Evaluation Structure
MCR8 - SFIS: Change Evaluation Structure
MCR9 - SFIS: Display Evaluation Structure
MCD7 - PURCHIS: Create Eval. Structure
MCX7 - QIS: Create Evaluation Structure
MCS9 - SIS: Display Evalaution Structure
MCJ7 - PMIS: Display Evaluation Structure
MCB4 - INVCO: Display Evaluation Structure
MCB3 - INVCO: Change Evaluation Structure
MCB2 - INVCO: Create Evaluation Structure
MCJ6 - PMIS: Change Evaluation Structure
MCJ5 - PMIS: Create Evaluation Structure
MC27 - Create Evaluation Structure
MCD8 - PURCHIS: Change Eval. Structure
MCD9 - PURCHIS: Display Eval. Structure
MCSM7 - TIS: Display evaluation structure
EI29 - UIS: Display Evaluation Structure
EI28 - UIS: Change Evaluation Structure
EI27 - UIS: Create Evaluation Structure
MC28 - Change Evaluation Structure
MC29 - Display Evaluation Structure
MCHZ - RIS: Change Evaluation Structure
MCAV - WFIS: Create Evaluation Structure
MCHY - RIS: Create Evaluation Structure
MCAU - WFIS: Change Evaluation Structure


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 SAPMMCS7. "Basic submit
SUBMIT SAPMMCS7 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMMCS7 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 Defining Logical Evaluation Structures
Text Symbol: 042 = Transport evaluation structure ;
Text Symbol: 041 = a transport request? ;
Text Symbol: 040 = Include the evaluation structure in;
Text Symbol: 039 = Evaluation structure: regeneration
Text Symbol: 038 = evaluation structures?
Text Symbol: 037 = Do you want to regenerate the
Text Symbol: 036 = Technical information
Text Symbol: 035 = evaluation structure?
Text Symbol: 034 = Save layout report for
Text Symbol: 033 = Delete evaluation structure
Text Symbol: 032 = Display evaluation structure
Text Symbol: 031 = Change evaluation structure
Text Symbol: 030 = Create evaluation structure
Text Symbol: 029 = structure first?
Text Symbol: 028 = Do you want to save the evaluation
Text Symbol: 027 = evaluation structure first?
Text Symbol: 026 = Do you want to generate the
Text Symbol: 025 = Other evaluation structure
Text Symbol: 024 = Back to evaluation structure
Text Symbol: 023 = Exit evaluation structure
Text Symbol: 022 = Save evaluation structure
Text Symbol: 021 = evaluation
Text Symbol: 020 = Generate and execute
Text Symbol: 018 = must be regenerated.
Text Symbol: 017 = Key figures
Text Symbol: 016 = Characteristics
Text Symbol: 015 = generated.
Text Symbol: 014 = Evaluation structure not yet
Text Symbol: 012 = Execute evaluation without selection
Text Symbol: 011 = Execute evaluation
Text Symbol: 010 = evaluation structure?
Text Symbol: 009 = Do you want to delete the
Text Symbol: 007 = Definition via DDIC Table
Text Symbol: 006 = Definition via evaluation structure
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 SAPMMCS7

INCLUDE MMCS7TOP .
INCLUDE MMCS7O10 .
INCLUDE MMCS7I10 .
INCLUDE MMCS7F10 .
INCLUDE MMCS7F20 .


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