SAP Reports / Programs

RSODSO_MAINTAIN_SETTINGS SAP ABAP Report - Maintenance of Runtime Parameter of DataStore Objects







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

RSODSO_SETTINGS_OLD - Parameter maintenance for DataStores


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 RSODSO_MAINTAIN_SETTINGS. "Basic submit
SUBMIT RSODSO_MAINTAIN_SETTINGS AND RETURN. "Return to original report after report execution complete
SUBMIT RSODSO_MAINTAIN_SETTINGS 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: STD = Cross-DataStore
Selection Text: SID_PS = Maximum Package Size
Selection Text: SID_MW = Maximum Wait Time for Process
Selection Text: ROL_MW = Maximum Wait Time for Process
Selection Text: ODS_SEL = DataStore Object
Selection Text: ODS = DataStore Object
Selection Text: OBJ = DataStore-Specific
Selection Text: ACT_PS = Maximum Package Size
Selection Text: ACT_MW = Maximum Wait Time for Process
Title: Maintenance of Runtime Parameter of DataStore Objects
Text Symbol: 019 = Transport
Text Symbol: 018 = Delete
Text Symbol: 017 = Cross-DataStore Parameters
Text Symbol: 016 = Note: DataStore-Specific Parameters Override the
Text Symbol: 015 = Select Parameter Type
Text Symbol: 014 = Change
Text Symbol: 013 = Cancel
Text Symbol: 012 = Save
Text Symbol: 011 = Change Process Params.
Text Symbol: 010 = Cancel
Text Symbol: 009 = Delete
Text Symbol: 008 = Delete specific runtime parameters for the DataStore object?
Text Symbol: 007 = Edit Parameters
Text Symbol: 006 = Maintenance of Runtime Param.
Text Symbol: 005 = Selection of DataStore Object
Text Symbol: 004 = Task-Spec. Parameters
Text Symbol: 003 = Parameter for Rollback
Text Symbol: 002 = Parameter for SID Gener.
Text Symbol: 001 = Parameter for Activation


INCLUDES used within this REPORT RSODSO_MAINTAIN_SETTINGS

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