SAP Reports / Programs | Aerospace & Defence Industry Solution | Aerospace & Defence Industry Solution(IS-AD) SAP IS

RMCHMPLA SAP ABAP Report - Mass Changes for Maintenance Plans







RMCHMPLA is a standard Executable ABAP Report 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 RMCHMPLA 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

MCH01 - Mass Maintenance of Maint. Plans


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


Text pool values


Selection Text: P_HIEREQ = Equipment
Selection Text: P_HIERIB = Equipment via installation
Selection Text: S_PLNTY = D Task list type
Selection Text: S_POINT = D Measuring point
Selection Text: S_PSORT = D Maintenance plan sort field
Selection Text: S_PSTXT = D Description
Selection Text: S_SERMAT = D Material
Selection Text: S_SERNR = D Serial number
Selection Text: S_STRAT = D Prev. maintenance strategy
Selection Text: S_STRNO = D Functional location
Selection Text: S_WAPOS = D Maintenance item
Selection Text: S_WARPL = D Maintenance Plan
Selection Text: S_WPGRP = D Planner group
Selection Text: S_PLNNR = D Task list group
Selection Text: S_PLNAL = D Group counter
Selection Text: S_MPTYP = D Maintenance plan category
Selection Text: S_IWERK = D Planning plant
Selection Text: S_ILART = D Maintenance activity type
Selection Text: S_GSBER = D Business area
Selection Text: S_EQUNR = D Equipment
Selection Text: S_BAUTL = D Assembly
Selection Text: S_AUART = Order type
Selection Text: S_ARBPL = D Work center
Selection Text: P_VARNAM = D Variant name
Selection Text: P_HIERTP = Functional location
Selection Text: S_WPTXT = D Maintenance plan text
Title: Mass Changes for Maintenance Plans
Text Symbol: S01 = Maintenance Plan Assignment
Text Symbol: S02 = with or without
Text Symbol: S03 = with
Text Symbol: S04 = without
Text Symbol: SEL = Objects found
Text Symbol: SG1 = Data selection...
Text Symbol: SG2 = Call mass maintenance tool
Text Symbol: ST1 = Maintenance plans
Text Symbol: ST2 = Maintenance cycles
Text Symbol: ST3 = Maintenance items
Text Symbol: B01 = Test scope of selection





Text Symbol: B02 = Execute field view
Text Symbol: B03 = Field view
Text Symbol: F00 = Objects to be changed
Text Symbol: F01 = Maintenance plan selection
Text Symbol: F02 = Maintenance item selection
Text Symbol: F03 = Work scheduling/task list data
Text Symbol: F04 = Hierarchy
Text Symbol: OBJ = Reference object selection
Text Symbol: P01 = Prev. maint. plan
Text Symbol: P02 = Maintenance cycle
Text Symbol: P03 = Maintenance item


INCLUDES used within this REPORT RMCHMPLA

No INCLUDES are used within this REPORT code!


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:

MGV_SELOP_AFTER_INITIALIZATION call function 'MGV_SELOP_AFTER_INITIALIZATION' EXPORTING PROGRAM = mgv_matnr_prog TABLES SELOP = mgv_matnr_selopt_tab EXCEPTIONS NO_PROGRAMNAME = 1 OTHERS = 2.

MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING SELOPT_NAME = mgv_matnr_selopt_tab-name TABLES RANGE = .

MCH01_VARIANT_EXIST CALL FUNCTION 'MCH01_VARIANT_EXIST' EXPORTING I_VARNAME = P_VARNAM.



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