SAP Reports / Programs | Personnel Time Management(PT) SAP PT

MP51EI10 SAP ABAP INCLUDE - PT40: Process After Input Modules







MP51EI10 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 MP51EI10 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 MP51EI10. "Basic submit
SUBMIT MP51EI10 AND RETURN. "Return to original report after report execution complete
SUBMIT MP51EI10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: PT40: Process After Input Modules


INCLUDES used within this REPORT MP51EI10

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:

CONTROL_DESTROY CALL FUNCTION 'CONTROL_DESTROY' "AHRK016037 CHANGING "AHRK016037 h_control = handle "AHRK016037 EXCEPTIONS "AHRK016037 cntl_system_error = 1 "AHRK016037 cntl_error = 2 "AHRK016037 OTHERS = 3. "AHRK016037

CONTROL_DESTROY CALL FUNCTION 'CONTROL_DESTROY' "AHRK016037 CHANGING "AHRK016037 h_control = handle "AHRK016037 EXCEPTIONS "AHRK016037 cntl_system_error = 1 "AHRK016037 cntl_error = 2 "AHRK016037 OTHERS = 3. "AHRK016037

HR_PSEL_SELECTION_SAVE CALL FUNCTION 'HR_PSEL_SELECTION_SAVE' "AHRK016037 EXPORTING "AHRK016037 save_tcode = sy-tcode "AHRK016037 save_uname = sy-uname. "AHRK016037

HR_PSEL_SELECTION_DELETE CALL FUNCTION 'HR_PSEL_SELECTION_DELETE' "AHRK016037 EXPORTING "AHRK016037 dele_tcode = sy-tcode "AHRK016037 dele_uname = sy-uname. "AHRK016037

HR_PSEL_SELECTION_INIT CALL FUNCTION 'HR_PSEL_SELECTION_INIT' "AHRK016037 EXPORTING "AHRK016037 init_tcode = sy-tcode "AHRK016037 init_uname = sy-uname "AHRK016037 init_begda = sy-datum "XDGAL0K034600 init_endda = sy-datum "XDGAL0K034600 TABLES "AHRK016037 init_pernrs = selection_pernrs. "AHRK016037

HR_PSEL_PERSONS_DISPLAY CALL FUNCTION 'HR_PSEL_PERSONS_DISPLAY' "AHRK016037 EXPORTING "AHRK016037 show_repid = 'SAPMP51E' "AHRK016037 show_dynnr = sy-dynnr "AHRK016037 IMPORTING "AHRK016037 show_pernr = rp51e-pernr "AHRK016037 show_tree = tree "AHRK016037 show_popup = handle "AHRK016037 TABLES "AHRK016037 show_pernrs = selection_pernrs. "AHRK016037

HR_PSEL_PERSONS_DELETE CALL FUNCTION 'HR_PSEL_PERSONS_DELETE' "AHRK016037 TABLES "AHRK016037 del_pernrs = selection_pernrs. "AHRK016037

RP_CHECK_PERNR CALL FUNCTION 'RP_CHECK_PERNR' "AHRK023992 EXPORTING "AHRK023992 beg = sy-datum "AHRK023992 pnr = rp51e-pernr "AHRK023992 EXCEPTIONS "AHRK023992 data_fault = 1 "AHRK023992 person_unknown = 2 "AHRK023992 OTHERS = 3. "AHRK023992

CONTROL_DISPATCH CALL FUNCTION 'CONTROL_DISPATCH' EXPORTING fcode = sy-ucomm EXCEPTIONS cb_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 MP51EI10 or its description.