SAP Reports / Programs

RSCVR_CHECK SAP ABAP Report - \ABAP Coverage Analyzer: Check Table Consistency







RSCVR_CHECK 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 RSCVR_CHECK 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 RSCVR_CHECK. "Basic submit
SUBMIT RSCVR_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RSCVR_CHECK 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: SO_PRO_G = Programs
Selection Text: P_WRIT_G = Verbose Mode
Selection Text: P_REPAIR = Repair
Selection Text: P_CHECKG = COVREF/S: Processing Blocks
Selection Text: P_CHECKF = COVREF: Missing Unicode Flags
Selection Text: P_CHECKE = COVRES: Deleted Test Group
Selection Text: P_CHECKD = COVREF: Missing Programs
Selection Text: P_CHECKC = COVREF/S: Deleted Programs
Selection Text: P_CHECKB = COVREF: Too Few Resets
Selection Text: P_CHECKA = COVREF: Too Many Resets
Title: \ABAP Coverage Analyzer: Check Table Consistency
Text Symbol: L19 = Program &1 does not exist in COVREF
Text Symbol: L21 = Find programs that appear in a deleted test group
Text Symbol: L22 = Table Consistency COVRES: Programs in a deleted test group
Text Symbol: L23 = : Results in COVRES for nonexistent test key
Text Symbol: L24 = Cannot delete test key from COVRES
Text Symbol: L25 = Test key deleted from COVRES
Text Symbol: L30 = Program &1 has not set the Unicode flag in COVREF
Text Symbol: L31 = Find programs that do not have Unicode in COVREF
Text Symbol: L32 = Table Consistency COVREF: Missing Unicode flags:
Text Symbol: L33 = Check processing blocks in COVRES and COVREF
Text Symbol: L34 = Table Consistency COVRES/F: Processing blocks:
Text Symbol: L37 = Incorrect in COVREF:
Text Symbol: L38 = Missing in COVREF:
Text Symbol: L39 = Incorrect in COVRES:
Text Symbol: L40 = Cannot remove processing block
Text Symbol: L41 = Processing block removed
Text Symbol: L43 = Processing block inserted
Text Symbol: 000 = Checks
Text Symbol: 001 = Check A
Text Symbol: 002 = Check B
Text Symbol: 003 = does not exist in TRDIR
Text Symbol: 004 = Check D
Text Symbol: 005 = Check E
Text Symbol: 006 = Check F
Text Symbol: 007 = Check G
Text Symbol: 009 = Check C
Text Symbol: L00 = Check Table Consistency





Text Symbol: L01 = Table Consistency COVREF: Too Many Resets:
Text Symbol: L02 = Find programs with current time stamp but incorrect reset counter (<>0)
Text Symbol: L03 = Cannot set covreset2 to 0
Text Symbol: L04 = Covreset2 set to 0
Text Symbol: L05 = &1 inconsistencies found; &2 inconsistencies corrected
Text Symbol: L06 = No inconsistencies were found
Text Symbol: L07 = Find programs with old time stamp but incorrect reset counter (=0)
Text Symbol: L08 = Cannot regenerate program
Text Symbol: L09 = Program regenerated
Text Symbol: L10 = Table Consistency COVREF: Not enough resets:
Text Symbol: L11 = Find programs that appear in COVREF/S but not in TRDIR
Text Symbol: L12 = Table Consistency COVREF/S: Deleted programs:
Text Symbol: L13 = Find programs that appear in TRDIR but not in COVREF
Text Symbol: L14 = Table Consistency: Missing Programs:
Text Symbol: L15 = Cannot delete program from COVRES
Text Symbol: L16 = Program deleted from COVRES
Text Symbol: L17 = Cannot delete program from COVREF
Text Symbol: L18 = Program deleted from COVREF


INCLUDES used within this REPORT RSCVR_CHECK

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:

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