SAP Reports / Programs | Basis Components | Middleware | Internet Communication Framework(BC-MID-ICF) SAP BC

RS_UCON_SETUP_IMPL SAP ABAP INCLUDE - Include RS_UCON_CCMS_IMPL







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


Text pool values


Title: Include RS_UCON_CCMS_IMPL


INCLUDES used within this REPORT RS_UCON_SETUP_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:

SLIC_GET_LICENCE_NUMBER CALL FUNCTION 'SLIC_GET_LICENCE_NUMBER' IMPORTING license_number = l_installation_nr.

SLIC_GET_LICENCE_NUMBER CALL FUNCTION 'SLIC_GET_LICENCE_NUMBER' IMPORTING license_number = l_installation_nr.

SALI_SUM_CREATE_ATTACH CALL FUNCTION 'SALI_SUM_CREATE_ATTACH' EXPORTING parent_tid = iv_parent_id sum_name = iv_sum_name "#EC NOTEXT mt_class = iv_mt_class "#EC NOTEXT IMPORTING new_tid = ev_new_tid detailed_error_text = l_err_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 = iv_parent_id mo_name = iv_mo_name * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR desc_text_msgid = 'UCON_ALERTING' "#EC NOTEXT desc_text_msgno = iv_msgno mt_class = iv_mt_class IMPORTING new_tid = ev_new_tid detailed_error_text = l_err_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 = iv_parent_id mte_name = iv_mte_name mte_class = iv_mte_class mte_seconds_til_collectingtool = 240 "run with every AUTOABAP mte_seconds_until_set_inactive = 900 "15 minutes mte_seconds_warmuptime = 500 "chance for startup mte_f1_help_text_msgid = 'UCON_ALERTING' "#EC NOTEXT mte_f1_help_text_msgno = iv_f4_help_msgno smes_customizing_group = iv_cust_grp "#EC NOTEXT tool_collecting = iv_tool_collecting tool_onalert = iv_tool_onalert tool_analyze = iv_tool_analyze IMPORTING new_tid = ev_new_tid detailed_error_text = l_err_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_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_SMES_REPORT_T100_MESSAGE' EXPORTING msgvalue = iv_msgvalue msgid = 'UCON_ALERTING' "#EC NOTEXT msgno = iv_msgno msgarg1 = iv_msgarg1 msgarg2 = iv_msgarg2 msgarg3 = iv_msgarg3 msgarg4 = iv_msgarg4 IMPORTING detailed_error_text = l_err_text CHANGING tid = iv_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.

SALH_SELFMONI_BUILD_NODE CALL FUNCTION 'SALH_SELFMONI_BUILD_NODE' EXPORTING selfmoni_mo_name = mo_datasupplier_name selfmoni_mo_uid = mo_datasupplier_uid selfmoni_mo_mte_class = mo_datasupplier_class_name selfmoni_ma_name = msc_ds_log_name selfmoni_ma_uid = msc_ds_log_uid selfmoni_ma_mte_class = msc_ds_log_class_name IMPORTING selfmoni_tid = msc_ds_log_tid EXCEPTIONS OTHERS = 1.

SALI_MSC_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_MSC_REPORT_T100_MESSAGE' EXPORTING value = 3 "AL_VAL_RED severity = 50 mandt = sy-mandt uname = sy-uname msgid = 'UCON_ALERTING' msgno = '003' msgarg1 = l_v1 msgarg2 = l_v2 msgarg3 = l_v3 msgarg4 = l_v4 reportedby = 'UCON Alerting' "#EC NOTEXT CHANGING tid = msc_ds_log_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 RS_UCON_SETUP_IMPL or its description.