SAP Reports / Programs

RSCVR_CCMS_MONITOR SAP ABAP Report - Coverage Analyzer Status in CCMS Monitor







RSCVR_CCMS_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 RSCVR_CCMS_MONITOR 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_CCMS_MONITOR. "Basic submit
SUBMIT RSCVR_CCMS_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT RSCVR_CCMS_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: Coverage Analyzer Status in CCMS Monitor


INCLUDES used within this REPORT RSCVR_CCMS_MONITOR

INCLUDE RSALINTI.
INCLUDE RSALEXTI.


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:

SALI_MC_CREATE_ATTACH call function 'SALI_MC_CREATE_ATTACH' exporting mcname = 'Test Tools' "#EC NOTEXT * NUMRANGE = AL_NR_AUTO owner = 'SAP_CCMS' * SEGMENT = mt_class = 'TestToolsContext' * SYSID = SY-SYSID * CLIENT = AL_MC_ALL_CLIENTS systemwide_context = 'X' desc_text_msgid = 'COV' desc_text_msgno = 700 importing root_tid = l_mc_tid detailed_error_text = l_error_text exceptions unable_to_expand_name = 1 segment_not_found = 2 communication_failure = 3 other_problem = 4 wrong_segment = 5 no_more_space = 6 invalid_parameter = 7 others = 8 . "#EC NOTEXT

SALI_MO_CREATE_ATTACH call function 'SALI_MO_CREATE_ATTACH' exporting parent_tid = l_mc_tid mo_name = 'Coverage Analyzer' "#EC NOTEXT * NUMRANGE = AL_NR_AUTO * UNIQUENUM = desc_text_msgid = 'COV' desc_text_msgno = 701 mt_class = 'CoverageAnalyzerMO' tool_collecting = 'CoverageAnalyzerCollector' * TOOL_ONALERT = tool_analyze = 'CoverageAnalyzerSCOV' importing new_tid = l_mo_tid detailed_error_text = l_error_text exceptions invalid_tid = 1 unable_to_expand_name = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 no_more_space = 8 others = 9 . "#EC NOTEXT

SALI_SMES_CREATE_ATTACH call function 'SALI_SMES_CREATE_ATTACH' exporting parent_tid = l_mo_tid mte_name = 'Status' "#EC NOTEXT mte_class = 'CoverageAnalyzerStatus' * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_KEEPALTYPE = AL_KEEP_NEWEST mte_keepalmax = 1 mte_seconds_til_collectingtool = 3600 mte_seconds_until_set_inactive = 36000 * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = 'COV' mte_f1_help_text_msgno = 702 smes_customizing_group = 'CoverageAnalyzerStatus' importing new_tid = l_ma_tid detailed_error_text = l_error_text exceptions invalid_tid = 1 unable_to_expand_name = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 no_more_space = 8 others = 9 . "#EC NOTEXT

SALI_SMES_REPORT_T100_MESSAGE call function 'SALI_SMES_REPORT_T100_MESSAGE' exporting msgvalue = l_msgvalue msgid = 'COV' msgno = l_msgno * MSGARG1 = * ARGTYPE1 = 'C' * MSGARG2 = * ARGTYPE2 = 'C' * MSGARG3 = * ARGTYPE3 = 'C' * MSGARG4 = * ARGTYPE4 = 'C' * default_msgtext = l_default_msgtext * REPORTEDBY = importing detailed_error_text = l_error_text changing tid = l_ma_tid exceptions invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 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 RSCVR_CCMS_MONITOR or its description.