MP50AI10 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 MP50AI10 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: Include ZP50A_CE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'. "YSFN607088
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'. "MELN1675567
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'. "YSFN607088
HRCCE_DISPLAY_ASSIGN_OVERVIEW CALL FUNCTION 'HRCCE_DISPLAY_ASSIGN_OVERVIEW' EXPORTING personid = l_personid begda = sy-datum IMPORTING selected_pernr = sel_pernr.
HRCCE_DISPLAY_ASSIGN_DETAIL CALL FUNCTION 'HRCCE_DISPLAY_ASSIGN_DETAIL' EXPORTING personid = l_personid begda = sy-datum IMPORTING selected_pernr = sel_pernr.
HR_GET_ACTION_NEW_ASSIGNMENT CALL FUNCTION 'HR_GET_ACTION_NEW_ASSIGNMENT' IMPORTING action_new_assignment = action_new_assignment.
HRCCE_GET_NEW_HIRE_ACTIONS CALL FUNCTION 'HRCCE_GET_NEW_HIRE_ACTIONS' IMPORTING hire_actions_tab = hire_actions_tab.
HR_GET_ACTION_EXPATPLANNING CALL FUNCTION 'HR_GET_ACTION_EXPATPLANNING' IMPORTING expat_planning_action = expat_planning_action.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING textline1 = 'Der Mitarbeiter existiert im System'(008) textline2 = 'Möchten Sie einen weiteren Vertrag anlegen'(009) textline3 = 'oder möchten Sie die Infogruppe aufrufen?'(010) text_option1 = 'Neuer Vertrag'(011) text_option2 = 'Infogruppe'(012) titel = 'Abfrage'(013) cancel_display = 'X' IMPORTING answer = reaction.
HR_EMPLOYEE_RECOGNITION CALL FUNCTION 'HR_EMPLOYEE_RECOGNITION' EXPORTING persa = pspar-werks einda = sel-begst IMPORTING pernr = pernr refpernr = rfpnr massn = massn reaction = reaction.
HRCCE_POP_UP_SEL_HIRE_MASSN CALL FUNCTION 'HRCCE_POP_UP_SEL_HIRE_MASSN' EXPORTING hire_actions_tab = hire_actions_tab IMPORTING massn = rp50g-massn.
HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'HRPAD00MGEACTIVATION' IMPORTING is_implemented = is_implemented CHANGING instance = badi.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'RP50G-CCNTR' values = items EXCEPTIONS id_illegal_name = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.