SAP Reports / Programs

RCRR_CONTROL SAP ABAP Report - CRR Control







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

CRR_CONTROL - CRR Control


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


Text pool values


Title: CRR Control
Text Symbol: 054 = Message Text
Text Symbol: 053 = Logfile
Text Symbol: 052 = Severity
Text Symbol: 051 = Show critical Tables
Text Symbol: 050 = Show all Tables
Text Symbol: 048 = Table Name
Text Symbol: 047 = Duplicates
Text Symbol: 046 = Last update
Text Symbol: 045 = Replay/hour
Text Symbol: 044 = Growth/hour
Text Symbol: 043 = Ratio
Text Symbol: 042 = Total
Text Symbol: 041 = Processed
Text Symbol: 040 = Not processed
Text Symbol: 032 = Transfered table lines per hour
Text Symbol: 031 = Transfer/hour
Text Symbol: 030 = Growth of table lines per hour
Text Symbol: 029 = Growth/hour
Text Symbol: 028 = Total number of not processed table lines
Text Symbol: 027 = Not processed
Text Symbol: 026 = Total number of processed table lines
Text Symbol: 025 = Processed
Text Symbol: 024 = Total number of transfered table lines
Text Symbol: 023 = Total
Text Symbol: 022 = Overall tatio of transfered table lines
Text Symbol: 021 = Ratio
Text Symbol: 020 = Overall State of Transferphase
Text Symbol: 014 = Status can only be determined during active transfer
Text Symbol: 013 = Status
Text Symbol: 012 = Group ID
Text Symbol: 011 = Info ID
Text Symbol: 010 = Task ID
Text Symbol: 009 = Stop transfer
Text Symbol: 008 = Start transfer
Text Symbol: 006 = Regenerate transfer functions of selected tasks?
Text Symbol: 005 = Regenerate
Text Symbol: 004 = Do you want to restart transfer of the selected tables?





Text Symbol: 003 = Restart transfer
Text Symbol: 002 = The replication of recorded changes is not enabled
Text Symbol: 001 = The replication of recorded changes can be started
Text Symbol: 000 = The replication of recorded changes is currently active


INCLUDES used within this REPORT RCRR_CONTROL

INCLUDE RCRR_CONTROL_LCL_DEF.
INCLUDE RCRR_CONTROL_LCL_IMP.
INCLUDE RCRR_CONTROL_MODULES.


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