SAP Reports / Programs

RSNUMCCM SAP ABAP Report - Report RSNUMCCM







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


Text pool values


Title: Report RSNUMCCM


INCLUDES used within this REPORT RSNUMCCM

INCLUDE RSALEXTI.
INCLUDE RSALSMI.
INCLUDE RSALSMFI.


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_INTERNAL_SETTINGS CALL FUNCTION 'SALI_INTERNAL_SETTINGS' EXPORTING allow_systemwide = 'X' EXCEPTIONS setting_not_allowed = 1 OTHERS = 2.

SALI_MC_CREATE_ATTACH CALL FUNCTION 'SALI_MC_CREATE_ATTACH' EXPORTING mcname = lc_mcname numrange = al_nr_auto owner = 'SAP_CCMS' mt_class = 'Critical_NR_Context' systemwide_context = 'X' IMPORTING root_tid = ls_mc_tid 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 only_systemwide = 8 "#EC ARGCHECKED OTHERS = 9.

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING parent_tid = ls_mc_tid mo_name = lc_mo_name numrange = al_nr_auto mt_class = 'Critical_NR_MO' IMPORTING new_tid = gs_mo_tid 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.

SALI_SMES_CREATE_ATTACH CALL FUNCTION 'SALI_SMES_CREATE_ATTACH' EXPORTING parent_tid = gs_mo_tid mte_name = lc_mte_name mte_class = 'Crtical_NR_Status' mte_numrange = al_nr_auto mte_severity = 50 mte_visible_on_userlev = al_visible_operator mte_keepaltype = al_keep_newest mte_seconds_til_collectingtool = 86400 mte_seconds_until_set_inactive = 172800 mte_f1_help_text_msgid = 'RT' mte_f1_help_text_msgno = '13' smes_customizing_group = 'Crtical_NR_Status' smes_subtype = al_std_no_subclass smes_alert_mode = al_smsg_almode_always smes_alert_shift = al_smsg_alshift_unchg tool_collecting = c_nrhot_toolname_col tool_analyze = c_nrhot_toolname_ana tool_tooldispatcher = 'SAP_CCMS_DEFAULT_TD' IMPORTING new_tid = gs_overstatus_tid 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.

SALI_SMES_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_SMES_REPORT_T100_MESSAGE' EXPORTING msgvalue = l_colour msgid = 'CCMS_GRMG' msgno = '000' msgarg1 = 'At least one critical Number range exceeds treshold' "#EC NOTEXT reportedby = c_nrhot_toolname_col CHANGING tid = gs_overstatus_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.

SALI_SMES_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_SMES_REPORT_T100_MESSAGE' EXPORTING msgvalue = al_val_green msgid = 'CCMS_GRMG' msgno = '000' msgarg1 = 'No number ranges exceeding threshold' "#EC NOTEXT reportedby = c_nrhot_toolname_col CHANGING tid = gs_overstatus_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.

SALI_MSC_CREATE_ATTACH CALL FUNCTION 'SALI_MSC_CREATE_ATTACH' EXPORTING parent_tid = gs_mo_tid mte_name = l_client_name mte_class = 'Crtical_NR_MSC' mte_seconds_til_collectingtool = 86400 "start method sec mte_seconds_until_set_inactive = 172800 mte_f1_help_text_msgid = 'RT' "create SE91 entry mte_f1_help_text_msgno = '013' mte_keepalmax = -10 "Mikulas msc_customizing_group = 'Crtical_NR_MSC' msc_actual_msg_mode = al_td_msc_val_mode_highalrt tool_analyze = c_nrhot_toolname_ana IMPORTING new_tid = l_client_tid 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.

SALI_MSC_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_MSC_REPORT_T100_MESSAGE' EXPORTING value = l_colour "AL_VAL_YELLOW _RED severity = 50 mandt = sy-mandt uname = sy-uname external_msgline_id = ' ' msgid = 'CCMS_GRMG' msgno = '000' msgarg1 = ls_hott-client argtype1 = 'C' msgarg2 = ls_hott-object argtype2 = 'C' msgarg3 = ls_hott-subobject argtype3 = 'C' msgarg4 = ls_hott-nrrangenr argtype4 = 'C' CHANGING tid = l_client_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.

SALI_MSC_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_MSC_REPORT_T100_MESSAGE' EXPORTING value = al_val_green severity = 50 mandt = sy-mandt uname = sy-uname msgid = 'CCMS_GRMG' msgno = '000' msgarg1 = 'No critical number range in this client' "#EC NOTEXT argtype1 = 'C' CHANGING tid = l_client_tid EXCEPTIONS OTHERS = 0.



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