SAPMCH01 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 SAPMCH01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SPEC01 - Specification system: Edit template
SPEC02 - Specification system: Edit datasheet
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: Specification system
Text Symbol: 026 = Open template
Text Symbol: 025 = No change in display mode possible
Text Symbol: 024 = Cancel
Text Symbol: 023 = Cont.
Text Symbol: 022 = New version
Text Symbol: 021 = New version copied from &1 &2 &3 &4
Text Symbol: 020 = Do you want to save the file?
Text Symbol: 019 = The document contains no original
Text Symbol: 018 = Do you want to save the changes?
Text Symbol: 017 = The content of the document has changed
Text Symbol: 016 = Do you want to open in display mode?
Text Symbol: 015 = The status of the document does not allow changes
Text Symbol: 014 = Do you want to change the path of the original?
Text Symbol: 013 = The original of the document was saved under
Text Symbol: 012 = Open a document before exporting
Text Symbol: 011 = Specification system
Text Symbol: 010 = Characteristic Wizard ...
Text Symbol: 008 = Save document
Text Symbol: 007 = ,All files (*.*),*.*.
Text Symbol: 006 = ,Excel Work Sheets (*.xls),*.xls
Text Symbol: 005 = ,Word Documents (*.doc),*.doc
Text Symbol: 004 = Save as
Text Symbol: 003 = Open
Text Symbol: 002 = Confirm display
INCLUDE MCH01TOP.
INCLUDE OFFICEINTEGRATIONINCLUDE.
INCLUDE MCH01O01 .
INCLUDE MCH01F01.
INCLUDE MCH01I01.
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.