MP071040 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 MP071040 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!
RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = l_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.
RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = l_plvar otype = 'S' seark_begda = p0710-begda seark_endda = p0710-endda dynpro_repid = l_repid dynpro_dynnr = l_dynnr dynpro_searkfield = 'P0710-CAREER_SP' * no_seark_popup = ' ' IMPORTING sel_object = ls_objec EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 * illegal_mode = 4 internal_error = 5 OTHERS = 6.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = l_combo_fam_status values = lt_items.
HR_READ_FOREIGN_OBJECT_TEXT CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT' EXPORTING otype = 'S' objid = l_objid IMPORTING object_text = l_pos_text EXCEPTIONS OTHERS = 1.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = l_dyname dynumb = l_dynumb TABLES dynpfields = lt_screen_fields EXCEPTIONS OTHERS = 0.
HRPAD00_GET_BZPNR CALL FUNCTION 'HRPAD00_GET_BZPNR' IMPORTING bzpnr = l_home_pernr.
HRMGE00_GET_DURATION CALL FUNCTION 'HRMGE00_GET_DURATION' IMPORTING xpdur = l_duration t_unit = l_time_unit.
HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'HRMGE00INTLADMIN' CHANGING instance = l_badi.
HR_COUNTRYGROUPING_GET CALL FUNCTION 'HR_COUNTRYGROUPING_GET' EXPORTING pernr = p0710-pernr begda = p0710-begda endda = p0710-begda IMPORTING molga = l_host_molga EXCEPTIONS 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.