cancel
Showing results for 
Search instead for 
Did you mean: 

How to Specify the Upsert Operation for sap pi

Former Member
0 Kudos

Dear experts,

i am using the sap pi 7.4 dual stack version where my requirement is integration of data to successfactors. we have installed the sfsf connectivity add-on . Here my query is where can i specify the upsert operation in sfsf communication channel? Appreciate if you provide some inputs.

Regards

Giridhar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Giridhar,

there are two ways to do this:

  1. Use the Netweaver developer studio and download the SFSF add-on. With that, you can create a dataflow and then download a data definition from your SFSF-Instance. You will get a choice of entities with correct fields and you can choose the operation you want to use.
  2. Use the advanced parameter "passThrough" = true. Then, the output SOAP request is passed 1:1 to SF with modification. Then, you need to build then message type "upsert" with the structure that is defined in the WSDL and the customized fields from your enitity.

Regards,

Heiko