SAP Reports / Programs

MP061341 SAP ABAP INCLUDE - Subroutines







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


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


Text pool values


Title: Subroutines


INCLUDES used within this REPORT MP061341

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:

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.



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