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

SCSM_GEN_TAB SAP ABAP INCLUDE - SCSMGENTAB







SCSM_GEN_TAB 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 SCSM_GEN_TAB 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 SCSM_GEN_TAB. "Basic submit
SUBMIT SCSM_GEN_TAB AND RETURN. "Return to original report after report execution complete
SUBMIT SCSM_GEN_TAB 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 SCSM_GEN_TAB

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:

SALI_MC_CREATE_ATTACH call function 'SALI_MC_CREATE_ATTACH' exporting mcname = 'Database Monitoring' * NUMRANGE = AL_NR_AUTO owner = 'SAP CCMS' * SEGMENT = mt_class = 'Database Monitoring' "#EC NOTEXT systemwide_context = 'X' * DESC_TEXT_MSGID = 'RT' * DESC_TEXT_MSGNO = 013 importing root_tid = db_tid * DETAILED_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.

SALI_MT_GET_TID_BY_NAME call function 'SALI_MT_GET_TID_BY_NAME' exporting mt_full_name = top_full_name importing tid = top_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_SUM_CREATE_ATTACH call function 'SALI_SUM_CREATE_ATTACH' exporting parent_tid = top_tid sum_name = 'Database Monitoring' * NUMRANGE = AL_NR_AUTO * UNIQUENUM = * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * DESC_TEXT_MSGID = 'RT' * DESC_TEXT_MSGNO = 013 mt_class = 'Database Monitoring' "#EC NOTEXT * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = importing new_tid = db_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 = db_tid mo_name = target_table * NUMRANGE = AL_NR_AUTO * UNIQUENUM = * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * DESC_TEXT_MSGID = 'RT' * DESC_TEXT_MSGNO = 13 mt_class = m_class * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = importing new_tid = tab_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_GET_TID_BY_NAME call function 'SALR_MTE_GET_TID_BY_NAME' exporting longname = end_path importing tid = end_tid * DETAILED_ERROR_TEXT = exceptions segment_not_availiable = 1 name_unable_to_expand = 2 name_not_found = 3 c_call_failed = 4 communication_error = 5 internal_error = 6 unknown_error = 7 db_error = 8 others = 9.

SALR_MTE_TXT_READ_PROPERTIES call function 'SALR_MTE_TXT_READ_PROPERTIES' exporting tid = end_tid importing value = end_cmp_value exceptions tid_invalid = 1 internal_error = 2 communication_error = 3 unknown_problem = 4 others = 5.

SALI_MSC_CREATE_ATTACH call function 'SALI_MSC_CREATE_ATTACH' exporting parent_tid = tab_tid mte_name = fieldname mte_class = mte_class * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_NEWEST mte_keepalmax = maxrow 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 = 000 msc_customizing_group = mte_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_collect * TOOL_ONALERT = * TOOL_ANALYZE = importing new_tid = msg_co_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 = tab_tid attrname = end_name * attrtext = wa_c-endvalue attrtext = endvalue_text * 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 = 'End' * TOOL_COLLECTING = * TOOL_ANALYZE = * 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_MSC_REPORT_T100_MESSAGE call function 'SALI_MSC_REPORT_T100_MESSAGE' exporting value = val * SEVERITY = 0 * MANDT = SY-MANDT * UNAME = SY-UNAME * EXTERNAL_MSGLINE_ID = ' ' msgid = t100_mess_id msgno = t100_mess_no msgarg1 = a_name argtype1 = 'C' msgarg2 = attr_text argtype2 = 'C' * MSGARG3 = * ARGTYPE3 = 'C' * MSGARG4 = * ARGTYPE4 = 'C' * DEFAULT_MSGTEXT = * REPORTEDBY = * IMPORTING * DETAILED_ERROR_TEXT = changing tid = msg_co_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_CREATE_ATTACH call function 'SALI_PERF_CREATE_ATTACH' exporting parent_tid = tab_tid mte_name = fieldname mte_class = mte_class * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_NEWEST mte_keepalmax = maxrow 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 = 000 perf_customizing_group = mte_class * PERF_SUBTYPE = AL_STD_NO_SUBCLASS * PERF_RELEVANT_VALUE = AL_PERF_RV_LAST perf_threshold_direction = thresh perf_threshold_green_to_yellow = 2147483647 perf_threshold_yellow_to_red = 2147483647 * PERF_THRESHOLD_YELLOW_TO_GREEN = * PERF_THRESHOLD_RED_TO_YELLOW = * PERF_UNIT_TO_DISPLAY = * PERF_DECIMALS = 0 * PERF_ALERT_TEXT_MSGID = 'RT' * PERF_ALERT_TEXT_MSGNO = 001 tool_collecting = tool_collect * TOOL_ONALERT = * TOOL_ANALYZE = * TOOL_TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' importing new_tid = perf_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 = tab_tid attrname = end_name * attrtext = wa_i-endvalue attrtext = dummy_c * 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 = 'End' * TOOL_COLLECTING = * TOOL_ANALYZE = * 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_PERF_REPORT_VALUE call function 'SALI_PERF_REPORT_VALUE' exporting total_of_reported_values = rep_val * NUMBER_OF_REPORTED_VALUES = 1 * REPORTEDBY = * IMPORTING * DETAILED_ERROR_TEXT = changing tid = perf_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_CREATE_ATTACH call function 'SALI_SMES_CREATE_ATTACH' exporting parent_tid = tab_tid mte_name = fieldname mte_class = mte_class mte_seconds_til_collectingtool = 250 mte_f1_help_text_msgid = 'CSM_DATA_SUP' mte_f1_help_text_msgno = '101' smes_alert_mode = al_smsg_almode_value_chg tool_collecting = tool_collect importing new_tid = smes_tid exceptions others = 99.

SALI_SMES_REPORT_T100_MESSAGE call function 'SALI_SMES_REPORT_T100_MESSAGE' exporting msgvalue = l_msgval msgid = 'CSM_DATA_SUP' msgno = l_msgno * MSGARG1 = * ARGTYPE1 = 'C' * MSGARG2 = * ARGTYPE2 = 'C' * MSGARG3 = * ARGTYPE3 = 'C' * MSGARG4 = * 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 = 99 .

SALI_INTERNAL_SETTINGS call function 'SALI_INTERNAL_SETTINGS' exporting allow_systemwide = 'X' exceptions setting_not_allowed = 1 others = 2.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = t_table * ALL_TYPES = ' ' * LFIELDNAME = ' ' * GROUP_NAMES = ' ' * IMPORTING * X030L_WA = * DTELINFO_WA = * TTYPINFO_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = tables x031l_tab = num_table * DFIES_TAB = exceptions not_found = 1 others = 2 .



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