FP50PE00 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 FP50PE00 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.
INCLUDE RPC1PC00.
No SAP DATABASE tables are accessed within this REPORT code!
HR_T582A_READ CALL FUNCTION 'HR_T582A_READ' "XYVAHRK039910 EXPORTING "XYVAHRK039910 INFTY = OIT_INFTY "XYVAHRK039910 IMPORTING "XYVAHRK039910 T582A = T582A "XYVAHRK039910 EXCEPTIONS "XYVAHRK039910 ENTRY_NOT_FOUND = 1 "XYVAHRK039910 OTHERS = 2. "XYVAHRK039910
HR_T777D_READ CALL FUNCTION 'HR_T777D_READ' "XYVAHRK039994 EXPORTING "XYVAHRK039994 INFTY = OIT_INFTY "XYVAHRK039994 IMPORTING "XYVAHRK039994 T777D = T777D "XYVAHRK039994 EXCEPTIONS "XYVAHRK039994 ENTRY_NOT_FOUND = 1 "XYVAHRK039994 OTHERS = 2. "XYVAHRK039994
HR_T582A_READ CALL FUNCTION 'HR_T582A_READ' "XYVAHRK039994 EXPORTING "XYVAHRK039994 INFTY = REI_INFTY "XYVAHRK039994 IMPORTING "XYVAHRK039994 T582A = T582A "XYVAHRK039994 EXCEPTIONS "XYVAHRK039994 ENTRY_NOT_FOUND = 1 "XYVAHRK039994 OTHERS = 2. "XYVAHRK039994
HR_T777D_READ CALL FUNCTION 'HR_T777D_READ' "XYVAHRK039994 EXPORTING "XYVAHRK039994 INFTY = REI_INFTY "XYVAHRK039994 IMPORTING "XYVAHRK039994 T777D = T777D "XYVAHRK039994 EXCEPTIONS "XYVAHRK039994 ENTRY_NOT_FOUND = 1 "XYVAHRK039994 OTHERS = 2. "XYVAHRK039994
ENQUEUE_EPCLB1 CALL FUNCTION 'ENQUEUE_EPCLB1' EXPORTING RELID = 'B1' SRTFD = SRTFD EXCEPTIONS FOREIGN_LOCK = 4.
CO_RU_CONFIRMATION * CALL FUNCTION 'CO_RU_CONFIRMATION' * EXPORTING * AKTYP_IMP = 'L' "Löschen * LOCK_FLAG = 'X' "Sperren * NO_DIALOG_FLAG = 'X' "Kein Dialog * RUECK_IMP = PAFRUTAB-RUECK * RMZHL_IMP = PAFRUTAB-RMZHL * IMPORTING * AFRUD_EXP = AFRUD.
HR_REFRESH_QUODED_BUFFER * CALL FUNCTION 'HR_REFRESH_QUODED_BUFFER'.
HR_REFRESH_QUODED_BUFFER CALL FUNCTION 'HR_REFRESH_QUODED_BUFFER' exporting REGARD_STORED_PERNR = 'X'.
RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' EXPORTING set_default_plvar = 'X' IMPORTING act_plvar = l_plvar EXCEPTIONS no_active_plvar = 0 OTHERS = 0.
HR_PERSONEE_GETPERSON CALL FUNCTION 'HR_PERSONEE_GETPERSON' EXPORTING iv_employee_id = p_pernr iv_with_authority = space IMPORTING es_hrpersonee = ls_hrpersonee.
HR_PERSONEE_GETEMPLOYEE CALL FUNCTION 'HR_PERSONEE_GETEMPLOYEE' EXPORTING iv_person_id = ls_hrpersonee-personid iv_with_authority = space IMPORTING et_hrpersonee = lt_hrpersonee et_employeesinfo = lt_employeesinfo.
RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' EXPORTING authority = space infty = '1001' TABLES innnn = lt_relation objects = lt_object EXCEPTIONS all_infty_with_subty = 0 nothing_found = 0 no_objects = 0 wrong_condition = 0 OTHERS = 0.
HR_PERSONEE_DELETE CALL FUNCTION 'HR_PERSONEE_DELETE' EXPORTING is_hrpersonee = ls_hrpersonee iv_with_authority = space EXCEPTIONS no_authorization = 0 invalid_data = 0 OTHERS = 0.
HR_EE_CREATE_CENTRALERSON CALL FUNCTION 'HR_EE_CREATE_CENTRALERSON' EXPORTING iv_employee_id = ls_hrpersonee-employeeid iv_name = ls_employeesinfo-ename iv_begindate = ls_employeesinfo-begda iv_with_authority = space IMPORTING ev_person_id = ls_hrpersonee-personid.
HR_PERSONEE_DELETE CALL FUNCTION 'HR_PERSONEE_DELETE' EXPORTING is_hrpersonee = ls_hrpersonee iv_with_authority = space EXCEPTIONS no_authorization = 0 invalid_data = 0 OTHERS = 0.
HR_CENTRALPERSON_DELETE CALL FUNCTION 'HR_CENTRALPERSON_DELETE' EXPORTING iv_person_id = ls_hrpersonee-personid iv_with_authority = space EXCEPTIONS no_authorization = 0 invalid_data = 0 OTHERS = 0.
RH_GET_ACTIVE_WF_PLVAR call function 'RH_GET_ACTIVE_WF_PLVAR' exporting set_default_plvar = 'X' importing act_plvar = l_plvar exceptions no_active_plvar = 0 others = 0.
HR_PERSONEE_GETPERSON call function 'HR_PERSONEE_GETPERSON' exporting iv_employee_id = d_pernr iv_with_authority = space importing es_hrpersonee = ls_hrpersonee.
call function 'HR_READ_INFOTYPE' exporting pernr = d_pernr infty = '0121' tables infty_tab = p0121.
HRPAD00_SET_PLOG_TAB CALL FUNCTION 'HRPAD00_SET_PLOG_TAB' TABLES PLOG_TAB = PLOG_TAB.
HRPAD00_GET_PLOG_TAB CALL FUNCTION 'HRPAD00_GET_PLOG_TAB' TABLES PLOG_TAB = PLOG_TAB.
HRPAD00_FREE_PLOG_TAB CALL FUNCTION 'HRPAD00_FREE_PLOG_TAB'.
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 FP50PE00 or its description.