SAP Reports / Programs

RH_SFI_SYNCHRONIZE_EMPL_DATA SAP ABAP Report - Sync Employee Data with SuccessFactors (with Delta and Inactive Logic)







RH_SFI_SYNCHRONIZE_EMPL_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report extracts data from the SAP ERP system so that it is available in SuccessFactors Business Execution (BizX) for Talent Management processes...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RH_SFI_SYNCHRONIZE_EMPL_DATA into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

HRSFI_SYNCH_EMP_DATA - Sync Employee Data with SFSF


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


Text pool values


Selection Text: P_C_45 = D .
Selection Text: P_C_44_R = D .
Selection Text: P_C_44 = D .
Selection Text: P_C_43_R = D .
Selection Text: P_C_43 = Custom 15
Selection Text: P_C_42_R = D .
Selection Text: P_C_42 = Custom 14
Selection Text: P_C_41_R = D .
Selection Text: P_C_41 = Custom 13
Selection Text: P_C_40_R = D .
Selection Text: P_C_40 = Custom 12
Selection Text: P_C_4 = D .
Selection Text: P_C_3_R = D .
Selection Text: P_C_39_R = D .
Selection Text: P_C_39 = Custom 11
Selection Text: P_C_38_R = D .
Selection Text: P_C_38 = Custom 10
Selection Text: P_C_37_R = D .
Selection Text: P_C_37 = Custom 9
Selection Text: P_C_36_R = D .
Selection Text: P_C_36 = Custom 8
Selection Text: P_C_35_R = D .
Selection Text: P_C_35 = Custom 7
Selection Text: P_C_34_R = D .
Selection Text: P_C_34 = Custom 6
Selection Text: P_C_33_R = D .
Selection Text: P_C_33 = Custom 5
Selection Text: P_C_45_R = D .
Selection Text: R_MID = Middleware
Selection Text: R_FILE = File Transfer with Path
Selection Text: P_SRVPTH = D .
Selection Text: P_SCENA = Extraction Variant
Selection Text: P_LOGERR = Log Error Messages only
Selection Text: P_LANGU = Extraction Language
Selection Text: P_FORCED = Forced Synchronization
Selection Text: P_EMAIL = E-Mail
Selection Text: P_C_9_R = D .
Selection Text: P_C_9 = D .





Selection Text: P_C_8_R = D .
Selection Text: P_C_8 = D .
Selection Text: P_C_7_R = D .
Selection Text: P_C_7 = D .
Selection Text: P_C_6_R = D .
Selection Text: P_C_6 = D .
Selection Text: P_C_5_R = D .
Selection Text: P_C_5 = D .
Selection Text: P_C_4_R = D .
Selection Text: P_C_49_R = D .
Selection Text: P_C_49 = D .
Selection Text: P_C_48_R = D .
Selection Text: P_C_48 = D .
Selection Text: P_C_47_R = D .
Selection Text: P_C_47 = D .
Selection Text: P_C_46_R = D .
Selection Text: P_C_46 = D .
Selection Text: P_C_20_R = D .
Selection Text: P_C_20 = D .
Selection Text: P_C_2 = D .
Selection Text: P_C_1_R = D .
Selection Text: P_C_19_R = D .
Selection Text: P_C_19 = D .
Selection Text: P_C_18_R = D .
Selection Text: P_C_18 = D .
Selection Text: P_C_17_R = D .
Selection Text: P_C_17 = D .
Selection Text: P_C_16_R = D .
Selection Text: P_C_16 = D .
Selection Text: P_C_15_R = D .
Selection Text: P_C_15 = D .
Selection Text: P_C_14_R = D .
Selection Text: P_C_14 = D .
Selection Text: P_C_13_R = D .
Selection Text: P_C_13 = D .
Selection Text: P_C_12_R = D .
Selection Text: P_C_12 = D .
Selection Text: P_C_11_R = D .
Selection Text: P_C_11 = D .





Selection Text: P_C_10_R = D .
Selection Text: P_C_10 = D .
Selection Text: P_C_1 = D .
Selection Text: P_C_21 = D .
Selection Text: P_C_32_R = D .
Selection Text: P_C_32 = Custom 4
Selection Text: P_C_31_R = D .
Selection Text: P_C_31 = Custom 3
Selection Text: P_C_30_R = D .
Selection Text: P_C_30 = Custom 2
Selection Text: P_C_3 = D .
Selection Text: P_C_2_R = D .
Selection Text: P_C_29_R = D .
Selection Text: P_C_29 = Custom 1
Selection Text: P_C_28_R = D .
Selection Text: P_C_28 = D .
Selection Text: P_C_27_R = D .
Selection Text: P_C_27 = D .
Selection Text: P_C_26_R = D .
Selection Text: P_C_26 = D .
Selection Text: P_C_25_R = D .
Selection Text: P_C_25 = D .
Selection Text: P_C_24_R = D .
Selection Text: P_C_24 = D .
Selection Text: P_C_23_R = D .
Selection Text: P_C_23 = D .
Selection Text: P_C_22_R = D .
Selection Text: P_C_22 = D .
Selection Text: P_C_21_R = D .
Title: Sync Employee Data with SuccessFactors (with Delta and Inactive Logic)
Text Symbol: C02 = Fields
Text Symbol: C01 = Required
Text Symbol: 006 = Default Settings


INCLUDES used within this REPORT RH_SFI_SYNCHRONIZE_EMPL_DATA

INCLUDE RH_SFI_DATA_DEFINITION_1.
INCLUDE RH_SFI_SELSCREEN_2_1.
INCLUDE RH_SFI_CUSTOMIZING. "#EC SHAREOK


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:

No SAP FUNCTION MODULES are executed within this report code!






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