SAP Reports / Programs | Personnel Management | Management of Global Employees(PA-GE) SAP PA

MP071040 SAP ABAP INCLUDE - documentation and ABAP source code







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MP071040. "Basic submit
SUBMIT MP071040 AND RETURN. "Return to original report after report execution complete
SUBMIT MP071040 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MP071040

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MP071040 or its description.