SAP Reports / Programs

RSDSENQ SAP ABAP Report - Passive Data Supplier: Enqueue







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


Text pool values


Title: Passive Data Supplier: Enqueue


INCLUDES used within this REPORT RSDSENQ

INCLUDE RSALEXTI.


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 = 'Enqueue' * numrange = AL_NR_AUTO owner = sy-repid * segment = mt_class = 'R3EnqueueServer' * sysid = sy-sysid * client = al_mc_all_clients systemwide_context = 'X' * visible_on_userlev = al_visible_operator * desc_text_msgid = 'RT' * desc_text_msgno = 013 * tool_collecting = * tool_onalert = * tool_analyze = IMPORTING root_tid = ls_mctid detailed_error_text = lf_error 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. "#EC NOTEXT

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING parent_tid = ls_mctid mo_name = 'Enqueue Server' * numrange = AL_NR_AUTO * uniquenum = * visible_on_userlev = AL_VISIBLE_OPERATOR desc_text_msgid = 'RT' desc_text_msgno = 181 mt_class = 'R3EnqueueStat' * tool_collecting = * tool_onalert = tool_analyze = 'CCMS_ENQUEUE_ANALYZE' IMPORTING new_tid = ls_motid detailed_error_text = lf_error 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. "#EC NOTEXT

SALI_PERF_CREATE_ATTACH CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING parent_tid = ps_motid mte_name = pf_name mte_class = pf_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 = 10 * mte_seconds_til_collectingtool = 0 mte_seconds_until_set_inactive = 600 * mte_seconds_warmuptime = 0 mte_f1_help_text_msgid = 'RT' mte_f1_help_text_msgno = 749 perf_customizing_group = pf_class perf_subtype = pf_type * perf_relevant_value = al_perf_rv_last perf_threshold_direction = lf_threshold_direction perf_threshold_green_to_yellow = pf_g2y perf_threshold_yellow_to_red = pf_y2r * perf_threshold_yellow_to_green = * perf_threshold_red_to_yellow = perf_unit_to_display = pf_unit perf_decimals = pf_decimals perf_alert_text_msgid = pf_msgid perf_alert_text_msgno = pf_msgno * tool_collecting = * tool_onalert = * tool_analyze = * tool_tooldispatcher = 'SAP_CCMS_DEFAULT_TD' IMPORTING new_tid = ps_matid * 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 = ps_motid attrname = pf_name attrtext = lf_tvalue * 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 = 749 mt_class = pf_class * tool_collecting = * tool_analyze = IMPORTING new_tid = ps_matid * 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 = pf_total number_of_reported_values = pf_number reportedby = sy-repid * IMPORTING * detailed_error_text = CHANGING tid = ps_matid 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 = ps_motid mte_name = 'Runtime of Data Collector' mte_class = 'R3EnqueueStatDataCol' * 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 = 600 * mte_seconds_warmuptime = 0 mte_f1_help_text_msgid = 'RT' mte_f1_help_text_msgno = 749 perf_customizing_group = 'R3EnqueueStatDataCol' * perf_subtype = al_std_no_subclass * perf_relevant_value = al_perf_rv_last perf_threshold_direction = al_threshdir_above perf_threshold_green_to_yellow = 500 perf_threshold_yellow_to_red = 2000 * perf_threshold_yellow_to_green = * perf_threshold_red_to_yellow = perf_unit_to_display = 's' perf_decimals = 3 * perf_alert_text_msgid = 'RT' * perf_alert_text_msgno = 001 tool_collecting = 'CCMS_ENQUEUE_COLLECT' * tool_onalert = * tool_analyze = * tool_tooldispatcher = 'SAP_CCMS_DEFAULT_TD' IMPORTING new_tid = ls_matid * 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. "#EC NOTEXT



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