SAP Reports / Programs

RCRR_CH_TST SAP ABAP Report - Report RCRR_CH_TST







RCRR_CH_TST 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_CH_TST into the relevant SAP transactions such as SE38 or SE80


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_CH_TST. "Basic submit
SUBMIT RCRR_CH_TST AND RETURN. "Return to original report after report execution complete
SUBMIT RCRR_CH_TST 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: ACTION = Action
Selection Text: LOGFILE = Logfile
Selection Text: P_ALL = All Actions
Selection Text: P_EXPORT = Export
Selection Text: P_LTO = Logical Transport Object
Selection Text: P_ORDER = Export
Selection Text: P_SEE = When error send email to
Selection Text: P_TO = Tables only
Selection Text: TEST_TAB = Tables
Title: Report RCRR_CH_TST
Text Symbol: 100 = Fill Export and RunTime for Stress
Text Symbol: EXP = Export
Text Symbol: FER = Force Error in SNC-Table
Text Symbol: LTO = Logical Transport Object
Text Symbol: PPS = Parallel Processes for StressMaker
Text Symbol: REX = Reuse Mode
Text Symbol: RFS = Run Time for Stress in Seconds
Text Symbol: SBS = Step by Step Mode
Text Symbol: SEE = When error send email to
Text Symbol: TO1 = Tables only


INCLUDES used within this REPORT RCRR_CH_TST

INCLUDE RCRR_ACTION_LCL_DEF.
INCLUDE RCRR_ACTION_LCL_IMP.


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:

ENQUEUE_ECRRSTRESSMAKER CALL FUNCTION 'ENQUEUE_ECRRSTRESSMAKER' EXCEPTIONS foreign_lock = 1 OTHERS = 2.

DEQUEUE_ECRRSTRESSMAKER CALL FUNCTION 'DEQUEUE_ECRRSTRESSMAKER'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = jobname jobclass = 'A' IMPORTING jobcount = jobnumber EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 others = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = jobnumber jobname = jobname strtimmed = 'X' * targetsystem = host IMPORTING job_was_released = jobreleased EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 others = 8.



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