RSPLS_ENQUEUE_INFO 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 RSPLS_ENQUEUE_INFO into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RSPLSE - BI Planning: Lock Management
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.
Title: Lock Monitor for BI Planning
Text Symbol: 032 = Deletes Lock Tables That Are Not Used
Text Symbol: 031 = Selected master locks deleted
Text Symbol: 030 = Deletion of master locks function terminated
Text Symbol: 029 = Deletion of Master Locks
Text Symbol: 028 = Do you really want to delete the selected master locks?
Text Symbol: 027 = Select the rows you want to delete
Text Symbol: 026 = InfoCube
Text Symbol: 025 = Number of Selection Table
Text Symbol: 024 = Enter an InfoCube or Aggregation Level
Text Symbol: 023 = Process Variant
Text Symbol: 022 = Process Chain
Text Symbol: 021 = Master Locks: Header Entries
Text Symbol: 020 = Lock Handle
Text Symbol: 019 = Locked Selection
Text Symbol: 018 = Selection in Lock Request
Text Symbol: 017 = Enter an InfoProvider
Text Symbol: 016 = Interval
Text Symbol: 015 = liveCache: Not Available
Text Symbol: 014 = liveCache: Not Installed
Text Symbol: 013 = Lock Records
Text Symbol: 012 = Locks: Header Entries
Text Symbol: 011 = Do you want to save new settings?
Text Symbol: 010 = No
Text Symbol: 009 = Yes
Text Symbol: 008 = Switch to Display Mode
Text Symbol: 007 = Change Planning Lock Settings
Text Symbol: 006 = Display Planning Lock Settings
Text Symbol: 005 = Type
Text Symbol: 004 = Characteristics: Lock-Relevant
Text Symbol: 003 = Characteristics: Not Lock-Relevant
Text Symbol: 002 = Log-On Server
Text Symbol: 001 = Enqueue
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'G_HOST_ENQ' values = g_t_host_enq EXCEPTIONS id_illegal_name = 1 OTHERS = 2.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'G_HOST_SHM' values = g_t_host_shm EXCEPTIONS id_illegal_name = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-029 "delete master locks text_question = text-028 text_button_1 = text-009 "yes text_button_2 = text-010 "no default_button = '2' display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = l_answer EXCEPTIONS text_not_found = 0 OTHERS = 0.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-008 diagnose_object = 'RSPLS_LOCK_SETTINGS' text_question = text-011 text_button_1 = text-009 "yes text_button_2 = text-010 "no default_button = '1' display_cancel_button = 'X' IMPORTING answer = l_answer EXCEPTIONS text_not_found = 0 OTHERS = 0.
LC_SPLIT_CON_ENV CALL FUNCTION 'LC_SPLIT_CON_ENV' EXPORTING con_env = l_con_env IMPORTING lc_server = l_server EXCEPTIONS no_string_entry = 0.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'RSPLS_S_RFC_INFOPROV' retfield = 'INFOPROV' dynpprog = l_dynprog dynpnr = l_dynnr dynprofield = l_dynprofield value_org = 'S' TABLES value_tab = l_t_infoprov return_tab = l_t_return_tab EXCEPTIONS OTHERS = 0.
RSDG_IOBJ_GET_ICON CALL FUNCTION 'RSDG_IOBJ_GET_ICON' EXPORTING i_iobjtp = l_s_chas_list-iobjtp i_objvers = rs_c_objvers-active IMPORTING e_icon = l_s_chas_list-icon EXCEPTIONS illegal_input = 1 OTHERS = 2.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'RSIOBJNM' langu = sy-langu all_types = 'X' IMPORTING dfies_wa = l_s_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'RSTXTLG' langu = sy-langu all_types = 'X' IMPORTING dfies_wa = l_s_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'RSPLS_S_SELHASH' langu = sy-langu TABLES dfies_tab = l_t_dfies[] EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'RSPLS_S_SELCHECK' langu = sy-langu TABLES dfies_tab = l_t_dfies[] EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'RSPLS_S_SELCHECK' langu = sy-langu TABLES dfies_tab = l_t_dfies[] EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'RSPLS_ENQ_MASTER' langu = sy-langu TABLES dfies_tab = l_t_dfies[] EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'RSPLS_S_SELCHECK' langu = sy-langu TABLES dfies_tab = l_t_dfies[] EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES list = l_t_list[] EXCEPTIONS no_server_list = 1 OTHERS = 2.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING services = l_services TABLES list = l_t_list[] EXCEPTIONS no_server_list = 1 OTHERS = 2.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'DE' dokname = 'RSPLS_LOCK_METH' TABLES links = l_t_links[] EXCEPTIONS OTHERS = 0.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'DE' dokname = 'RSPLS_LOCK_METH_LC' TABLES links = l_t_links[] EXCEPTIONS OTHERS = 0.
CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'DE' dokname = 'RSPLS_LOCK_CHAS' TABLES links = l_t_links[] EXCEPTIONS OTHERS = 0.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'DE' dokname = 'RSPLS_MLCK' TABLES links = l_t_links[] EXCEPTIONS OTHERS = 0.
ENQUEUE_ERSPLS_LOCK_METH CALL FUNCTION 'ENQUEUE_ERSPLS_LOCK_METH' EXPORTING mode_rspls_s_lock_meth = 'E' mandt = sy-mandt infoprov = l_infoprov x_infoprov = ' ' _scope = '1' _wait = 'X' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_ERSPLS_LOCK_METH CALL FUNCTION 'DEQUEUE_ERSPLS_LOCK_METH' EXPORTING mode_rspls_s_lock_meth = 'E' mandt = sy-mandt infoprov = i_infoprov x_infoprov = ' ' _scope = '1' _synchron = ' ' _collect = ' '.
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 RSPLS_ENQUEUE_INFO or its description.
RSPLS_ENQUEUE_INFO - Lock Monitor for BI Planning RSPLS_ENQUEUE_INFO - Lock Monitor for BI Planning RSPLS_DELETE_TEMPLATE_SESSIONS - Delete session templates RSPLS_DELETE_TEMPLATE_SESSIONS - Delete session templates RSPLS_DELETE_LAST_LCK_INFO - Deletes Information About Last Lock Conflict RSPLS_DELETE_LAST_LCK_INFO - Deletes Information About Last Lock Conflict