SAP Reports / Programs

RHRH_CHECK_ITF_REPLAY SAP ABAP Report - Test Interface for Decoupled Infotypes (Replay)







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


Text pool values


Title: Test Interface for Decoupled Infotypes (Replay)
Text Symbol: 001 = Key Values for Recorded Test Case (Use F4 Help Only):
Text Symbol: 002 = Extended Log:
Text Symbol: 003 = Create Precondition Data Records Only:
Text Symbol: 004 = Short Text:
Text Symbol: 005 = Infotype:
Text Symbol: 006 = Subtype:
Text Symbol: 007 = ISO Code:
Text Symbol: 008 = User:
Text Symbol: 009 = Start Options:


INCLUDES used within this REPORT RHRH_CHECK_ITF_REPLAY

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:

CATT_PA_ITF_READ_CLUSTER CALL FUNCTION 'CATT_PA_ITF_READ_CLUSTER' EXPORTING INFTY = V_INFTY SUBTY = V_SUBTY MOLGA = V_MOLGA UNAME = V_UNAME TEXT = V_TEXT IMPORTING STARTVALUES = V_STARTVALUES TABLES CATT_TABLE = I_CATT_TABLE_CLUSTER * CUST_COMMENT = EXCEPTIONS TESTCASE_NOT_FOUND = 1 TESTCASE_IMPORT_ERROR = 2 TESTCASE_NO_DATA = 3 TESTCASE_NO_STARTVALUES = 4 OTHERS = 5 .

CATT_PA_ITF_REPLAY CALL FUNCTION 'CATT_PA_ITF_REPLAY' EXPORTING I_INFTY = V_INFTY I_SUBTY = V_SUBTY I_MOLGA = V_MOLGA I_UNAME = V_UNAME I_TEXT = V_TEXT * V_BREAK = I_LOG = V_LOG I_ONLY_PRE = VONLYPRE IMPORTING E_LOOP = V_LOOP E_NO_RED_LINES = V_NO_RED_LINES TABLES E_EXPORT = V_EXPORT CHANGING C_STARTVALUES = V_STARTVALUES .



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