SAP Reports / Programs

RDM_OPT_MANUAL_REQUEST SAP ABAP Report - Optimization: Manual Request







RDM_OPT_MANUAL_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_MANUAL_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

RDMMAN - Price Optimization: Manual Request


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_MANUAL_REQUEST. "Basic submit
SUBMIT RDM_OPT_MANUAL_REQUEST AND RETURN. "Return to original report after report execution complete
SUBMIT RDM_OPT_MANUAL_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: PA_INV = Transfer of Stock - Site
Selection Text: PA_MAT = Transfer of Material
Selection Text: PA_MATD = Prepare as Deletion Records
Selection Text: PA_NOTSK = Max. no. of running tasks
Selection Text: PA_PARAL = Parallel Processing
Selection Text: PA_PL = Transfer - Price Zone
Selection Text: PA_PRICE = Transfer - Price
Selection Text: PA_PRID = Prepare as Deletion Records
Selection Text: PA_STORD = Prepare as Deletion Records
Selection Text: PA_STORE = Transfer - Store
Selection Text: PA_VKORG = D .
Selection Text: PA_VTWEG = D .
Selection Text: SOHNOD01 = Article Hierarch. Node
Selection Text: SOHNOD02 = Article Hierarch. Node
Selection Text: SOHNOD03 = Article Hierarch. Node
Selection Text: SOHNOD05 = Article Hierarch. Node
Selection Text: SOHNODE1 = Article Hierarch. Node
Selection Text: SOMAT01 = Material
Selection Text: SOMAT02 = Material
Selection Text: SOMAT03 = Material
Selection Text: SOMAT05 = Material
Selection Text: SOPLTYP1 = Price List
Selection Text: SOWERK01 = Site
Selection Text: SOWERK02 = Site
Selection Text: SOWERK03 = Site
Selection Text: SOWERK05 = Site
Selection Text: SOWRGH01 = Hierarchy Level
Selection Text: SOWRGH02 = Hierarchy Level
Selection Text: SOWRGH03 = Hierarchy Level
Selection Text: SOWRGH05 = Hierarchy Level
Selection Text: SO_WRGH1 = Hierarchy Level
Selection Text: PA_GROUP = Server Group Parallel Processg
Selection Text: PA_DISTC = Transfer - Distribution Center
Selection Text: PA_DCINV = Transfer of Stock - DC
Selection Text: PA_DC4ST = Transfer Supplyg DC for Store
Selection Text: PA_BUSY = D .
Selection Text: PAHIERY1 = Article Hierarchy
Title: Optimization: Manual Request





Text Symbol: 003 = Additional Selection Restrictions
Text Symbol: 005 = DM Messages to Be Transferred
Text Symbol: 006 = Selection Restrictions for Material
Text Symbol: 007 = Message: Material
Text Symbol: 008 = Message: Store
Text Symbol: 009 = Message: Price Zone
Text Symbol: 010 = Message: Prices
Text Symbol: 011 = Message: Store Inventory
Text Symbol: 012 = Message: Distribution Center
Text Symbol: 013 = Message: DC Inventory
Text Symbol: 014 = Message: Supplying DC for Store
Text Symbol: B01 = Selection Restrictions: Display Exceptions
Text Symbol: T01 = Data to Be Transferred
Text Symbol: T02 = Selection Restrictions for Store
Text Symbol: T04 = Default Selection Restrictions for Selection of Stores
Text Symbol: T20 = Distribution Chain
Text Symbol: T29 = Default Selection Restrictions for Material-Dependent Data
Text Symbol: T30 = Parallel Processing
Text Symbol: T31 = Exclude Materials from Different Processes
Text Symbol: T32 = Exclusion for Process "Regular Price Optimization"
Text Symbol: T33 = Exclusion for Process "Markdowns"
Text Symbol: T35 = Exclusion for Process "Promotion Price Optimization"
Text Symbol: T36 = Business System
Text Symbol: T37 = Optimization Destination
Text Symbol: WGH = Material Group Hierarchy


INCLUDES used within this REPORT RDM_OPT_MANUAL_REQUEST

INCLUDE RDM_OPT_MANUAL_REQUEST_TOP.
INCLUDE RDM_OPT_MANUAL_REQUEST_F01.
INCLUDE RDM_OPT_MANUAL_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_MANUAL_REQUEST or its description.