SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

MP0001IN SAP ABAP INCLUDE - documentation and ABAP source code







MP0001IN 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 MP0001IN 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 MP0001IN. "Basic submit
SUBMIT MP0001IN AND RETURN. "Return to original report after report execution complete
SUBMIT MP0001IN 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 MP0001IN

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_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.

RH_SET_MAIN_PLANS_FOR_IT0001 CALL FUNCTION 'RH_SET_MAIN_PLANS_FOR_IT0001' "MELN1588427 EXPORTING iv_main_plans = p0001-plans.

HR_ASSIGN_MULTIPLE_POSITIONS CALL FUNCTION 'HR_ASSIGN_MULTIPLE_POSITIONS' EXPORTING person_nr = p0001-pernr org_assignment = p0001 begin_date = p0001-begda end_date = p0001-endda plans_old = psave-plans "MELN1720531 IMPORTING object_type = altass_otype object_id = altass_objid object_prozt = altass_prozt return = ass_return TABLES position_tab_import_old = old_postab position_tab_import_new = new_postab position_tab_export = new_ass_postab.



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 MP0001IN or its description.