SAP Reports / Programs | Payroll | Payroll: General Parts | Tools(PY-XX-TL) SAP PY

MPUSTF01 SAP ABAP INCLUDE - Include LHRPAY99_OCF06







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


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


INCLUDES used within this REPORT MPUSTF01

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:

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.



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