Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Recently we have got requirement to delete some records from successfactors using SFSF adapter. We have already performed INSERT,UPDATE & UPSERT operations using SFSF Adapter, but we never worked with DELETE operation. We don't have DELETE operation in Query modeler in Juno or Kepler. But, finally we have found a way to use DELETE operation successfully. So here i'm sharing my experience.


Objective:

     To perform delete operation using SFSF - Odata Adapter in order to delete a record from Odata Entity in Successfactors.


Scenario:

     For example, we have employee position available in Successfactor, we wants to delete one record from it using SFSF Adapter.



Steps:


Open a query modeler in juno/kepler, select your interested entity(in this case it's position) and select Update(PUT) operation as we don't have DELETE operation there.

It will select Key fields from that entity. No need to add more fields here. Click on finish so that you will have XSD file generated

Import this XSD in ESR. It looks like below.

Use this external definition at receiver side which is successfactor.

Create all necessary ESR components and Iflow.

Copy resource path which is generated by query modeler. In this case it is "Position('code',datetime{effectiveStartDate})".

Then you need to configure SFSF Odata Receiver adapter as below.

As per our XSD, XML looks as below.

In successfactors Odata autdit log, we can see HTTP request like this.

It has successfully deleted entry of Position.

You can use below references to know more about SFSF Adapter and Query Modeler.



References:

SFSF Adapter - SuccessFactors (SFSF) Adapter for SAP NetWeaver Process Integration

Modeling - PI.SFSF Integration.DOC - How to Model Successfactors SOAP and ODATA Entities using Eclipse Juno Too...

3 Comments
Labels in this area