SAP Reports / Programs

SAPMCEVM SAP ABAP dialog Program - Module Pool for Processing of CAPP Methods







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


Transaction Code(s):

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


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


Text pool values


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.





Text Symbol: 044 = default values
Text Symbol: 043 = Delete
Text Symbol: 042 = Add
Text Symbol: 040 = Error when
Text Symbol: 036 = Lines 030 to 036 are used on pop-up windows.


INCLUDES used within this REPORT SAPMCEVM

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


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