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

RH_SFI_WITHDRAW_VARIANT SAP ABAP Report - Discontinue Data Sync. with SuccessFactors for Group of Employees







RH_SFI_WITHDRAW_VARIANT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For employees for whom you have previously transferred data to SuccessFactors Business Execution (BizX), this report extracts the status Inactive and writes this to a comma-separated values file (CSV file) such that this information is available for SuccessFactors BizX...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_WITHDRAW_VARIANT 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_ED_WTHDRW_VRNT - Withdraw Variant


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_WITHDRAW_VARIANT. "Basic submit
SUBMIT RH_SFI_WITHDRAW_VARIANT AND RETURN. "Return to original report after report execution complete
SUBMIT RH_SFI_WITHDRAW_VARIANT 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 = D .
Selection Text: P_C_42_R = D .
Selection Text: P_C_42 = D .
Selection Text: P_C_41_R = D .
Selection Text: P_C_41 = D .
Selection Text: P_C_40_R = D .
Selection Text: P_C_40 = D .
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 = D .
Selection Text: P_C_38_R = D .
Selection Text: P_C_38 = D .
Selection Text: P_C_37_R = D .
Selection Text: P_C_37 = D .
Selection Text: P_C_36_R = D .
Selection Text: P_C_36 = D .
Selection Text: P_C_35_R = D .
Selection Text: P_C_35 = D .
Selection Text: P_C_34_R = D .
Selection Text: P_C_34 = D .
Selection Text: P_C_33_R = D .
Selection Text: P_C_33 = D .
Selection Text: P_C_45_R = D .
Selection Text: R_MID = Middleware
Selection Text: R_FILE = File Transfer with Path
Selection Text: P_VAR = Variant
Selection Text: P_SRVPTH = D .
Selection Text: P_REPDAT = Extraction Date
Selection Text: P_LANGU = Extraction Language
Selection Text: P_FORCED = Forced Transfer
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_32_R = 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_32 = D .
Selection Text: P_C_31_R = D .
Selection Text: P_C_31 = D .
Selection Text: P_C_30_R = D .
Selection Text: P_C_30 = D .
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 = D .
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 .
Selection Text: P_C_21 = D .
Title: Discontinue Data Sync. with SuccessFactors for Group of Employees
Text Symbol: C04 = Variant to Be Withdrawn
Text Symbol: C03 = Default Settings
Text Symbol: C02 = Fields
Text Symbol: C01 = Required


INCLUDES used within this REPORT RH_SFI_WITHDRAW_VARIANT

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:

RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = 'RH_SFI_SYNCHRONIZE_EMPL_DATA' variant = p_var TABLES * L_PARAMS = * L_PARAMS_NONV = * L_SELOP = * L_SELOP_NONV = valutab = lt_values * OBJECTS = * FREE_SELECTIONS_DESC = * FREE_SELECTIONS_VALUE = EXCEPTIONS variant_non_existent = 0 variant_obsolete = 0 OTHERS = 0.






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