MP061343 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 MP061343 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.
Title: Subroutines - update pool and infotypes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_TMW_ITDATA_TO_BLPREQUEST CALL FUNCTION 'HR_TMW_ITDATA_TO_BLPREQUEST' EXPORTING infty_record = i_0416 recuid = wa_0416-recuid no_text = cl_pt_tmw_const=>yes no_accounting = cl_pt_tmw_const=>yes IMPORTING blprequest_entry = l_time_data_wa.
HR_TMW_ITDATA_TO_BLPREQUEST CALL FUNCTION 'HR_TMW_ITDATA_TO_BLPREQUEST' EXPORTING infty_record = i_2006 recuid = wa_2006-recuid no_text = cl_pt_tmw_const=>yes no_accounting = cl_pt_tmw_const=>yes IMPORTING blprequest_entry = l_time_data_wa.
HR_TMW_ITDATA_TO_BLPREQUEST CALL FUNCTION 'HR_TMW_ITDATA_TO_BLPREQUEST' EXPORTING infty_record = i_2013 recuid = wa_2013-recuid no_text = cl_pt_tmw_const=>yes no_accounting = cl_pt_tmw_const=>yes IMPORTING blprequest_entry = l_time_data_wa.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr_d infty = '0001' begda = p0613-begda endda = p0613-endda TABLES infty_tab = i_p0001.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.