SAP Reports / Programs

/MRSS/OPTIMIZER SAP ABAP Report - Optimizer User Interface







/MRSS/OPTIMIZER 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 /MRSS/OPTIMIZER 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

/MRSS/OPTIMIZE - PB Optimizer


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 /MRSS/OPTIMIZER. "Basic submit
SUBMIT /MRSS/OPTIMIZER AND RETURN. "Return to original report after report execution complete
SUBMIT /MRSS/OPTIMIZER 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_RESA = Service Area
Selection Text: SO_RES = Personnel Number
Selection Text: SO_PN = Planning Node
Selection Text: SO_OTYPE = Order Type
Selection Text: SO_ORG3 = Organizational Unit
Selection Text: SO_ORG2 = Resource Planning Node
Selection Text: SO_ORG = Resource Planning Node
Selection Text: SO_ORDER = Demand
Selection Text: SO_ONC = On Call Type
Selection Text: SO_ISTAT = Inclusive User Status
Selection Text: SO_ESTAT = Exclusive User Status
Selection Text: SO_DAT_3 = Period for On-Call
Selection Text: SO_DAT_2 = Period for Demands
Selection Text: SO_DAT_1 = Period for Resources
Selection Text: SO_BP = Business Partner
Selection Text: P_TITLE = Text on Title Bar
Selection Text: P_STANDR = Standard View
Selection Text: P_SIMULA = Simulation On
Selection Text: P_SCENAR = Scenario
Selection Text: P_PLBPRO = Planning Board Profile
Selection Text: P_PLANT = Plant
Selection Text: P_MAXRUN = Maximum Optimizer Runtime
Selection Text: P_LOGSYS = Logical System
Selection Text: P_LOGPRO = Logging Profile
Selection Text: P_IS_LNG = Language
Selection Text: P_ES_LNG = Language
Selection Text: P_COPY = Copy from Resources
Selection Text: P_CAL_ID = Calendar Id
Selection Text: P_CALEND = Calendar View
Selection Text: P_BRKAFT = Allow break after
Selection Text: P_ALL = Only Resources with On-Call
Title: Optimizer User Interface
Text Symbol: T34 = Seconds
Text Symbol: T33 = Default View in Planning Board
Text Symbol: T31 = Optimizer Setting
Text Symbol: T30 = Planning Board Profile
Text Symbol: T29 = Text on Title Bar
Text Symbol: T23 = Demand Selection





Text Symbol: T22 = Resource Selection
Text Symbol: T21 = No Default Variant Found
Text Symbol: T20 = Default Variant Loaded
Text Symbol: T02 = Copy Period from Resources
Text Symbol: T01 = Planning Horizon: Demands


INCLUDES used within this REPORT /MRSS/OPTIMIZER

No INCLUDES are used within this REPORT code!


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 /MRSS/OPTIMIZER or its description.