MP038140 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 MP038140 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 0381, 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 = p0381-pernr begda = p0381-begda endda = p0381-endda * ctype = read_level = 1 reaction = reaction IMPORTING carea = p0381-carea TABLES error_table = error_table EXCEPTIONS carea_not_found = 1 missing_ctype = 2 OTHERS = 3.
HRCM_COMPENSATION_PLVAR_SET CALL FUNCTION 'HRCM_COMPENSATION_PLVAR_SET' EXPORTING read_level = 1 read_cascade = 'X' read_only = 'X' * MESSAGE_MODE = 0 * REACTION = IMPORTING plvar = act_plvar * PLVAR_LEVEL = * TABLES * ERROR_TABLE = EXCEPTIONS no_valid_plvar_found = 1 OTHERS = 2.
HRCM_COMPONENT_CATEGORY_GET CALL FUNCTION 'HRCM_COMPONENT_CATEGORY_GET' EXPORTING ctype = i71ca-ctype reaction = no_msg IMPORTING categ = categ TABLES error_table = error_table EXCEPTIONS component_not_found = 1 OTHERS = 2.
HRCM_EMPLOYEE_INFO_GET CALL FUNCTION 'HRCM_EMPLOYEE_INFO_GET' EXPORTING emp_pernr = p0381-pernr * EMP_ELOCK = ' ' plvar = act_plvar begda = p0381-begda endda = p0381-endda carea = p0381-carea * REACTION = ' ' * TABLES * ERROR_TABLE = CHANGING emp_info = empinfo.
HRCM_ADJUSTMENT_ELIG_DEFAULT CALL FUNCTION 'HRCM_ADJUSTMENT_ELIG_DEFAULT' EXPORTING emp_info = empinfo eligr = eligr begda = p0381-begda endda = p0381-endda * REACTION = IMPORTING eligibility = q0381-celig_disp.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.