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

MP50AI10 SAP ABAP INCLUDE - Include ZP50A_CE







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


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


Text pool values


Title: Include ZP50A_CE


INCLUDES used within this REPORT MP50AI10

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:

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.



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