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

CL_BTC_JOB_MONITORING_IMPL SAP ABAP INCLUDE - CLBTCJOBMONITORINGIMPL







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


INCLUDES used within this REPORT CL_BTC_JOB_MONITORING_IMPL

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:

BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING JOB_READ_JOBCOUNT = cur_job_count JOB_READ_JOBNAME = cur_job_name JOB_READ_OPCODE = btc_read_all_jobdata IMPORTING JOB_READ_JOBHEAD = jobhead_info * TABLES * JOB_READ_STEPLIST = EXCEPTIONS INVALID_OPCODE = 1 JOB_DOESNT_EXIST = 2 JOB_DOESNT_HAVE_STEPS = 3 OTHERS = 4 .

CCMS_POPUP_INFOTEXT CALL FUNCTION 'CCMS_POPUP_INFOTEXT' EXPORTING titel = '' start_column = 20 start_row = 2 end_column = 82 end_row = 27 infoflags = 'R' * IMPORTING * ANSWER = TABLES lines = itext.

SALR_MTE_STAT_MSG_READ_CUR_VAL CALL FUNCTION 'SALR_MTE_STAT_MSG_READ_CUR_VAL' EXPORTING TID = cur_tid IMPORTING VALUE = info_of_current_job EXCEPTIONS TID_INVALID = 1 C_CALL_FAILED = 2 COMMUNICATION_ERROR = 3 INTERNAL_ERROR = 4 UNKNOWN_ERROR = 5 DB_ERROR = 6 OTHERS = 7.

SALR_MTE_PERF_READ_PROPS_TBL CALL FUNCTION 'SALR_MTE_PERF_READ_PROPS_TBL' IMPORTING PROPERTIES = properties_table TABLES TIDS = tid_table EXCEPTIONS C_CALL_FAILED = 1 INTERNAL_ERROR = 2 OTHERS = 3.

SCSM_BP_JOB_MONI_FAST_SELECT CALL FUNCTION 'SCSM_BP_JOB_MONI_FAST_SELECT' EXPORTING jobname = jobname enddate = enddate endtime = endtime TABLES joblist = job_tab EXCEPTIONS jobname_missing = 1 no_jobs_found = 2 other_error = 3 OTHERS = 4.

SALI_MSC_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_MSC_REPORT_T100_MESSAGE' EXPORTING value = msg_val * SEVERITY = 0 * MANDT = SY-MANDT * UNAME = SY-UNAME * EXTERNAL_MSGLINE_ID = ' ' msgid = 'CSM_DATA_SUP' msgno = msg_no msgarg1 = jobinfo argtype1 = 'C' msgarg2 = start_time argtype2 = 'C' msgarg3 = end_time argtype3 = 'C' msgarg4 = elapsed_time_char argtype4 = 'C' * DEFAULT_MSGTEXT = * REPORTEDBY = * IMPORTING * DETAILED_ERROR_TEXT = * NEW_ALERT_AID = CHANGING tid = his_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.

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = 'N' jobsel_param_in = seldates TABLES jobselect_joblist = jobtab EXCEPTIONS invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 OTHERS = 6.

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 = 'CSM_DATA_SUP' msgno = '056' CHANGING tid = log_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.

BP_JOBLOG_READ CALL FUNCTION 'BP_JOBLOG_READ' EXPORTING CLIENT = SY-MANDT JOBCOUNT = jobnumber * JOBLOG = ' ' JOBNAME = full_jobname TABLES JOBLOGTBL = joblog_tab EXCEPTIONS CANT_READ_JOBLOG = 1 JOBCOUNT_MISSING = 2 JOBLOG_DOES_NOT_EXIST = 3 JOBLOG_IS_EMPTY = 4 JOBLOG_NAME_MISSING = 5 JOBNAME_MISSING = 6 JOB_DOES_NOT_EXIST = 7 OTHERS = 8 .

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 = 'CSM_DATA_SUP' msgno = joblog_msg_no CHANGING tid = log_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 = 0 * MANDT = SY-MANDT * UNAME = SY-UNAME * EXTERNAL_MSGLINE_ID = ' ' msgid = joblog_tab_wa-msgid msgno = joblog_tab_wa-msgno msgarg1 = joblog_tab_wa-MSGV1 argtype1 = 'C' msgarg2 = joblog_tab_wa-MSGV2 argtype2 = 'C' msgarg3 = joblog_tab_wa-MSGV3 argtype3 = 'C' msgarg4 = joblog_tab_wa-MSGV4 argtype4 = 'C' * DEFAULT_MSGTEXT = * REPORTEDBY = * IMPORTING * DETAILED_ERROR_TEXT = * NEW_ALERT_AID = CHANGING tid = log_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_INTERNAL_SETTINGS CALL FUNCTION 'SALI_INTERNAL_SETTINGS' EXPORTING allow_systemwide = 'X' EXCEPTIONS setting_not_allowed = 1 OTHERS = 99.

SALI_MC_CREATE_ATTACH CALL FUNCTION 'SALI_MC_CREATE_ATTACH' EXPORTING MCNAME = SYSTEM_WIDE_BP_CTX_NAME NUMRANGE = AL_NR_SAP_R3_BTC OWNER = 'SAP_CCMS' * SEGMENT = MT_CLASS = R3_SYSTEM_WIDE_BP_CTX_MTC * SYSID = SYSTEMWIDE_CONTEXT = 'X' IMPORTING ROOT_TID = top_tid EXCEPTIONS UNABLE_TO_EXPAND_NAME = 1 SEGMENT_NOT_FOUND = 2 WRONG_SEGMENT = 3 COMMUNICATION_FAILURE = 4 OTHER_PROBLEM = 5 OTHERS = 6.

SALI_SUM_CREATE_ATTACH CALL FUNCTION 'SALI_SUM_CREATE_ATTACH' EXPORTING parent_tid = top_tid sum_name = 'Background Job Monitoring'"#EC NOTEXT * NUMRANGE = AL_NR_AUTO * UNIQUENUM = * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR DESC_TEXT_MSGID = 'CSM_DATA_SUP' DESC_TEXT_MSGNO = 030 mt_class = 'Job_Monitoring' tool_collecting = tool_collect * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = mon_jobs_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 .

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING parent_tid = mon_jobs_tid mo_name = jobname * NUMRANGE = AL_NR_AUTO * UNIQUENUM = * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR DESC_TEXT_MSGID = 'CSM_DATA_SUP' DESC_TEXT_MSGNO = 030 mt_class = job_cls tool_collecting = tool_collect * TOOL_ONALERT = tool_analyze = 'CCMS_BP_MON_ANALYZE' IMPORTING new_tid = job_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 .

SALI_MO_ASSIGN_TEXTATTRIBUTE CALL FUNCTION 'SALI_MO_ASSIGN_TEXTATTRIBUTE' EXPORTING TID_OF_MO = job_tid ATTRNAME = 'Details of Current Job'"#EC NOTEXT ATTRTEXT = 'Click here for job details'"#EC NOTEXT * NUMRANGE = AL_NR_AUTO * UNIQUENUM = 0 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_SECONDS_TIL_COLLECTINGTOOL = 0 * MTE_SECONDS_UNTIL_SET_INACTIVE = 0 * MTE_F1_HELP_TEXT_MSGID = 'RT' * MTE_F1_HELP_TEXT_MSGNO = 013 MT_CLASS = details_cls * TOOL_COLLECTING = TOOL_ANALYZE = 'CCMS_BP_MON_SHOW_JOBINFO' * IMPORTING * 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_SMES_CREATE_ATTACH CALL FUNCTION 'SALI_SMES_CREATE_ATTACH' EXPORTING parent_tid = job_tid mte_name = 'Status' "#EC NOTEXT mte_class = status_cls * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_NEWEST * MTE_KEEPALMAX = 10 mte_seconds_til_collectingtool = 300 * MTE_SECONDS_UNTIL_SET_INACTIVE = 0 * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = 'CSM_DATA_SUP' mte_f1_help_text_msgno = 27 smes_customizing_group = status_cus * SMES_SUBTYPE = AL_STD_NO_SUBCLASS * SMES_ALERT_MODE = AL_SMSG_ALMODE_ALWAYS * SMES_ALERT_SHIFT = AL_SMSG_ALSHIFT_UNCHG * tool_collecting = * TOOL_ONALERT = * tool_analyze = * TOOL_TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' IMPORTING new_tid = smes_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 .

SALI_MSC_CREATE_ATTACH CALL FUNCTION 'SALI_MSC_CREATE_ATTACH' EXPORTING parent_tid = job_tid mte_name = 'Log of Current Job'"#EC NOTEXT mte_class = joblog_cls * MTE_NUMRANGE = AL_NR_AUTO * 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 = 'CSM_DATA_SUP' mte_f1_help_text_msgno = 23 msc_customizing_group = joblog_cus * 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_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = log_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 .

SALI_PERF_CREATE_ATTACH





CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING parent_tid = job_tid mte_name = 'Runtime' "#EC NOTEXT mte_class = perf_cls * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_NEWEST * MTE_KEEPALMAX = 10 * mte_seconds_til_collectingtool = * MTE_SECONDS_UNTIL_SET_INACTIVE = 0 * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = 'CSM_DATA_SUP' mte_f1_help_text_msgno = 26 perf_customizing_group = perf_cus * PERF_SUBTYPE = AL_STD_NO_SUBCLASS * PERF_RELEVANT_VALUE = AL_PERF_RV_LAST * PERF_THRESHOLD_DIRECTION = AL_THRESHDIR_ABOVE perf_threshold_green_to_yellow = 1440 perf_threshold_yellow_to_red = 2880 * PERF_THRESHOLD_YELLOW_TO_GREEN = * PERF_THRESHOLD_RED_TO_YELLOW = perf_unit_to_display = 'Sec' * PERF_DECIMALS = 2 * PERF_ALERT_TEXT_MSGID = 'RT' * PERF_ALERT_TEXT_MSGNO = 001 * tool_collecting = * TOOL_ONALERT = * tool_analyze = * TOOL_TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' IMPORTING new_tid = runtime_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 .

SALI_PERF_CREATE_ATTACH CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING parent_tid = job_tid mte_name = 'Delay' "#EC NOTEXT mte_class = delay_cls * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_NEWEST * MTE_KEEPALMAX = 10 * mte_seconds_til_collectingtool = * MTE_SECONDS_UNTIL_SET_INACTIVE = 0 * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = 'CSM_DATA_SUP' mte_f1_help_text_msgno = 24 perf_customizing_group = delay_cus * PERF_SUBTYPE = AL_STD_NO_SUBCLASS * PERF_RELEVANT_VALUE = AL_PERF_RV_LAST * PERF_THRESHOLD_DIRECTION = AL_THRESHDIR_ABOVE perf_threshold_green_to_yellow = 1440 perf_threshold_yellow_to_red = 2880 * PERF_THRESHOLD_YELLOW_TO_GREEN = * PERF_THRESHOLD_RED_TO_YELLOW = perf_unit_to_display = 'Sec' * PERF_DECIMALS = 2 * PERF_ALERT_TEXT_MSGID = 'RT' * PERF_ALERT_TEXT_MSGNO = 001 * tool_collecting = * TOOL_ONALERT = * tool_analyze = * TOOL_TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' IMPORTING new_tid = delay_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 .

SALI_PERF_CREATE_ATTACH CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING parent_tid = job_tid mte_name = 'Delay + Runtime'"#EC NOTEXT mte_class = d_plus_r_cls * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_NEWEST * MTE_KEEPALMAX = 10 * mte_seconds_til_collectingtool = * MTE_SECONDS_UNTIL_SET_INACTIVE = 0 * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = 'CSM_DATA_SUP' mte_f1_help_text_msgno = 30 perf_customizing_group = d_plus_r_cus * PERF_SUBTYPE = AL_STD_NO_SUBCLASS * PERF_RELEVANT_VALUE = AL_PERF_RV_LAST * PERF_THRESHOLD_DIRECTION = AL_THRESHDIR_ABOVE perf_threshold_green_to_yellow = 1440 perf_threshold_yellow_to_red = 2880 * PERF_THRESHOLD_YELLOW_TO_GREEN = * PERF_THRESHOLD_RED_TO_YELLOW = perf_unit_to_display = 'Sec' * PERF_DECIMALS = 2 * PERF_ALERT_TEXT_MSGID = 'RT' * PERF_ALERT_TEXT_MSGNO = 001 * tool_collecting = * TOOL_ONALERT = * tool_analyze = * TOOL_TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' IMPORTING new_tid = d_plus_r_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 .

SALI_MSC_CREATE_ATTACH CALL FUNCTION 'SALI_MSC_CREATE_ATTACH' EXPORTING parent_tid = job_tid mte_name = 'History' "#EC NOTEXT mte_class = history_cls * MTE_NUMRANGE = AL_NR_AUTO * 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 = 'CSM_DATA_SUP' mte_f1_help_text_msgno = 29 msc_customizing_group = history_cus * 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_ONALERT = * TOOL_ANALYZE = IMPORTING new_tid = his_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 .

SALR_MTE_READ_GENERAL CALL FUNCTION 'SALR_MTE_READ_GENERAL' EXPORTING tid = smes_tid TABLES ALERTS = lt_aids EXCEPTIONS INVALID_TID = 1 COMMUNICATION_PROBLEM = 2 INTERNAL_ERROR = 3 OTHER_PROBLEM = 4 OTHERS = 5.

SALR_AL_READ_ALERT_BY_AID CALL FUNCTION 'SALR_AL_READ_ALERT_BY_AID' TABLES aid = lt_aids alerts_salr = lt_alerts.

SALI_SMES_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_SMES_REPORT_T100_MESSAGE' EXPORTING msgvalue = msg_val msgid = 'CSM_DATA_SUP' msgno = msg_no msgarg1 = jobinfo argtype1 = 'C' msgarg2 = start_time argtype2 = 'C' msgarg3 = end_time argtype3 = 'C' msgarg4 = elapsed_time_char argtype4 = 'C' * DEFAULT_MSGTEXT = * REPORTEDBY = * IMPORTING * DETAILED_ERROR_TEXT = CHANGING tid = smes_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_PERF_REPORT_VALUE CALL FUNCTION 'SALI_PERF_REPORT_VALUE' EXPORTING total_of_reported_values = runtime * NUMBER_OF_REPORTED_VALUES = 1 * REPORTEDBY = * IMPORTING * DETAILED_ERROR_TEXT = CHANGING tid = runtime_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_PERF_REPORT_VALUE CALL FUNCTION 'SALI_PERF_REPORT_VALUE' EXPORTING total_of_reported_values = delay_time * NUMBER_OF_REPORTED_VALUES = 1 * REPORTEDBY = * IMPORTING * DETAILED_ERROR_TEXT = CHANGING tid = delay_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_PERF_REPORT_VALUE CALL FUNCTION 'SALI_PERF_REPORT_VALUE' EXPORTING total_of_reported_values = d_plus_r * NUMBER_OF_REPORTED_VALUES = 1 * REPORTEDBY = * IMPORTING * DETAILED_ERROR_TEXT = CHANGING tid = d_plus_r_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 .

GET_SYSTEM_TIMEZONE CALL FUNCTION 'GET_SYSTEM_TIMEZONE' IMPORTING TIMEZONE = time_zone EXCEPTIONS CUSTOMIZING_MISSING = 1 OTHERS = 2.

SALR_EXPORT_TIME_ZONE_SET CALL FUNCTION 'SALR_EXPORT_TIME_ZONE_SET' EXPORTING TIME_ZONE = time_zone EXCEPTIONS INVALID_TIME_ZONE = 1 OTHERS = 2.

SALI_MT_GET_TID_BY_NAME CALL FUNCTION 'SALI_MT_GET_TID_BY_NAME' EXPORTING mt_full_name = l_ma_full_name IMPORTING tid = l_ma_last_data_coll_tid 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.

SALR_MTE_READ_GENERAL CALL FUNCTION 'SALR_MTE_READ_GENERAL' EXPORTING tid = l_ma_last_data_coll_tid IMPORTING general_values = gen_val EXCEPTIONS invalid_tid = 1 communication_problem = 2 internal_error = 3 other_problem = 4 OTHERS = 5.

SALI_MT_GET_TID_BY_NAME CALL FUNCTION 'SALI_MT_GET_TID_BY_NAME' EXPORTING mt_full_name = l_mo_full_name IMPORTING tid = l_mo_jobname_tid 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_ASSIGN_TEXTATTRIBUTE CALL FUNCTION 'SALI_MO_ASSIGN_TEXTATTRIBUTE' EXPORTING tid_of_mo = l_mo_jobname_tid attrname = 'Last Data Collection' "#EC NOTEXT attrtext = l_attr_text "#EC NOTEXT 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.



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