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

RWMASS_MAINTAIN_CHARVAL SAP ABAP Report - Mass Maintenance for Informative Characteristic Values







RWMASS_MAINTAIN_CHARVAL 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_CHARVAL 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_CHARVAL - Mass Maintenance for Characteristics


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_CHARVAL. "Basic submit
SUBMIT RWMASS_MAINTAIN_CHARVAL AND RETURN. "Return to original report after report execution complete
SUBMIT RWMASS_MAINTAIN_CHARVAL 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: SO_MTART = D .
Selection Text: SO_MATNR = D .
Selection Text: SO_MATKL = D .
Selection Text: SO_ATWRT = D .
Selection Text: GV_UTLNO = D .
Selection Text: GV_SVGRP = D .
Selection Text: GV_RECNO = Records per Process
Selection Text: GV_PRV = Show Import Preview
Selection Text: GV_PRCNO = Max. Number of Processes
Selection Text: GV_ATTYP = D .
Title: Mass Maintenance for Informative Characteristic Values
Text Symbol: M01 = Parallel
Text Symbol: M02 = Sequential
Text Symbol: PAR = Processing Parameters
Text Symbol: PRO = %
Text Symbol: SAM = Change Material with Characteristic
Text Symbol: SGL = Selection Criteria for Materials
Text Symbol: T00 = Response Mode
Text Symbol: T01 = Asynchronous
Text Symbol: T02 = Synchronous
Text Symbol: T03 = Save data for current maintenance of material characteristics?
Text Symbol: T04 = Exit Maintenance of Material Characteristics
Text Symbol: T05 = Data will be lost. Do you want to cancel the maintenance of material characteristics?
Text Symbol: T06 = Cancel Maintenance of Material Characteristics
Text Symbol: UPL = Import Char. Values from File
Text Symbol: WRT = New Characteristic Value
Text Symbol: 001 = Informative Characteristic Value
Text Symbol: 002 = External Data Source
Text Symbol: 003 = Internal Data Source
Text Symbol: 007 = Choose File for Upload
Text Symbol: 016 = Function Module
Text Symbol: 017 = Report
Text Symbol: 020 = Collapse Processing Parameters
Text Symbol: 021 = Expand Processing Parameters
Text Symbol: 022 = Show Expert Mode
Text Symbol: 023 = Hide Expert Mode
Text Symbol: 100 = Yes
Text Symbol: 101 = No





Text Symbol: 102 = No Restrictions
Text Symbol: 103 = Without restrictions, the selection could take a long time. Do you want to proceed?
Text Symbol: A01 = Characteristic
Text Symbol: A02 = Delete Value
Text Symbol: A03 = New Value
Text Symbol: CLP = Import Characteristic Values from Clipboard
Text Symbol: D01 = Undeleted Only
Text Symbol: D02 = Deleted Only
Text Symbol: D03 = Both
Text Symbol: D04 = Include Non-Classified Materials
Text Symbol: DEL = Delete Value(s)
Text Symbol: E01 = Expert Mode
Text Symbol: E02 = User Mode
Text Symbol: M00 = Processing Mode


INCLUDES used within this REPORT RWMASS_MAINTAIN_CHARVAL

INCLUDE RWMASS_MAINTAIN_CHARVAL_TOP.
INCLUDE RWMASS_MAINTAIN_CHARVAL_SEL.
INCLUDE RWMASS_MAINTAIN_CHARVAL_O01.
INCLUDE RWMASS_MAINTAIN_CHARVAL_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:

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'No restrictions'(102) * DIAGNOSE_OBJECT = ' ' text_question = 'Without restrictions, the selection could take a long time. Do you want to proceed?'(103)



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