SAPMMCLM 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 SAPMMCLM into the relevant SAP transactions such as SE38 or SE80
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: Dialog Class Maintenance
Text Symbol: 028 = MG Hierarchy Level
Text Symbol: 029 = End of Screen Sequence
Text Symbol: 030 = Do You Want Data in Current
Text Symbol: 031 = Class to Be Saved?
Text Symbol: 033 = Do You Want to Save Your Entries?
Text Symbol: 034 = Class
Text Symbol: 039 = Delete Characteristic
Text Symbol: 040 = Delete Characteristic
Text Symbol: 041 = Delete Keyword
Text Symbol: 042 = Delete keyword
Text Symbol: 043 = Initial screen
Text Symbol: 044 = Characteristic
Text Symbol: 045 = Delete characteristic (with values)
Text Symbol: 046 = Enter Status:
Text Symbol: 047 = Additional data
Text Symbol: 048 = S|Org. area |Description |
Text Symbol: 049 = Class was no longer valid
Text Symbol: 050 = Class already existed
Text Symbol: 051 = Do you want the class valid again?
Text Symbol: 052 = Standard title
Text Symbol: 053 = Ind. std desc.
Text Symbol: 054 = Organizational Areas
Text Symbol: 055 = Organizational areas ignored
Text Symbol: 056 = due to engineering change management
Text Symbol: 057 = Inherited from class
Text Symbol: 058 = Inheritance
Text Symbol: 001 = Basic Data
Text Symbol: 002 = Keywords
Text Symbol: 003 = Standards Data
Text Symbol: 004 = Document Information
Text Symbol: 005 = Characteristics
Text Symbol: 006 = Characteristic Origin
Text Symbol: 007 = Characteristic Description
Text Symbol: 008 = Texts
Text Symbol: 009 = Delete Text for Class
Text Symbol: 010 = Delete the Following Text:
Text Symbol: 011 = Enter Language:
INCLUDE MMCLMTOP.
INCLUDE MMCLMO10.
INCLUDE MMCLMOWW. " WWS SPEZIFISCH
INCLUDE MMCLMI10.
INCLUDE MMCLMIWW. " WWS SPEZIFISCH
INCLUDE MMCLMFAB. "ROUTINEN A - B
INCLUDE MMCLMFCD. "ROUTINEN C - D
INCLUDE MMCLMFEF. "ROUTINEN E - F
INCLUDE MMCLMFGH. "ROUTINEN G - H
INCLUDE MMCLMFIJ. "ROUTINEN I - J
INCLUDE MMCLMFKL. "ROUTINEN K - L
INCLUDE MMCLMFMN. "ROUTINEN M - N
INCLUDE MMCLMFOP. "ROUTINEN O - P
INCLUDE MMCLMFQR. "ROUTINEN Q - R
INCLUDE MMCLMFST. "ROUTINEN S - T
INCLUDE MMCLMFUV. "ROUTINEN U - V
INCLUDE MMCLMFYZ. "ROUTINEN Y - Z
INCLUDE MMCLMFWW. "WWS SPEZIFISCH
INCLUDE MMCLMFFB. "FOLGEBILDSTEUERUNG
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.