SAP Reports / Programs

SAPMM00C SAP ABAP dialog Program - Dynamic Sreen Modification







SAPMM00C is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for For information about this program, please read the see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPMM00C 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

SFAW - Field Selection Maintenance


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


Text pool values


Title: Dynamic Sreen Modification
Text Symbol: H02 = Programs with field selection
Text Symbol: H01 = Screen Groups for Program
Text Symbol: 108 = Delete program field selection
Text Symbol: 100 = Please use transaction SFAW
Text Symbol: 009 = Program/screen group
Text Symbol: 008 = Delete selected fields
Text Symbol: 007 = Delete?
Text Symbol: 006 = Field selection for a screen group
Text Symbol: 005 = Exit
Text Symbol: 004 = data first?
Text Symbol: 003 = Do you want to save your
Text Symbol: 002 = Exit editing
Text Symbol: 001 = Enter
Text Symbol: J01 = Yes ;;
Text Symbol: T01 = Copy reference
Text Symbol: P05 = Still save?
Text Symbol: P03 = field sel. (SFAC) will be deleted.
Text Symbol: P02 = When saving dependent entries in the cust.
Text Symbol: P01 = Save field selection
Text Symbol: K05 = To screen group
Text Symbol: K04 = To program
Text Symbol: K03 = From screen group
Text Symbol: K02 = From program
Text Symbol: K01 = Copy field selection
Text Symbol: J03 = Cancel ;;
Text Symbol: J02 = No ;;


INCLUDES used within this REPORT SAPMM00C

INCLUDE MM00CTOP.
INCLUDE MM00CO01.
INCLUDE MM00CO0S.
INCLUDE MM00CI01.
INCLUDE MM00CF01.
INCLUDE MM00CF02.
INCLUDE MM00CFDB.
INCLUDE MM00CF10.
INCLUDE MM00CF20.
INCLUDE MM00CFDY.
INCLUDE MM00CFD1.




INCLUDE MM00CI02.


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