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

RDM_OPT_INITIALIZATION SAP ABAP Report - Optimization: Intialization







RDM_OPT_INITIALIZATION 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_INITIALIZATION 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

RDMINI - Price Optimization: Initialization


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_INITIALIZATION. "Basic submit
SUBMIT RDM_OPT_INITIALIZATION AND RETURN. "Return to original report after report execution complete
SUBMIT RDM_OPT_INITIALIZATION 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_WRGH1 = Material Group Hierarchy Level
Selection Text: SOPLTYP1 = Price List
Selection Text: SOHNODE1 = Article Hierarch. Node
Selection Text: PA_VTWEG = D .
Selection Text: PA_VKORG = D .
Selection Text: PA_PARAL = Parallel Processing
Selection Text: PA_NOTSK = Max. no. of running tasks
Selection Text: PA_GROUP = Server Group Parallel Processg
Selection Text: PA_BUSY = D .
Selection Text: PAHIERY1 = Article Hierarchy
Title: Optimization: Intialization
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: T33 = Exclusion for Process "Markdowns"
Text Symbol: T32 = Exclusion for Process "Regular Price Optimization"
Text Symbol: T31 = Exclude Transferred Materials from Optimization in Processes
Text Symbol: T30 = Parallel Processing
Text Symbol: T29 = Materials
Text Symbol: T20 = Distribution Chain
Text Symbol: T04 = Plants
Text Symbol: T02 = Selection Restrictions for Store
Text Symbol: T01 = Data to Be Transferred
Text Symbol: B01 = Selection Restrictions: Display Exceptions
Text Symbol: 017 = Total Values
Text Symbol: 016 = Number of Success Messages:
Text Symbol: 015 = Number of Information Messages:
Text Symbol: 014 = Number of Warn Messages:
Text Symbol: 013 = Number of Error Messages:
Text Symbol: 012 = No Text Found
Text Symbol: 011 = Log Statistics
Text Symbol: 010 = External No:
Text Symbol: 009 = Subobject
Text Symbol: 008 = Object:
Text Symbol: 007 = Following Application Log Was Created:
Text Symbol: 006 = Selection Restrictions for Material
Text Symbol: 005 = DM Messages to Be Transferred





Text Symbol: 003 = Additional Selection Restrictions


INCLUDES used within this REPORT RDM_OPT_INITIALIZATION

INCLUDE RDM_OPT_INITIALIZATION_TOP.
INCLUDE RDM_OPT_INITIALIZATION_F01.
INCLUDE RDM_OPT_INITIALIZATION_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_INITIALIZATION or its description.