MP065140 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 MP065140 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!
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = ps-pernr infty = '2001' begda = p_begda endda = p_endda * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES infty_tab = p2001 EXCEPTIONS infty_not_found = 1 OTHERS = 2 .
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = ps-pernr infty = '0010' begda = p_begda endda = p_endda * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES infty_tab = p0010 EXCEPTIONS infty_not_found = 1 OTHERS = 2 .
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = ps-pernr infty = '0000' begda = p_begda endda = p_endda * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES infty_tab = p0000 EXCEPTIONS infty_not_found = 1 OTHERS = 2 .
HR_LEAVING_DATE CALL FUNCTION 'HR_LEAVING_DATE' EXPORTING persnr = p0651-pernr rclas = 'CBEW' varky = l_varky TABLES leaving_dates = lt_leaving_dates EXCEPTIONS OTHERS = 4.
RH_TEXT_GET CALL FUNCTION 'RH_TEXT_GET' EXPORTING tabname = l_tabname record =
langu = sy-langu molga = t001p-molga TABLES fields = lt_fields text_tab = lt_text_tab EXCEPTIONS ddic_entry_not_found = 1 incorrect_call = 2 internal_error = 3 missing_text = 4 OTHERS = 5.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'P0651' TABLES x031l_tab = l_it_x031l EXCEPTIONS not_found = 1 OTHERS = 2.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = p_date foreign_amount = p_betrg foreign_currency = p_fcurr local_currency = p_lcurr * RATE = 0 * TYPE_OF_RATE = 'M' IMPORTING * EXCHANGE_RATE = * FOREIGN_FACTOR = local_amount = p_betrg * LOCAL_FACTOR = * EXCHANGE_RATEX = * FIXED_RATE = * DERIVED_RATE_TYPE = EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = ps-pernr infty = '0021' begda = low_date endda = high_date TABLES infty_tab = p0021 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_LEAVING_DATE CALL FUNCTION 'HR_LEAVING_DATE' EXPORTING persnr = p0651-pernr rclas = 'CBEW' varky = l_varky TABLES leaving_dates = lt_leaving_dates EXCEPTIONS OTHERS = 4.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p0651-pernr infty = '0020' begda = p0651-begda endda = p0651-begda TABLES infty_tab = lt0020 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP065140 - documentation and ABAP source code MP065130 - documentation and ABAP source code MP065120 - documentation and ABAP source code MP065110 - documentation and ABAP source code MP065100 - Info type 0651, Module pool: HR-DBS: Statements to Soc. Ins. Fund MP065100 - Info type 0651, Module pool: HR-DBS: Statements to Soc. Ins. Fund