SAP Reports / Programs

SDTS_SCHEDULE_CCMS_PAUSES SAP ABAP Report - SDTS: Determine and Activate Monitoring Pauses for CCMS







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


Text pool values


Text Symbol: DAT = Date
Text Symbol: DTZ = Repeat Scheduling of a Periodic Downtime - SAP_CCMS_DT_SCHEDULER Background Job
Text Symbol: TIM = Time:


INCLUDES used within this REPORT SDTS_SCHEDULE_CCMS_PAUSES

INCLUDE RSALEXTI.
INCLUDE RSALINTI.


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:

SCSMROUTE_SETTINGS_ON_LOAD CALL FUNCTION 'SCSMROUTE_SETTINGS_ON_LOAD' EXCEPTIONS setting_not_allowed = 1 OTHERS = 99.

SALI_INTERNAL_SETTINGS CALL FUNCTION 'SALI_INTERNAL_SETTINGS' EXPORTING allow_systemwide = 'X' EXCEPTIONS setting_not_allowed = 1 OTHERS = 2.

SALI_MT_GET_TID_BY_NAME CALL FUNCTION 'SALI_MT_GET_TID_BY_NAME' EXPORTING mt_full_name = l_fullname IMPORTING tid = sdts_moni_obj_tid "re-use * DETAILED_ERROR_TEXT = EXCEPTIONS unable_to_expand_name = 1 "later name_not_found = 2 communication_failure = 3 other_problem = 4 internal_error = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.

SALI_MT_GET_TID_BY_NAME CALL FUNCTION 'SALI_MT_GET_TID_BY_NAME' EXPORTING mt_full_name = c_ccms_selfmoni_name IMPORTING tid = central_selfmoni_context_tid * DETAILED_ERROR_TEXT = EXCEPTIONS unable_to_expand_name = 1 name_not_found = 2 communication_failure = 3 other_problem = 4 internal_error = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING parent_tid = central_selfmoni_context_tid mo_name = c_sdts_moni_object_name * NUMRANGE = AL_NR_AUTO * UNIQUENUM = * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * DESC_TEXT_MSGID = 'RT' * DESC_TEXT_MSGNO = 13 mt_class = c_sdts_moni_obj_mtecls * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = sdts_moni_obj_tid * DETAILED_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.

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = btc_no jobsel_param_in = jobselect_in_wa * ENDDATE = ' ' * ENDTIME = ' ' * SELECTION = 'AL' * IMPORTING * JOBSEL_PARAM_OUT = TABLES jobselect_joblist = jobselect_out_tbl * JOBNAME_EXT_SEL = * USERNAME_EXT_SEL = * CHANGING * ERROR_CODE = EXCEPTIONS invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 OTHERS = 6 .

SCSM_SYSTEM_LIST CALL FUNCTION 'SCSM_SYSTEM_LIST' EXPORTING sys_group = '' * INCLUDE_LOCAL_SYS = ' ' * SUPPRESS_REFILL = ' ' TABLES systems = l_ccms_systems * MGD_SYSTEMS_IN_LOCAL_MC = * ALL_SYSTEMS_SIDS = EXCEPTIONS group_not_found_in_repository = 1 group_has_no_members = 2 csm_bk_internal_error = 3 OTHERS = 4.

SCSM_CONTEXTS_FOR_SYSTEM CALL FUNCTION 'SCSM_CONTEXTS_FOR_SYSTEM' EXPORTING alsystem = -sysid routes_by_commtype = 'H' "AL_CSM_CTYPE_HIGHPRIO fill_cache = space IMPORTING system_ctx_and_segms = l_ccms_segments_of_longsid EXCEPTIONS no_contexts_found = 1 no_contexts_reachable = 2 system_unknown = 3 system_not_reachable = 4 only_local_sysid_allowed = 5 OTHERS = 6.

SCSM_SET_DOWNTIME_IN_MGD_SYST * CALL FUNCTION 'SCSM_SET_DOWNTIME_IN_MGD_SYST' -dist_success = 0.

SCSM_SET_DOWNTIME_IN_MGD_SEGM CALL FUNCTION 'SCSM_SET_DOWNTIME_IN_MGD_SEGM' EXPORTING longsid = -longsid segment_name = -segment downtime_level = -downtime_level start_immediately = al_false start_date = -start_date start_time = -start_time end_date = -end_date end_time = -end_time reason = -reason EXCEPTIONS invalid_downtime_level = 1 invalid_start_condition = 2 invalid_segment = 3 other_downtime_active = 4 kernel_version_too_old = 5 abap_version_too_old = 6 communication_error = 7 internal_error = 8 OTHERS = 99.

SCSM_SET_DOWNTIME_IN_MGD_SYST * CALL FUNCTION 'SCSM_SET_DOWNTIME_IN_MGD_SYST' -dist_success = 0.

SCSM_SET_DOWNTIME_IN_MGD_SEGM CALL FUNCTION 'SCSM_SET_DOWNTIME_IN_MGD_SEGM' EXPORTING longsid = -longsid segment_name = -segment downtime_level = -downtime_level start_immediately = al_false start_date = -start_date start_time = -start_time end_date = -end_date end_time = -end_time reason = -reason EXCEPTIONS INVALID_DOWNTIME_LEVEL = 1 INVALID_START_CONDITION = 2 INVALID_SEGMENT = 3 OTHER_DOWNTIME_ACTIVE = 4 KERNEL_VERSION_TOO_OLD = 5 ABAP_VERSION_TOO_OLD = 6 COMMUNICATION_ERROR = 7 INTERNAL_ERROR = 8 OTHERS = 9.

SALI_MSC_CREATE_ATTACH CALL FUNCTION 'SALI_MSC_CREATE_ATTACH' EXPORTING parent_tid = sdts_moni_obj_tid mte_name = mte_name mte_class = c_sdts_moni_msc_class * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = MTE_UNIQUENUM * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_NEWEST * MTE_KEEPALMAX = 10 * MTE_SECONDS_TIL_COLLECTINGTOOL = 0 * MTE_SECONDS_UNTIL_SET_INACTIVE = 0 * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = 'SCSM_DOWNTIME' mte_f1_help_text_msgno = 007 msc_customizing_group = c_sdts_moni_msc_class * MSC_SUBTYPE = AL_STD_MSC_CACHE * MSC_RAISE_VALUE = AL_VAL_GREEN * MSC_RAISE_SEVERITY = 255 * MSC_ACTUAL_MSG_MODE = AL_MSC_VAL_MODE_LAST * MSC_ACTUAL_MSG_TIMEFRAME_MINUT = 0 * MSC_MAX_ALERTS_PER_MSGID = 0 * MSC_KEEP_LINES_TYPE = AL_TD_KL_NEWEST * MSC_KEEP_LINES_MAX = 100 * TOOL_COLLECTING = TOOL_COLLECTING * TOOL_ONALERT = TOOL_ONALERT * TOOL_ANALYZE = TOOL_ANALYZE IMPORTING new_tid = sdts_moni_msc_tid * DETAILED_ERROR_TEXT = DETAILED_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.

SALI_MSC_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_MSC_REPORT_T100_MESSAGE' EXPORTING * VALUE = AL_VAL_GREEN * SEVERITY = 0 * MANDT = SY-MANDT * UNAME = SY-UNAME * EXTERNAL_MSGLINE_ID = ' ' msgid = 'SCSM_DOWNTIME' msgno = l_msgno msgarg1 = l_msgvar1 * ARGTYPE1 = 'C' msgarg2 = l_msgvar2 * ARGTYPE2 = 'C' msgarg3 = l_msgvar3 * ARGTYPE3 = 'C' msgarg4 = l_msgvar4 * ARGTYPE4 = 'C' * DEFAULT_MSGTEXT = DEFAULT_MSGTEXT * REPORTEDBY = REPORTEDBY * IMPORTING * DETAILED_ERROR_TEXT = DETAILED_ERROR_TEXT * NEW_ALERT_AID = NEW_ALERT_AID CHANGING tid = sdts_moni_msc_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 = p_al_val * SEVERITY = 0 * MANDT = SY-MANDT * UNAME = SY-UNAME * EXTERNAL_MSGLINE_ID = ' ' msgid = msg_id msgno = msg_no msgarg1 = mvar1 * ARGTYPE1 = 'C' msgarg2 = mvar2 * ARGTYPE2 = 'C' msgarg3 = mvar3 * ARGTYPE3 = 'C' msgarg4 = mvar4 * ARGTYPE4 = 'C' * DEFAULT_MSGTEXT = * REPORTEDBY = * IMPORTING * DETAILED_ERROR_TEXT = * NEW_ALERT_AID = CHANGING tid = p_self_moni_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 SDTS_SCHEDULE_CCMS_PAUSES or its description.