MP061341 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 MP061341 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_GET_QUOTA_DATA CALL FUNCTION 'HR_GET_QUOTA_DATA' EXPORTING pernr = p0613-pernr qtype = '1' mod = 'C' dedu_datum = p0613-begda enti_datum = p0613-begda dedubeg = p0613-begda deduend = p0613-begda langu = sy-langu TABLES abwko = abwko EXCEPTIONS infty_not_found = 1 missing_authority = 2 wrong_parameter = 3 OTHERS = 4.
HR_GET_QUOTA_DEDUCTION CALL FUNCTION 'HR_GET_QUOTA_DEDUCTION' EXPORTING quonum = u2006-quonr pernum = p0613-pernr TABLES qdisded = qdisded EXCEPTIONS record_not_found = 1 OTHERS = 2.
HR_TMW_ITDATA_FROM_BLPREQUEST CALL FUNCTION 'HR_TMW_ITDATA_FROM_BLPREQUEST' EXPORTING blprequest_entry = l_time_data_wa IMPORTING infty_record = i_p0416.
HR_TMW_ITDATA_FROM_BLPREQUEST CALL FUNCTION 'HR_TMW_ITDATA_FROM_BLPREQUEST' EXPORTING blprequest_entry = l_time_data_wa IMPORTING infty_record = i_p2006.
HR_TMW_ITDATA_FROM_BLPREQUEST CALL FUNCTION 'HR_TMW_ITDATA_FROM_BLPREQUEST' EXPORTING blprequest_entry = l_time_data_wa IMPORTING infty_record = i_p2013.
HR_BLP_ENQUEUE_PERNR CALL FUNCTION 'HR_BLP_ENQUEUE_PERNR' EXPORTING pernr_list = l_pernr_list.
HR_BLP_READ_TIMEDATA CALL FUNCTION 'HR_BLP_READ_TIMEDATA' EXPORTING pernrgroup = l_pernrgroup_tab selcattype = selcattype_tab IMPORTING time_data = time_data messagetab = l_message_tab retcd = l_retcd EXCEPTIONS missing_recuid_and_pernrgroup = 1 recuid_and_pernrgroup_passed = 2 wrong_category = 3 not_buffered = 4 record_status_invalid = 5 OTHERS = 6.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' "#EC DOM_EQUAL EXPORTING pernr = p0613-pernr infty = '0696' begda = p0613-begda endda = p0613-endda bypass_buffer = 'X' TABLES infty_tab = i_0696 EXCEPTIONS infty_not_found = 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.