SAPMCEVM 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 SAPMCEVM into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CE21 - Create standard value method
CE23 - Display standard value method
CE22 - Change standard value method
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: Module Pool for Processing of CAPP Methods
Text Symbol: 001 = Method
Text Symbol: 002 = Formula
Text Symbol: 003 = Process
Text Symbol: 004 = Initial Screen
Text Symbol: 007 = Table
Text Symbol: 008 = Characteristic
Text Symbol: 009 = Formulas
Text Symbol: 010 = Maintain Charact. Structure
Text Symbol: 011 = Display Charact. Structure
Text Symbol: 016 = Basic Data
Text Symbol: 017 = Rule
Text Symbol: 018 = Validation rule
Text Symbol: 019 = Search rule
Text Symbol: 020 = Conversion rule
Text Symbol: 021 = Taken from a BOM item
Text Symbol: 022 = Taken from the material to be manufactured
Text Symbol: 030 = Exit Methode
Text Symbol: 031 = Do you want to save the
Text Symbol: 032 = changes?
Text Symbol: 033 = Delete Method
Text Symbol: 034 = Data will be lost
Text Symbol: 035 = Do you want to delete the method?
Text Symbol: 101 = Method data is read in
Text Symbol: 100 = Method structure is generated
Text Symbol: 092 = Task list/operation
Text Symbol: 091 = Product
Text Symbol: 090 = Component
Text Symbol: 080 = '
Text Symbol: 069 = Assign field
Text Symbol: 067 = Characteristic value
Text Symbol: 066 = characteristic origin
Text Symbol: 065 = Key fields
Text Symbol: 064 = Field name
Text Symbol: 063 = Characteristic value
Text Symbol: 062 = Indicators
Text Symbol: 060 = Bill of material
Text Symbol: 046 = Lines 040 to 044 are used in error message E519.
INCLUDE MCEVMTOP. "GLOBALE DATEN
INCLUDE MCEVMO10. "DYNPROINITIALISIERUNGEN
INCLUDE MCEVMI10. "FELDPRÜFUNGEN
INCLUDE MCEVMI15. "FELDER MASCHINELL FUELLEN
INCLUDE MCEVMI20. "AUFBAU METHODE
INCLUDE MCEVMIOK. "OK-CODE-ABWICKLUNG
INCLUDE MCEVMF10. "ALLGEMEINE UNTERPROGRAMME
INCLUDE MCEVMF20. "AUFBAU METHODENSTUKTUR
INCLUDE MCEVMF30. "PARAMETER BEARBEITEN
INCLUDE MCEVMF40. "GRAPHIK
INCLUDE MCEVMF50. "UPDATE METHODE IN DATENBANKEN
INCLUDE MCEVMF60. "GENERIERUNG VON CODING
INCLUDE MCEVMFOK. "OK-CODE-ABWICKLUNG
INCLUDE MCEVMFFO. "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.
SAPMCEVM - Module Pool for Processing of CAPP Methods SAPMCEVM - Module Pool for Processing of CAPP Methods SAPMCEVF - Module Pool for CAPP Formulas Procedure SAPMCEVF - Module Pool for CAPP Formulas Procedure SAPMCEQI - CAD Dialog Interface (Plant Maintenance Functions) SAPMCEQI - CAD Dialog Interface (Plant Maintenance Functions)