SAP Reports / Programs

RSDDS_CHANGERUN_MONITOR SAP ABAP Report - Monitor for Change Run







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

CHANGERUNMONI - Call Change Run Monitor


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 RSDDS_CHANGERUN_MONITOR. "Basic submit
SUBMIT RSDDS_CHANGERUN_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT RSDDS_CHANGERUN_MONITOR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Monitor for Change Run
Text Symbol: 038 = Aggregates of InfoCube:
Text Symbol: 039 = Select Aggregates to Be Deactivated
Text Symbol: 040 = Select and Deactivate Aggregates
Text Symbol: 041 = Time Change Run Is Canceled
Text Symbol: 042 = Time Change Run Is Active
Text Symbol: 043 = End Time (UTC)
Text Symbol: 044 = Change Run
Text Symbol: 045 = Time Change Run
Text Symbol: 046 = Source
Text Symbol: 047 = Time: Read
Text Symbol: 048 = Time: Write
Text Symbol: 049 = Time: Index
Text Symbol: 050 = Time: DB Analysis
Text Symbol: 051 = Time: Condense
Text Symbol: 052 = # Read
Text Symbol: 053 = # Written
Text Symbol: 054 = Time: Check
Text Symbol: 055 = Time: Optimize
Text Symbol: 056 = Time: Commit
Text Symbol: 057 = BWA Table Name
Text Symbol: 058 = Reset Status
Text Symbol: 060 = Detail View
Text Symbol: 061 = Start Change Run with Set Filters
Text Symbol: 062 = Char.
Text Symbol: 063 = Characteristic Description
Text Symbol: 064 = Hierarchy Filter Inactive
Text Symbol: 065 = Hierarchy Filter Active
Text Symbol: 066 = Characteristic Filter Inactive
Text Symbol: 067 = Char. Filter Active
Text Symbol: 068 = ( New: &N; Delta: &D; Rollup: &R )
Text Symbol: 001 = Basic Characteristics To Be Activated:
Text Symbol: 002 = Hierarchies to Be Activated:
Text Symbol: 003 = Affected Aggregates:
Text Symbol: 004 = Aggregate adjusted
Text Symbol: 005 = Aggregate rebuilt
Text Symbol: 006 = No Active Change Run or Time Change Run
Text Symbol: 008 = Change Run Is Active





Text Symbol: 009 = Change Run Was Terminated
Text Symbol: 010 = Run ID
Text Symbol: 011 = Delta
Text Symbol: 012 = Delta Rollup
Text Symbol: 013 = Reconstruction
Text Symbol: 014 = Back...
Text Symbol: 015 = Status & Messages
Text Symbol: 016 = InfoCube
Text Symbol: 017 = Adapted by
Text Symbol: 018 = Start Time (UTC)
Text Symbol: 019 = Start Time (Local)
Text Symbol: 020 = 1 Aggregate Is Finished
Text Symbol: 021 = & Aggregates Are Finished
Text Symbol: 022 = 1 Aggregate Must Be Edited
Text Symbol: 023 = & Aggregates Have to Be Edited
Text Symbol: 024 = User
Text Symbol: 030 = # Changes
Text Symbol: 031 = # Total
Text Symbol: 032 = Characteristic
Text Symbol: 033 = Basic Chara.
Text Symbol: 034 = Characteristic with BWA Index
Text Symbol: 035 = & BWA indexes must be changed
Text Symbol: 036 = 1 BWA index must be changed
Text Symbol: 037 = Restart Change Run


INCLUDES used within this REPORT RSDDS_CHANGERUN_MONITOR

INCLUDE DS_CHANGERUN_MONITOR_PBO_10F01.
INCLUDE DS_CHANGERUN_MONITOR_F02.
INCLUDE DS_CHANGERUN_MONITOR_10O01.
INCLUDE DS_CHRUN_MONI__PBO_030O01.
INCLUDE DS_CHRUN_MONI__PAI_030I01.


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