SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

RWMASS_MAINTAIN_MEAN SAP ABAP Report - Mass Maintenance for GTINs







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MASS_MEAN - Mass Maintenance for GTINs


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 RWMASS_MAINTAIN_MEAN. "Basic submit
SUBMIT RWMASS_MAINTAIN_MEAN AND RETURN. "Return to original report after report execution complete
SUBMIT RWMASS_MAINTAIN_MEAN 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: 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


INCLUDES used within this REPORT RWMASS_MAINTAIN_MEAN

INCLUDE RWMASS_MAINTAIN_MEAN_TOP.
INCLUDE RWMASS_MAINTAIN_MEAN_SEL.
INCLUDE RWMASS_MAINTAIN_MEAN_P01.




INCLUDE RWMASS_MAINTAIN_MEAN_P02.
INCLUDE RWMASS_MAINTAIN_MEAN_O01.
INCLUDE RWMASS_MAINTAIN_MEAN_I01.


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