SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

RSALSMCI SAP ABAP INCLUDE - Includes for SALC Self-monitoring







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


Text pool values


Title: Includes for SALC Self-monitoring


INCLUDES used within this REPORT RSALSMCI

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:

SCSM_ROUTE_CHECK CALL FUNCTION 'SCSM_ROUTE_CHECK' EXPORTING destinat = destination IMPORTING communication_protocol = agent_communication_protocol EXCEPTIONS OTHERS = 0.

SCSM_ROUTE_COMMSTATUS_UPDATE CALL FUNCTION 'SCSM_ROUTE_COMMSTATUS_UPDATE' EXPORTING sysid = systemid context = contextname segment = segmentname destination = destination commstatus = commstatus suppress_refill = 'X' EXCEPTIONS OTHERS = 0.

SALH_SELFMONI_BUILD_NODE CALL FUNCTION 'SALH_SELFMONI_BUILD_NODE' EXPORTING selfmoni_mo_name = mo_runtime_name selfmoni_mo_uid = mo_runtime_uid selfmoni_mo_mte_class = mo_runtime_class_name selfmoni_ma_name = smes_rfcproblem_name selfmoni_ma_uid = smes_rfcproblem_uid selfmoni_ma_mte_class = smes_rfcproblem_class_name IMPORTING selfmoni_tid = ma_tid EXCEPTIONS could_not_build_node = 1 OTHERS = 2.

SALH_SELFMONI_REPORT_T100 CALL FUNCTION 'SALH_SELFMONI_REPORT_T100' EXPORTING selfmoni_tid = ma_tid msgvalue = al_val_yellow msgno = 045 msgarg1 = msgarg1 msgarg2 = msgarg2 msgarg3 = msgarg3 msgarg4 = msgarg4 EXCEPTIONS OTHERS = 0.

SALH_SELFMONI_BUILD_NODE CALL FUNCTION 'SALH_SELFMONI_BUILD_NODE' EXPORTING selfmoni_mo_name = mo_runtime_name selfmoni_mo_uid = mo_runtime_uid selfmoni_mo_mte_class = mo_runtime_class_name selfmoni_ma_name = ma_instrumentation_name selfmoni_ma_uid = ma_instrumentation_uid selfmoni_ma_mte_class = ma_instrumentation_class_name IMPORTING selfmoni_tid = ma_tid EXCEPTIONS could_not_build_node = 1 OTHERS = 2.

SALH_SELFMONI_REPORT_T100 CALL FUNCTION 'SALH_SELFMONI_REPORT_T100' EXPORTING selfmoni_tid = ma_tid msgvalue = msgvalue msgno = msgno msgarg1 = msgarg1 msgarg2 = msgarg2 msgarg3 = msgarg3 msgarg4 = msgarg4 EXCEPTIONS OTHERS = 0.

SALI_MSC_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_MSC_REPORT_T100_MESSAGE' EXPORTING value = msgvalue * MANDT = SY-MANDT * UNAME = SY-UNAME msgid = 'RT' msgno = msgno msgarg1 = msgarg1 msgarg2 = msgarg2 msgarg3 = msgarg3 msgarg4 = msgarg4 CHANGING tid = ma_tid EXCEPTIONS OTHERS = 0.

SALH_SELFMONI_BUILD_NODE CALL FUNCTION 'SALH_SELFMONI_BUILD_NODE' EXPORTING selfmoni_mo_name = 'Space' selfmoni_mo_mte_class = 'CCMSSelfMoniSpace' IMPORTING selfmoni_tid = mo_tid EXCEPTIONS could_not_build_node = 1 OTHERS = 2. "#EC NOTEXT

SALI_MSC_CREATE_ATTACH CALL FUNCTION 'SALI_MSC_CREATE_ATTACH' EXPORTING parent_tid = mo_tid mte_name = 'Messages' mte_class = 'CCMSSelfMoniSpaceMessages' mte_visible_on_userlev = al_visible_developer mte_f1_help_text_msgid = 'RT' mte_f1_help_text_msgno = 274 msc_customizing_group = 'CCMSSelfMoniSpaceMessages' msc_subtype = al_std_msc_cache tool_onalert = 'CCMS_Segment_Space_Analysis' tool_analyze = 'CCMS_Segment_Space_Analysis' IMPORTING new_tid = log_tid "#EC NOTEXT 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 RSALSMCI or its description.