MPUSTF01 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 MPUSTF01 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!
SWU_OBJECT_PUBLISH CALL FUNCTION 'SWU_OBJECT_PUBLISH' EXPORTING objtype = 'BUS7005' objkey = space.
HRPY_PUST_CHANGE_SW_RUNTIME CALL FUNCTION 'HRPY_PUST_CHANGE_SW_RUNTIME' TABLES proctree = proctree.
HRPY_PUST_SET_FILTER CALL FUNCTION 'HRPY_PUST_SET_FILTER' EXPORTING imp_filter = filter.
HRPY_PUST_SET_FILTER CALL FUNCTION 'HRPY_PUST_SET_FILTER' EXPORTING imp_filter = filter.
HRPY_PUST_SET_FILTER CALL FUNCTION 'HRPY_PUST_SET_FILTER' EXPORTING imp_filter = l_filter.
HRPY_PUST_SET_FILTER CALL FUNCTION 'HRPY_PUST_SET_FILTER' EXPORTING imp_filter = l_filter.
HRPY_PUST_GET_PROCESSES CALL FUNCTION 'HRPY_PUST_GET_PROCESSES' TABLES proctree = p_proctree p_t52sp = i52sp.
HRPY_CONVERT_STREE_TO_CONTROL CALL FUNCTION 'HRPY_CONVERT_STREE_TO_CONTROL' EXPORTING imp_suppress_node_icon = 'X' imp_suppress_folder_icon = 'X' imp_color_mapping = color_mapping imp_concatenate_icon_text = 'X' TABLES imp_tree = p_nodes imp_colname = cntr_tree_info-columns exp_node_table = node_tree exp_item_table = item_tree.
HRPY_PROCESS_CONTROL_SEND_UCOM CALL FUNCTION 'HRPY_PROCESS_CONTROL_SEND_UCOM' EXPORTING imp_handle = netz_handle imp_viewer = netz_viewer imp_ucomm = p_command EXCEPTIONS OTHERS = 0.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-ent text_question = text-ren text_button_1 = text-yes text_button_2 = text-no_ default_button = '1' display_cancel_button = 'X' IMPORTING answer = p_answer EXCEPTIONS OTHERS = 0.
DEQUEUE_ET52SP CALL FUNCTION 'DEQUEUE_ET52SP' EXPORTING mandt = sy-mandt processid = t52sps-processid.
ENQUEUE_ET52SP CALL FUNCTION 'ENQUEUE_ET52SP' EXPORTING mandt = sy-mandt processid = t52sps-processid EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
HRPY_PUST_GET_PROCESS_STATUS CALL FUNCTION 'HRPY_PUST_GET_PROCESS_STATUS' EXPORTING p_processid = l_processid IMPORTING p_status = m_status.
HRPY_PUST_DISPLAY_SELECTION CALL FUNCTION 'HRPY_PUST_DISPLAY_SELECTION' EXPORTING imp_processid = t52sps-processid EXCEPTIONS no_selection_table = 1 error = 2.
HRPY_PROCESS_CONTROL_SEND_UCOM CALL FUNCTION 'HRPY_PROCESS_CONTROL_SEND_UCOM' EXPORTING imp_handle = netz_handle imp_ucomm = l_tree_command imp_viewer = netz_viewer EXCEPTIONS docu_error = 1 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.