MP000120 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 MP000120 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: Module Pool for Infotype P0001: PBO Modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_GET_ACTION_EXPATPLANNING CALL FUNCTION 'HR_GET_ACTION_EXPATPLANNING' "XDBPL0K001225 IMPORTING "XDBPL0K001225 EXPAT_PLANNING_ACTION = expat_planning_action. "XDBPL0K001225
RH_GET_POSITION_TAB CALL FUNCTION 'RH_GET_POSITION_TAB' EXPORTING getperson = p0001-pernr getbegda = p0001-begda getendda = p0001-endda bypass_buffer = 'X' "N1832575 TABLES position_tab = get_position_tab EXCEPTIONS nothing_found = 1 OTHERS = 2.
HR_CONVERT_OPERA_FROM_CHECK CALL FUNCTION 'HR_CONVERT_OPERA_FROM_CHECK' EXPORTING reference_date = p0001-begda TABLES position_opera = get_position_tab position_action = old_postab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.