SAP Reports / Programs

SAPMC29C SAP ABAP dialog Program - Engineering Change Management - Online Maintenance Transactions







SAPMC29C 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 SAPMC29C 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

CC32 - Change Change Request
CC33 - Display Change Request
CC31 - Create Change Request
CC01 - Create Change Master
CC02 - Change Change Master
CC03 - Display Change Master
CC22 - Change Object Management Records
CC23 - Display Object Management Record


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


Text pool values


Title: Engineering Change Management - Online Maintenance Transactions
Text Symbol: 044 = Display ECR
Text Symbol: 045 = Engineering Change Requst Without Release Key
Text Symbol: 046 = Engineering Change Request with Release Key
Text Symbol: 047 = Engineering Change Request As Change Package
Text Symbol: 048 = Engineering Change Order Without Release Key
Text Symbol: 049 = Engineering Change Order with Release Key
Text Symbol: 050 = Engineering Change Order As Change Package
Text Symbol: 053 = Change Engineering Change Order
Text Symbol: 054 = Display Engineering Change Order
Text Symbol: 055 = Change Master Without Release Key
Text Symbol: 056 = Change Master with Release Key
Text Symbol: 057 = Change Master As Leading Change Master
Text Symbol: 058 = Change Master As Change Package
Text Symbol: 060 = Effect. Type
Text Symbol: 061 = Prio
Text Symbol: 062 = Set Status
Text Symbol: 063 = Sign Digitally
Text Symbol: 064 = Effectivity Type Desc.
Text Symbol: 071 = PVS Variant
Text Symbol: A01 = Are You Sure You Want to
Text Symbol: A02 = Exit?
Text Symbol: DC1 = Change Bill of Material
Text Symbol: DC2 = Change Material
Text Symbol: DC3 = Change Document
Text Symbol: DS1 = Display Bill of Material
Text Symbol: DS2 = Display Material
Text Symbol: DS3 = Display Document
Text Symbol: T01 = Save the Change Master
Text Symbol: T02 = Save the Change Package
Text Symbol: T03 = Save the Leading Change Master
Text Symbol: T04 = Save the ECR
Text Symbol: T05 = Save the ECO
Text Symbol: T10 = First?
Text Symbol: X01 = The "valid-from" date is missing from the change request.
Text Symbol: 001 = Change Master
Text Symbol: 002 = Create Change Master
Text Symbol: 003 = Change Change Master





Text Symbol: 004 = Display Change Master
Text Symbol: 005 = Change Object Mgmt Record
Text Symbol: 006 = Display Object Mgmt Record
Text Symbol: 007 = Template ChangeMaster
Text Symbol: 008 = TCC02: Entry & & Is Missing
Text Symbol: 010 = Material BOM
Text Symbol: 011 = Equipment BOM
Text Symbol: 012 = Document Structure
Text Symbol: 013 = Func. Loc. BOM
Text Symbol: 014 = Standard BOM
Text Symbol: 015 = Order BOM
Text Symbol: 016 = WBS BOM
Text Symbol: 020 = TL
Text Symbol: 021 = Material
Text Symbol: 022 = Document
Text Symbol: 023 = Object
Text Symbol: 024 = Alt. Date
Text Symbol: 025 = Object Link to Alt. Date
Text Symbol: 030 = Exit Overview
Text Symbol: 031 = Exit New Entries
Text Symbol: 032 = Exit Insert Many
Text Symbol: 033 = Exit Insert
Text Symbol: 034 = Exit Detail Data
Text Symbol: 035 = Exit Change Header
Text Symbol: 036 = Exit
Text Symbol: 037 = Lead. Chg. Mast.
Text Symbol: 038 = Change Package
Text Symbol: 039 = Change Master
Text Symbol: 040 = ECO
Text Symbol: 041 = ECR
Text Symbol: 042 = Create ECR
Text Symbol: 043 = Change ECR


INCLUDES used within this REPORT SAPMC29C

INCLUDE MC29CTOP.
INCLUDE MC29CO10.
INCLUDE MC29CI10.
INCLUDE MC29CI20.
INCLUDE MC29CFA1.
INCLUDE MC29CFA2.
INCLUDE MC29CFA3.





INCLUDE MC29CFA4.
INCLUDE MC29CFA5.
INCLUDE MC29CFA6.
INCLUDE MC29CFA7.
INCLUDE MC29CFA8.
INCLUDE MC29CFB1.
INCLUDE MC29CFC1.
INCLUDE MC29CFC2.
INCLUDE MC29CFC3.
INCLUDE MC29CFD1.
INCLUDE MC29CFD2.
INCLUDE MC29CFD3.
INCLUDE MC29CFD4.
INCLUDE MC29CFD5.
INCLUDE MC29CFE1.
INCLUDE MC29CFF1.
INCLUDE MC29CFF2.
INCLUDE MC29CFG1.
INCLUDE MC29CFH1.
INCLUDE MC29CFI1.
INCLUDE MC29CFL1.
INCLUDE MC29CFM1.
INCLUDE MC29CFT2.
INCLUDE MC29CFM2.
INCLUDE MC29CFN1.
INCLUDE MC29CFO1.
INCLUDE MC29CFP1.
INCLUDE MC29CFP2. "PVS
INCLUDE MC29CFR1.
INCLUDE MC29CFS1.
INCLUDE MC29CFS2.
INCLUDE MC29CFT1.
INCLUDE MC29CFV1.
INCLUDE MC29CFW1.
INCLUDE MC29CINC.


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