cancel
Showing results for 
Search instead for 
Did you mean: 

SAP HCI - Successfactors ODATA Delete Operation

Former Member
0 Kudos

Hello All,

There is a requirement to Delete the data from successfactors using SAP HCI.

But , I could not see the DELETE operation in SAP HCI. Please help is there any way to do the deletion of DATA from Sucessfactors .

Regards,

Tibin Joseph

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member97569
Participant
0 Kudos

Hi Joseph,

I've stuck with the same problem.

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Tibin,

Its possible to delete the data using API using HTTP adapter in SAP HCI [ Only data related to entities which supports Delete operation can be deleted].

Use HTTP adapter or HCI Odata [ Refer the blog ] with below configuration ( Please use relevant Key fields and relevant values ).

HTTP Adapter:

Using OData Adapter:

https://blogs.sap.com/2017/05/10/batch-operation-in-odata-v2-adapter-in-sap-cloud-platform-integrati...

Regards,

Sriprasad Shivaram Bhat

former_member97569
Participant
0 Kudos

Of course this way is possible. For me the not good that credentials for SFSF and HTTP are incompatible.

Sriprasadsbhat
Active Contributor
0 Kudos

Yes ilya.

Credentials needs to be deployed separately for SFSF and HTTP/HCI OData.Only one difference is while you deploy the security artifact for HTTP or HCI OData you have to select type as Default and user name should be UserName@CompanyId format.Where as SFSF you have to deploy the security artifact of type SuccessFactors which internally connects to CompanyID.

But still this is the only way which is possible as of now as per my understanding.

Regards,

Sriprasad Shivaram Bhat

Former Member
0 Kudos

Please do not tick the succesfactors check box while creating the credentials for HTTP.