RWMASS_MAINTAIN_MEAN 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 RWMASS_MAINTAIN_MEAN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MASS_MEAN - Mass Maintenance for GTINs
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.
Selection Text: GV_UTLNO = D .
Selection Text: GV_SVGRP = D .
Selection Text: GV_RECNO = Records per Process
Selection Text: GV_PRV = D .
Selection Text: GV_PRCNO = Max. Number of Processes
Title: Mass Maintenance for GTINs
Text Symbol: T04 = Cancel GTIN Maintenance
Text Symbol: T03 = Data will be lost. Do you want to cancel the GTIN maintenance?
Text Symbol: T02 = Exit GTIN Maintenance
Text Symbol: T01 = Save data for current GTINs?
Text Symbol: M02 = No
Text Symbol: M01 = Yes
Text Symbol: B02 = No
Text Symbol: B01 = Yes
Text Symbol: 023 = Hide Expert Mode
Text Symbol: 022 = Show Expert Mode
Text Symbol: 021 = Expand Processing Parameters
Text Symbol: 020 = Collapse Processing Parameters
Text Symbol: 018 = %
Text Symbol: 017 = Report
Text Symbol: 016 = Function Module
Text Symbol: 015 = Response Mode
Text Symbol: 014 = Processing Mode
Text Symbol: 013 = Synchronous
Text Symbol: 012 = Asynchronous
Text Symbol: 011 = Sequential
Text Symbol: 010 = Parallel
Text Symbol: 008 = Processing Parameters
Text Symbol: 007 = Choose File for Upload
Text Symbol: 006 = Import GTINs from Clipboard
Text Symbol: 005 = Import GTINs from File
Text Symbol: 004 = Data Source
Text Symbol: 003 = Replace Existing GTINs with Imported GTINs
Text Symbol: 002 = Add Imported GTINs to Existing GTINs
Text Symbol: 001 = GTINs Processing Mode
INCLUDE RWMASS_MAINTAIN_MEAN_TOP.
INCLUDE RWMASS_MAINTAIN_MEAN_SEL.
INCLUDE RWMASS_MAINTAIN_MEAN_P01.
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.
RWMASS_MAINTAIN_MEAN - Mass Maintenance for GTINs RWMASS_MAINTAIN_MEAN - Mass Maintenance for GTINs RWMASS_MAINTAIN_CHARVAL_TOP - Global data definitions of RWMASS_MAINTAIN_MEAN RWMASS_MAINTAIN_CHARVAL_SEL - Mass Maintenance for Informative Characteristics RWMASS_MAINTAIN_CHARVAL_P02 - Include RWMASS_MAINTAIN_CHARVAL_P02 RWMASS_MAINTAIN_CHARVAL_P01 - Local classes of RWMASS_MAINTAIN_MEAN: selection screen (IMPL)