SAP Reports / Programs | Logistics - General | Logistics Basic Data | Retail Demand Management(LO-MD-RDM) SAP LO

RDM_OPT_CHANGE_REQUEST SAP ABAP Report - Optimization: Change Case







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

RDMCHG - Price Optimization: Change Case


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 RDM_OPT_CHANGE_REQUEST. "Basic submit
SUBMIT RDM_OPT_CHANGE_REQUEST AND RETURN. "Return to original report after report execution complete
SUBMIT RDM_OPT_CHANGE_REQUEST 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: PAHIERY1 = Article Hierarchy
Selection Text: PA_BUSY = D .
Selection Text: PA_DC = Distribution Center
Selection Text: PA_DC4ST = Supplying DC for Store
Selection Text: PA_DCINV = Distribution Center Inventory
Selection Text: PA_DISTC = Distribution Center
Selection Text: PA_GROUP = Server Group Parallel Processg
Selection Text: PA_INV = Store Inventory
Selection Text: PA_MAT = Material
Selection Text: PA_NOTSK = Max. no. of running tasks
Selection Text: PA_PARAL = Parallel Processing
Selection Text: PA_PL = Price Zone
Selection Text: PA_PRICE = Price
Selection Text: PA_STORE = Site
Selection Text: PA_VKORG = D .
Selection Text: PA_VTWEG = D .
Selection Text: SOHNODE1 = Article Hierarch. Node
Selection Text: SOPLTYP1 = Price List
Selection Text: SO_WRGH1 = Material Group Hierarchy Level
Title: Optimization: Change Case
Text Symbol: WGH = Material Group Hierarchy
Text Symbol: T37 = Optimization Destination
Text Symbol: T36 = Business System
Text Symbol: T35 = Exclusion for Process "Promotion Price Optimization"
Text Symbol: 003 = Additional Selection Restrictions
Text Symbol: 005 = DM Message Types to Be Transferred
Text Symbol: 006 = Selection Restrictions for Material
Text Symbol: 007 = Following Application Log Was Created:
Text Symbol: 008 = Object:
Text Symbol: 009 = Subobject
Text Symbol: 010 = External No:
Text Symbol: 011 = Log Statistics
Text Symbol: 012 = No Text Found
Text Symbol: 013 = Number of Error Messages:
Text Symbol: 014 = Number of Warn Messages:
Text Symbol: 015 = Number of Information Messages:
Text Symbol: 016 = Number of Success Messages:
Text Symbol: 017 = Total Values





Text Symbol: B01 = Selection Restrictions: Display Exceptions
Text Symbol: T01 = Data to be transferred
Text Symbol: T02 = Selection Restrictions for Store
Text Symbol: T04 = Plants
Text Symbol: T20 = Distribution Chain
Text Symbol: T29 = Materials
Text Symbol: T30 = Parallel Processing
Text Symbol: T31 = Exclude Transferred Materials from Optimization in Processes
Text Symbol: T32 = Exclusion for Process "Regular Price Optimization"
Text Symbol: T33 = Exclusion for Process "Markdowns"


INCLUDES used within this REPORT RDM_OPT_CHANGE_REQUEST

INCLUDE RDM_OPT_CHANGE_REQUEST_TOP.
INCLUDE RDM_OPT_CHANGE_REQUEST_F01.
INCLUDE RDM_OPT_CHANGE_REQUEST_E01.


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