SAP Reports / Programs

RSCRT_RDA_MONITOR SAP ABAP Report - Monitor for Real-Time Data Acquisition







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

RSRDA - Real-Time Data Acquisition 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 RSCRT_RDA_MONITOR. "Basic submit
SUBMIT RSCRT_RDA_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT RSCRT_RDA_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 Real-Time Data Acquisition
Text Symbol: 075 = Job Overview
Text Symbol: 074 = Cannot Delete Assignments
Text Symbol: 073 = Assignment Deleted
Text Symbol: 072 = Maintain Subsequent Process Chain
Text Symbol: 071 = Object Version
Text Symbol: 070 = Cannot Assign Process Chain
Text Symbol: 069 = Process Chain Already Assigned
Text Symbol: 068 = Subsequent Process Chain
Text Symbol: 067 = Assign Subsequent Process Chain
Text Symbol: 066 = All DTPs Assigned
Text Symbol: 065 = Cannot find DTP
Text Symbol: 064 = Cannot find DataSource
Text Symbol: 063 = Repair
Text Symbol: 062 = Do you really want to start the repair?
Text Symbol: 061 = Delete Assignment
Text Symbol: 060 = Close Request
Text Symbol: 059 = Data Target
Text Symbol: 058 = DTA
Text Symbol: 057 = Number of Data Records in Current Req.
Text Symbol: 056 = Records in Request
Text Symbol: 055 = Records in Request
Text Symbol: 054 = Number of Data Records in Last Upload
Text Symbol: 053 = Records in Upload
Text Symbol: 052 = Records Upload
Text Symbol: 076 = DataSource
Text Symbol: 111 = If necessary, check and close the current request before starting the repair process chain
Text Symbol: 110 = Do you want to delete the previous request in order to execute the repair process chain?
Text Symbol: 109 = Do you want to delete the daemon assignment after ending the upload?
Text Symbol: 108 = Do you want to generate the repair process chain again after deleting the assignment?
Text Symbol: 107 = Do you want to generate the repair process chain again after assigning the subsequent process chain?
Text Symbol: 106 = The repair process chain was scheduled. Do you want to display the log now?
Text Symbol: 105 = There is not yet a repair process chain. Do you want to generate one?
Text Symbol: 104 = There is already a repair process chain. Do you want to delete it?
Text Symbol: 103 = Delete Repair Process Chain
Text Symbol: 102 = Execute Repair Process Chain
Text Symbol: 101 = Display Repair Process Chain
Text Symbol: 100 = Generate Repair Process Chain





Text Symbol: 088 = The assigned process chain does not exist
Text Symbol: 087 = Switch Off Detailed Job Log
Text Symbol: 086 = Write Detailed Job Log
Text Symbol: 085 = SID of the Request
Text Symbol: 084 = ID of the Request
Text Symbol: 083 = Conditions for Automatic Close of Request
Text Symbol: 082 = Request Conditions
Text Symbol: 081 = Reset Error
Text Symbol: 080 = Display Errors
Text Symbol: 079 = No errors occurred since last reset
Text Symbol: 078 = Job Class
Text Symbol: 077 = Execution User
Text Symbol: 051 = DataSource Maintenance
Text Symbol: 025 = Request
Text Symbol: 024 = DataStore Object
Text Symbol: 023 = InfoPackage
Text Symbol: 022 = Daemon
Text Symbol: 021 = Messages
Text Symbol: 020 = Display Log
Text Symbol: 019 = New Daemon for DataSource
Text Symbol: 018 = Maintn
Text Symbol: 017 = Refresh
Text Symbol: 016 = Daemon / DataSource /InfoPackage / Request ID
Text Symbol: 015 = Daemon / DataSource /InfoPack. / Req. ID
Text Symbol: 014 = Cont.
Text Symbol: 013 = Monitor
Text Symbol: 012 = Manage InfoProvider
Text Symbol: 011 = Daemon Settings
Text Symbol: 010 = Remove Assignment
Text Symbol: 009 = Assign Daemon
Text Symbol: 008 = Cancel Load Process
Text Symbol: 007 = Stop Load Process
Text Symbol: 006 = Start Load Process
Text Symbol: 005 = Stop Daemon
Text Symbol: 004 = Delete Daemon
Text Symbol: 003 = Add Daemon
Text Symbol: 002 = Save
Text Symbol: 001 = Runtime Information
Text Symbol: 050 = New DTP for InfoPackage





Text Symbol: 049 = Display InfoPackage
Text Symbol: 048 = Display DTP
Text Symbol: 047 = Daemon Settings
Text Symbol: 046 = Daemon Start
Text Symbol: 045 = Upload Periods [Min]
Text Symbol: 044 = Job Start
Text Symbol: 043 = Unassigned Nodes
Text Symbol: 042 = Assign DTP
Text Symbol: 041 = Start Repair
Text Symbol: 040 = Time Stamp of Last Upload
Text Symbol: 039 = Last Upload
Text Symbol: 038 = Last Upload
Text Symbol: 037 = Time Stamp of Next Upload
Text Symbol: 036 = Next Upload
Text Symbol: 035 = Next Upload
Text Symbol: 034 = Start Daemon
Text Symbol: 033 = Start Daemon
Text Symbol: 032 = Log/Trace Settings
Text Symbol: 031 = Log Active
Text Symbol: 030 = Log
Text Symbol: 029 = Log
Text Symbol: 028 = Trace Active
Text Symbol: 027 = Trace on
Text Symbol: 026 = Trace


INCLUDES used within this REPORT RSCRT_RDA_MONITOR

INCLUDE RSCRT_RDA_MONITORTOP.
INCLUDE RSCRT_RDA_TOOLBAR_EVENT.
INCLUDE RSCRT_RDA_TREE_EVENT.
INCLUDE RSCRT_RDA_MONITORO01.
INCLUDE RSCRT_RDA_MONITORI01.
INCLUDE RSCRT_RDA_MONITORF01.
INCLUDE RSCRT_RDA_MONITORF02.


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