cancel
Showing results for 
Search instead for 
Did you mean: 

Successfactor employee photo to be replicated to SAP ECC/S4HANA system

vipinsaraika
Participant
0 Kudos

Hi Gurus,

I have a requirement where I need to replicate the SuccessFactors employee photo to the SAP ECC/S4HANA system. The CPI system is generating the XML payload for the employee photo in decoded base64 format. I need to upload this photo to employee master in SAP ECC system info type 0002. I have gone through the OAOH transaction and it looks like sap uses the business object to store the employee photo i.e. PREL and the document type is HRICOLFOTO.

Also, I have gone through the standard program provided by SAP in ECC to upload the pictures from the local machine 'OA_UPLOAD_AND_LINK' , but my picture will be interfaced and will be coming as a payload.

Can somebody help me in this to achieve the abve solution.

Accepted Solutions (0)

Answers (1)

Answers (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

Use this and make sure you develop ABAP program to update the infotypes

https://blogs.sap.com/2018/10/02/export-employee-photos-from-successfactors-with-zero-coding-using-s...

Then use program OA_UPLOAD_AND_LINK to upload

You can try with one and see why its not updating for a single employee.