MP086240 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 MP086240 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_PSF_FIND_COMMUNE_EMPLOYEE CALL FUNCTION 'HR_PSF_FIND_COMMUNE_EMPLOYEE' EXPORTING im_pernr = p_pernr im_begda = p_date im_endda = p_date IMPORTING ex_commune = commune EXCEPTIONS OTHERS = 0.
HR_PSF_GET_DEPT_CODE CALL FUNCTION 'HR_PSF_GET_DEPT_CODE' EXPORTING imp_code = commune IMPORTING exp_code = p_departement EXCEPTIONS OTHERS = 0.
HR_FEATURE_BACKTABLE CALL FUNCTION 'HR_FEATURE_BACKTABLE' EXPORTING feature = 'FCMED' struc_content = pmef2 kind_of_error = space TABLES back = tab_feature_out CHANGING status = status EXCEPTIONS OTHERS = 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.