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
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: PT40: Process After Input Modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.