RMCSBW02 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 RMCSBW02 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TREEV_EVENT_CB_LINK_CLICK CALL FUNCTION 'TREEV_EVENT_CB_LINK_CLICK' EXPORTING callback_form = 'HANDLE_TREE_LINK_CLICK' CHANGING handle = g_tree EXCEPTIONS cb_not_found = 1 failed = 2 instance_not_found = 3 not_allowed_for_simple_tree = 4 links_not_allowed = 5 inv_callback_definition = 6 OTHERS = 7.
TREEV_GET_EP_LINK_CLICK CALL FUNCTION 'TREEV_GET_EP_LINK_CLICK' EXPORTING handle = g_tree IMPORTING node_key = l_node_key item_name = l_item_name EXCEPTIONS failed = 1 cntl_system_error = 2 OTHERS = 3.
ENQUEUE_E_TMCEXCFS CALL FUNCTION 'ENQUEUE_E_TMCEXCFS' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ENQUEUE_E_TMCEXEVE CALL FUNCTION 'ENQUEUE_E_TMCEXEVE' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_TMCEXCFS CALL FUNCTION 'DEQUEUE_E_TMCEXCFS'.
DEQUEUE_E_TMCEXCFS CALL FUNCTION 'DEQUEUE_E_TMCEXCFS'.
DEQUEUE_E_TMCEXEVE CALL FUNCTION 'DEQUEUE_E_TMCEXEVE'.
ENQUEUE_E_TMCEXACT * CALL FUNCTION 'ENQUEUE_E_TMCEXACT' * EXPORTING * estruc = g_tree_tab-estruc * EXCEPTIONS * foreign_lock = 1 * system_failure = 2 * OTHERS = 3.
DEQUEUE_E_TMCEXACT * CALL FUNCTION 'DEQUEUE_E_TMCEXACT' * EXPORTING * estruc = g_tree_tab-estruc.
ENQUEUE_E_TMCEXCFS CALL FUNCTION 'ENQUEUE_E_TMCEXCFS' EXPORTING estruc = g_tree_tab-estruc EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ENQUEUE_E_TMCEXACT CALL FUNCTION 'ENQUEUE_E_TMCEXACT' EXPORTING estruc = g_tree_tab-estruc EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_TMCEXCFS CALL FUNCTION 'DEQUEUE_E_TMCEXCFS' EXPORTING estruc = g_tree_tab-estruc.
DEQUEUE_E_TMCEXCFS CALL FUNCTION 'DEQUEUE_E_TMCEXCFS' EXPORTING estruc = g_tree_tab-estruc.
DEQUEUE_E_TMCEXACT CALL FUNCTION 'DEQUEUE_E_TMCEXACT' EXPORTING estruc = g_tree_tab-estruc.
ENQUEUE_E_TMCEXACT CALL FUNCTION 'ENQUEUE_E_TMCEXACT' EXPORTING estruc = g_tree_tab-estruc EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_TMCEXACT CALL FUNCTION 'DEQUEUE_E_TMCEXACT' EXPORTING estruc = g_tree_tab-estruc.
ENQUEUE_E_TMCEXACT CALL FUNCTION 'ENQUEUE_E_TMCEXACT' EXPORTING estruc = g_tree_tab-estruc EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_TMCEXACT CALL FUNCTION 'DEQUEUE_E_TMCEXACT' EXPORTING estruc = g_tree_tab-estruc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.