SAP Reports / Programs | Logistics - General | Product Data Management(LO-PDM) SAP LO

SAPMCH01 SAP ABAP dialog Program - Specification system







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SPEC01 - Specification system: Edit template
SPEC02 - Specification system: Edit datasheet


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


Text pool values


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


INCLUDES used within this REPORT SAPMCH01

INCLUDE MCH01TOP.
INCLUDE OFFICEINTEGRATIONINCLUDE.
INCLUDE MCH01O01 .
INCLUDE MCH01F01.
INCLUDE MCH01I01.


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