MP038240 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 MP038240 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: IT 0382, Form Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRCM_COMPENSATION_AREA_GET * CALL FUNCTION 'HRCM_COMPENSATION_AREA_GET' * EXPORTING * pernr = p0382-pernr * begda = p0382-begda * endda = p0382-endda ** ctype = p0382-ctype ** read_level = 2 * reaction = p_reaction * IMPORTING * carea = p0382-carea ** tables ** error_table = error_table * EXCEPTIONS * carea_not_found = 1 * missing_ctype = 2 * OTHERS = 3.
HR_BEN_HANDLE_ERROR * CALL FUNCTION 'HR_BEN_HANDLE_ERROR' * EXPORTING * msg_class = mess_class * msg_number = '082' * msg_par1 = p_pernr * msg_par2 = p_molga * msg_par3 = p_carea * msg_par4 = l_71c3-molga * severity = p_subrc * reaction = p_reaction * TABLES * error_table = p_errortab.
HR_READ_INFOTYPE * CALL FUNCTION 'HR_READ_INFOTYPE' * EXPORTING ** TCLAS = 'A' * pernr = p_p0382-pernr * infty = '0382' * begda = p_p0382-begda * endda = p_p0382-endda * bypass_buffer = 'X' * IMPORTING * subrc = subrc * TABLES * infty_tab = i0382 * EXCEPTIONS * infty_not_found = 1 * OTHERS = 2.
HR_READ_INFOTYPE * CALL FUNCTION 'HR_READ_INFOTYPE' * EXPORTING * pernr = p0382-pernr * infty = '0382' * begda = p0382-begda * endda = p0382-endda * bypass_buffer = 'X' ** IMPORTING ** subrc = subrc * TABLES * infty_tab = old_awards * EXCEPTIONS * infty_not_found = 1 * OTHERS = 2.
HRCM_LTI_SHARES_DISTR_UPDATE * CALL FUNCTION 'HRCM_LTI_SHARES_DISTR_UPDATE' * EXPORTING * reaction = 'E' * lock_t71lp2 = ' ' * TABLES * old_awards = old_awards * new_awards = new_awards.
HRCM_LTI_SHARES_SPRIC_GET CALL FUNCTION 'HRCM_LTI_SHARES_SPRIC_GET' EXPORTING award = l_award shars = l_shars spric_in = p_p0382-gpric tspric_in = l_tpric curcy_in = p_p0382-waers curcy_to = p_p0382-waers keyda = l_date IMPORTING spric_out = p_q0382-gpric EXCEPTIONS parameter_missing = 1 spric_not_found = 2 currency_conversion_error = 3 OTHERS = 4.
HRCM_LTI_SHARES_FMV_GET CALL FUNCTION 'HRCM_LTI_SHARES_FMV_GET' EXPORTING award = p_p0382-subty shars = p_p0382-shars fmv_in = p_p0382-gfmv tfmv_in = p_p0382-tgfmv curcy_in = p_p0382-waers curcy_to = p_p0382-waers keyda = p_p0382-begda IMPORTING fmv_out = p_q0382-gfmv EXCEPTIONS parameter_missing = 1 fmv_not_found = 2 currency_conversion_error = 3 OTHERS = 4.
HRCM_LTI_SHARES_FMV_GET CALL FUNCTION 'HRCM_LTI_SHARES_FMV_GET' EXPORTING * AWARD = shars = p_p0382-exerc fmv_in = p_p0382-exfmv tfmv_in = p_p0382-texfmv curcy_in = p_p0382-waers curcy_to = p_p0382-waers keyda = p_p0382-exdat IMPORTING fmv_out = p_q0382-exfmv EXCEPTIONS parameter_missing = 1 fmv_not_found = 2 currency_conversion_error = 3 OTHERS = 4.
HRCM_LTI_SHARES_FMV_GET CALL FUNCTION 'HRCM_LTI_SHARES_FMV_GET' EXPORTING * AWARD = shars = p_p0382-ssold fmv_in = p_p0382-sfmv tfmv_in = p_p0382-tsfmv curcy_in = p_p0382-waers curcy_to = p_p0382-waers keyda = p_p0382-sdate IMPORTING fmv_out = p_q0382-sfmv EXCEPTIONS parameter_missing = 1 fmv_not_found = 2 currency_conversion_error = 3 OTHERS = 4.
RP_RETROACTIVITY_DATE_SET CALL FUNCTION 'RP_RETROACTIVITY_DATE_SET' EXPORTING retro_date_calc = retrodate * RETRO_DATE_TIME = * P_RRDAT = * P_RCBON = * P_NO_CHANGE_UPTO = p_force_calc = 'X' * P_FORCE_TIME = p_no_retroactivity = no_retro.
HR_COUNTRYGROUPING_GET * CALL FUNCTION 'HR_COUNTRYGROUPING_GET' * EXPORTING * pernr = p_0382-pernr ** TCLAS = 'A' * begda = p_0382-exdat * endda = p_0382-exdat ** WERKS = * IMPORTING * molga = molga * EXCEPTIONS * not_found = 1 * OTHERS = 2.
HRCM_LTI_PAYROLL_TAB_CREATE * CALL FUNCTION 'HRCM_LTI_PAYROLL_TAB_CREATE' * EXPORTING * molga = molga * begda = p_0382-exdat * endda = p_0382-exdat * IMPORTING * lti_payroll_tab = l_paytab * TABLES * i0382 = i0382 * EXCEPTIONS * begda_greater_endda = 1 * overflow = 2 * OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.