on 2016 Aug 25 4:22 PM
Hello,
We are able to successfully generate the employee data file using RH_SFI_SYNCHRONIZE_EMPL_DATA program. However, when we try to upload this UDF in the SuccessFactors's Import user, we get errors.
Possible reason is that the file in not encoded correctly.
If I open this UDF in Openoffice and save is at in UTF-8 format, and then try uploading this file, then there is no issues.
Does anyone know what format is used for the CSV file that comes out of SAP?
Regards,
Harshal Soni
Hi Harshal:
Are you generating the file to the server or local?
To server, standard output use UTF8 format.
To local it must depend on your windows setting.
TRY.
OPEN DATASET iv_unixds FOR OUTPUT IN TEXT MODE ENCODING UTF-8 MESSAGE lv_filemsg.
CATCH cx_root. "#EC CATCH_ALL
ev_is_ok = abap_false.
ENDTRY.
Can you put a break-point and see if your reach this open dataset line?
If you use local output; In windows you can try to change your local setting and change it to US format.... that will modify the way the file is generated.
Best,
Antoine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
109 | |
8 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.