SAP Reports / Programs

CP_OPR_MASS_CHANGE SAP ABAP Report - Mass Change Work Center







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

CA85N - Mass replacement: work center


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 CP_OPR_MASS_CHANGE. "Basic submit
SUBMIT CP_OPR_MASS_CHANGE AND RETURN. "Return to original report after report execution complete
SUBMIT CP_OPR_MASS_CHANGE 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_NRSANZ = D .
Selection Text: P_NRASCH = D .
Selection Text: P_NQUALF = D .
Selection Text: P_NLOGRP = D .
Selection Text: P_NLOART = D .
Selection Text: P_NLOANZ = D .
Selection Text: P_NLAR06 = D .
Selection Text: P_NLAR05 = D .
Selection Text: P_NLAR04 = D .
Selection Text: P_NLAR03 = D .
Selection Text: P_NLAR02 = D .
Selection Text: P_NLAR01 = D .
Selection Text: P_NKTSCH = D .
Selection Text: P_NARBPL = D .
Selection Text: P_MWERKS = D .
Selection Text: P_MATNR = D .
Selection Text: P_EWBWA = D .
Selection Text: P_DATUV = D .
Selection Text: P_DATUB = D .
Selection Text: P_BGRVAR = D .
Selection Text: P_ARBPL = D .
Selection Text: P_AENNR = D .
Selection Text: P_STTAG = Key Date
Selection Text: P_NSTEUS = D .
Selection Text: P_STATU = D .
Selection Text: P_VORNR = D .
Selection Text: P_VERWE = D .
Selection Text: P_VAGRP = D .
Selection Text: P_UVORN = D .
Selection Text: P_TWERKS = D .
Selection Text: P_PLNTY = D .
Selection Text: P_PLNNR = D .
Selection Text: P_PLNAL = D .
Selection Text: P_OWERKS = D .
Selection Text: P_NWERKS = D .
Selection Text: P_NVGW06 = D .
Selection Text: P_NVGW05 = D .
Selection Text: P_NVGW04 = D .





Selection Text: P_NVGW03 = D .
Selection Text: P_NVGW02 = D .
Selection Text: P_NVGW01 = D .
Selection Text: P_NVGE06 = D .
Selection Text: P_NVGE05 = D .
Selection Text: P_NVGE04 = D .
Selection Text: P_NVGE03 = D .
Selection Text: P_NVGE02 = D .
Selection Text: P_NVGE01 = D .
Title: Mass Change Work Center
Text Symbol: V06 = Stnd Value 6
Text Symbol: V05 = Stnd Value 5
Text Symbol: V04 = Stnd Value 4
Text Symbol: V03 = Stnd Value 3
Text Symbol: V02 = Stnd Value 2
Text Symbol: 027 = Selection
Text Symbol: 026 = More Selection Criteria
Text Symbol: 025 = No. Confirmation Slips
Text Symbol: 024 = Setup Type Key
Text Symbol: 023 = Suitab.
Text Symbol: 022 = TimeTickets
Text Symbol: 021 = Wage Group
Text Symbol: 020 = W. type
Text Symbol: 019 = Standard Text Key
Text Symbol: 018 = Plnt (Work Station)
Text Symbol: 017 = Work Center
Text Symbol: 016 = Control Key
Text Symbol: 015 = Act. Type
Text Symbol: 014 = Adopt
Text Symbol: 013 = Unit
Text Symbol: 012 = Act. Type
Text Symbol: 011 = Default val
Text Symbol: 009 = Options
Text Symbol: 008 = New Values
Text Symbol: 007 = Change with
Text Symbol: 006 = New Values
Text Symbol: 005 = Selection Criteria
Text Symbol: 004 = Selection Criteria
Text Symbol: 003 = to





Text Symbol: 002 = Valid fr.
Text Symbol: 001 = ...
Text Symbol: 028 = Enhanced Field Changes
Text Symbol: V01 = Stnd Value 1
Text Symbol: M05 = Operat.
Text Symbol: M04 = Seq.
Text Symbol: M03 = GCt
Text Symbol: M02 = Group
Text Symbol: M01 = TL type
Text Symbol: 049 = Materials
Text Symbol: 048 = Material
Text Symbol: 047 = Display Materials
Text Symbol: 046 = Overwrite Operation Text
Text Symbol: 045 = User Name Processing w/o Dialog
Text Symbol: 044 = List
Text Symbol: 043 = Grid
Text Symbol: 042 = List Display
Text Symbol: 040 = Last Selection
Text Symbol: 039 = Delete Variant
Text Symbol: 038 = Working Area
Text Symbol: 037 = Display Options
Text Symbol: 036 = Opt. Variant Processing w/o Dialog
Text Symbol: 035 = No. of operations blocked simultan.
Text Symbol: 034 = W/o Dialog
Text Symbol: 033 = Action Parameter
Text Symbol: 032 = Initialize
Text Symbol: 031 = Save as Variant
Text Symbol: 030 = Get Variant
Text Symbol: 029 = New Field Val.


INCLUDES used within this REPORT CP_OPR_MASS_CHANGE

INCLUDE CP_OMC_FIELDS.
INCLUDE CP_OMC_UI_SCREENS.
INCLUDE CP_OMC_UI_FUNCTIONS.
INCLUDE CP_OMC_UI_SELVARPOPOUP.
INCLUDE CP_OMC_MC_MASSCHANGE.
INCLUDE CP_OMC_LS_LIST.


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