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
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
Below is a list of transaction codes which are relevant to this SAP report
SFAW - Field Selection Maintenance
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.
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 ;;
INCLUDE MM00CTOP.
INCLUDE MM00CO01.
INCLUDE MM00CO0S.
INCLUDE MM00CI01.
INCLUDE MM00CF01.
INCLUDE MM00CF02.
INCLUDE MM00CFDB.
INCLUDE MM00CF10.
INCLUDE MM00CF20.
INCLUDE MM00CFDY.
INCLUDE MM00CFD1.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.