SAP Reports / Programs

RDM_OPT_SEL_RES_ASSIGN SAP ABAP Report - Optimization: Maintenance of Selection Restrictions







RDM_OPT_SEL_RES_ASSIGN 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_SEL_RES_ASSIGN 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

RDMSEL - Price Opt.: Maint. Selection Restrns


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_SEL_RES_ASSIGN. "Basic submit
SUBMIT RDM_OPT_SEL_RES_ASSIGN AND RETURN. "Return to original report after report execution complete
SUBMIT RDM_OPT_SEL_RES_ASSIGN 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: SOMATNR4 = D .
Selection Text: SOMATNR3 = D .
Selection Text: SOMATNR2 = D .
Selection Text: PA_VTWEG = D .
Selection Text: PA_VKORG = D .
Selection Text: PA_BUSY = D .
Selection Text: SO_WRGH4 = Material Group Hierarchy Level
Selection Text: SO_WRGH3 = Material Group Hierarchy Level
Selection Text: SO_WRGH2 = Material Group Hierarchy Level
Selection Text: SO_WRGH1 = Material Group Hierarchy Level
Selection Text: SOPLTYP1 = Price List
Selection Text: SOHNODE4 = Article Hierarch. Node
Selection Text: SOHNODE3 = Article Hierarch. Node
Selection Text: SOHNODE2 = Article Hierarch. Node
Selection Text: SOHNODE1 = Article Hierarch. Node
Selection Text: PAHIERY1 = Article Hierarchy
Title: Optimization: Maintenance of Selection Restrictions
Text Symbol: WGH = Material Group Hierarchy
Text Symbol: T47 = Source Business System
Text Symbol: T46 = Target Business System
Text Symbol: T45 = Optimization Destination
Text Symbol: T44 = Business System
Text Symbol: T43 = Target Distribution Channel
Text Symbol: T42 = Target Sales Organization
Text Symbol: T41 = Source Distribution Channel
Text Symbol: T40 = Source Sales Organization
Text Symbol: T38 = Do you wish to delete the selection restrictions?
Text Symbol: T37 = Selection Restrictions Have Been Changed. Save First
Text Symbol: T36 = Confirmation Prompt
Text Symbol: T35 = Exclusion for Process "Promotion Price Optimization"
Text Symbol: T33 = Exclusion for Process "Markdowns"
Text Symbol: T32 = Exclusion for Process "Standard Sales Prices"
Text Symbol: T31 = Exclude Transferred Materials from the Optimization
Text Symbol: T29 = Selection Restrictions for Selection of Materials
Text Symbol: T20 = Distribution Chain
Text Symbol: T04 = Selection Restrictions for Selection of Sites
Text Symbol: T01 = Data to Be Transferred
Text Symbol: B05 = Create Selection Restrictions





Text Symbol: B04 = Change / Display
Text Symbol: B03 = Copy Selection Restrictions
Text Symbol: B02 = Delete Selection Restrictions
Text Symbol: B01 = Selection Restrictions Exceptions


INCLUDES used within this REPORT RDM_OPT_SEL_RES_ASSIGN

INCLUDE RDM_OPT_SEL_RES_ASSIGN_TOP.
INCLUDE RDM_OPT_SEL_RES_ASSIGN_O01.
INCLUDE RDM_OPT_SEL_RES_ASSIGN_I01.
INCLUDE RDM_OPT_SEL_RES_ASSIGN_F01.
INCLUDE RDM_OPT_SEL_RES_ASSIGN_F02.
INCLUDE RDM_OPT_SEL_RES_ASSIGN_F03.
INCLUDE RDM_OPT_SEL_RES_ASSIGN_F04.
INCLUDE RDM_OPT_SEL_RES_ASSIGN_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_SEL_RES_ASSIGN or its description.