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

FP50PE01 SAP ABAP INCLUDE - Include LEHU4O01







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


INCLUDES used within this REPORT FP50PE01

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:

BDC_RUNNING * call function 'BDC_RUNNING' "XDPK090967 "XDPK001339 * importing "XDPK090967 "XDPK001339 * bi_info = bi_info "XDPK090967 "XDPK001339 * exceptions "XDPK090967 "XDPK001339 * bi_invalid_data = 1 "XDPK090967 "XDPK001339 * bi_notaktiv = 2 "XDPK090967 "XDPK001339 * others = 3. "XDPK090967 "XDPK001339

RH_INTEGRATION_CHECK CALL FUNCTION 'RH_INTEGRATION_CHECK' IMPORTING INTEGRATED_PLVAR = plogi_plogi org_integration = plogi_orga.

UPDATE_ORG_STRUCTURE CALL FUNCTION 'UPDATE_ORG_STRUCTURE' "XFYP30K051004 EXPORTING "XFYP30K051004 rhi_index = int_index "XFYP30K051004 pspar_supdg = pspar-supdg "XFYP30K051004 * DIALOG_CHECK = "XFYP30K051004 position = pa_plans "XFYP30K051004 percentage = pa_prozt "XFYP30K051004 IMPORTING "XFYP30K051004 rhi_subrc = int_subrc "XFYP30K051004 TABLES "XFYP30K051004 rhi_seltab = seltab "XFYP30K051004 xplog_tab = plog_tab "XFYP30K051004 position_tab = hri_postab "XFYPH9K000245 EXCEPTIONS "XFYP30K051004 OTHERS = 1. "XFYP30K051004

BDC_RUNNING CALL FUNCTION 'BDC_RUNNING' "XDPK090967 "XDPK001339 IMPORTING "XDPK090967 "XDPK001339 bi_info = bi_info "XDPK090967 "XDPK001339 EXCEPTIONS "XDPK090967 "XDPK001339 bi_invalid_data = 1 "XDPK090967 "XDPK001339 bi_notaktiv = 2 "XDPK090967 "XDPK001339 OTHERS = 3. "XDPK090967 "XDPK001339

RH_INTEGRATION_CHECK CALL FUNCTION 'RH_INTEGRATION_CHECK' "XFYK051004 IMPORTING "XFYK051004 integrated_plvar = rh_planvar "XFYK051004 org_integration = rh_orga "XFYK051004 EXCEPTIONS "XFYK051004 OTHERS = 1. "XFYK051004

RP_APPLICANT_ASSIGNMENT CALL FUNCTION 'RP_APPLICANT_ASSIGNMENT' * EXPORTING PLVAR = $PLVAR TABLES intpapl = seltab intplog = plog_tab before_image = before_image EXCEPTIONS both_tables_empty = 1 both_tables_filled = 2.

RH_FETCH_PLOG CALL FUNCTION 'RH_FETCH_PLOG' " Get all the EXPORTING " planning records infty = '1001' " objid = aplno " otype = 'AP' " plvar = space " TABLES " plogtab = iplog. "

RH_DELETE_INFTY CALL FUNCTION 'RH_DELETE_INFTY' " Delete Them EXPORTING " * vtask = 'D'"DIALOG "XDPK052932 vtask = 'B'"Buffer "XDPK052932 TABLES " innnn = iplog " EXCEPTIONS " error_during_delete = 1 " no_authorization = 2 " delete_first_record = 3 " corr_exit = 4 " OTHERS = 5. "

RH_GET_PLOG_TAB CALL FUNCTION 'RH_GET_PLOG_TAB' "XDPK052932 TABLES "XDPK052932 plog_tab_tab = plog_tab. "XDPK052932

HR_CHECK_MARKED_EVENT CALL FUNCTION 'HR_CHECK_MARKED_EVENT' EXPORTING act_pernr = l_pernr date_of_event = l_date act_event = l_massn IMPORTING return = r_return req_massn = r_massn req_massg = r_massg "XFYPH9K001393 req_date = r_date.

RH_DEL_DATA_AFTER_INTEGRATION CALL FUNCTION 'RH_DEL_DATA_AFTER_INTEGRATION' EXPORTING act_pernr = l_pernr EXCEPTIONS no_data_found = 1 OTHERS = 2.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = 'VACDE' struc_content = pme15 kind_of_error = 2 IMPORTING BACK = VACDE EXCEPTIONS DUMMY = 1 ERROR_OPERATION = 2 NO_BACKVALUE = 3 FEATURE_NOT_GENERATED = 4 INVALID_SIGN_IN_FUNID = 5 FIELD_IN_REPORT_TAB_IN_PE03 = 6 OTHERS = 7.

RH_FETCH_PLOG CALL FUNCTION 'RH_FETCH_PLOG' " Get A/B048 EXPORTING infty = '1001' " objid = wa_it4005-empnr " otype = 'P' " plvar = space " subty = 'B048' " TABLES " plogtab = iplog. "

RH_DELETE_INFTY CALL FUNCTION 'RH_DELETE_INFTY' " Delete Them EXPORTING vtask = 'B'"Buffer authy = ' ' TABLES innnn = iplog EXCEPTIONS error_during_delete = 1 no_authorization = 2 delete_first_record = 3 corr_exit = 4 OTHERS = 5.

RH_GET_PLOG_TAB CALL FUNCTION 'RH_GET_PLOG_TAB' TABLES plog_tab_tab = p_plog_tab.

RH_FETCH_PLOG CALL FUNCTION 'RH_FETCH_PLOG' " Get EXPORTING " planning records infty = '1001' " objid = aplno " otype = 'AP' " plvar = space " subty = 'B048' " TABLES " plogtab = iplog. "

RH_DELETE_INFTY CALL FUNCTION 'RH_DELETE_INFTY' " Delete Them EXPORTING vtask = 'B'"Buffer TABLES innnn = iplog EXCEPTIONS error_during_delete = 1 no_authorization = 2 delete_first_record = 3 corr_exit = 4 OTHERS = 5.

RH_GET_PLOG_TAB CALL FUNCTION 'RH_GET_PLOG_TAB' TABLES plog_tab_tab = p_plog_tab.



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