Quantcast
Channel: SCN : All Content - Process Integration (PI) & SOA Middleware
Viewing all articles
Browse latest Browse all 7030

PI.SFSF.DOC – SFSF OData Dynamic query “$filter" clause at runtime.

$
0
0


Document ObjectiveObjective of this document is to providing information about “How to Build SFSF OData query “filter Clause” dynamically at runtime using SAP PI synchronously?

 

 

PI Version

7.4 Single Stack.

Connectivity add on

1.0

Patch

Lastest sca file : PICOASUF and PIADAPTERS.sca

Entity Type:

OData

Entity Name:

SFOData.EmployeeTime

Operation Type

Query

Operation Query

dummy-tableName?$select=dummy-fieldNames &$filter=dummy-filterCondition.

 

Normally SFSF OData Sender and Receiver Communication channel supports a hard coded Query.


  1. e.g.

Operation Type: Query

Operation Query:  dummy-tableName?$select=dummy-fieldNames &$filter=dummy-filterCondition.

 

Now as you see in above query filter expression and condition is also included as part of actual written query in Communication Channel (hard-coded).

But our requirement is to build and add this filter expression and condition at runtime rather than doing as fixed/hardcoding.

 

This document provides an example of main steps required to build interface in SAP PI. This is further divided into following three steps:-

  1. 1. PI Enterprise Service Repository Configurations
  2. 2. PI Integration Directory Configurations
  3. 3. Unit Testing of Scenario.

 

 

Brief about Technical Scenario:

 

SAP HCM is sending Employee Numbers to SAP-PI. Based on this request message a dynamic where/filter clause will be formed in Message mapping then it will be appending with actual Query on runtime and will be sent to Successfactors.

 

 

Synchronous scenario flow would be as follows:-

 

  1. 1. Response Message will flow from SAP HCM to Successfactors
  2. 2. Response Message will flow from Successfactors to SAP HCM.

 

SAP HCM is SOAP – XI Proxy Sender Channel.

Successfactors is SFSF Receiver Channel.

 

Integration Scenario.PNG

Enterprise Service Repository:-

 

External Definition :


1.png



Request Message will  from SAP HCM to Successfactors

 

External Definition (This is delivered by SAP in their latest patch). I have attached external definition along with this document.

I have attached it in txt format. so before using it save it in xsd format and use it.



2.png



Note (Just for others information)

You can also create your own data type name, message type but name and its namespace should be fixed as defined by SAP.

 

Response Message flow from Successfactors to SAP HCM.

 

External Definition (This is generated from eclipse Juno - How to generate this xsd using Juno: Please follow my other blog).

URL to Blog: SFSF.DOC - How to Model Successfactors SOAP and ODATA Entities using Eclipse Juno Tool.




3.png



Service Interface

 

Outbound Service Interface:

 

4.png

 

 

 

Inbound Service Interface:


5.png


Message Mapping and Operation Mapping

 

My is pass-through Scenario so no message and operation mapping required.



Integration Directory:-

 

1. Sender Communication channel.


6.png



2. Receiver Communication Channel.

 

Focus on Target Channel Arrow and Double Click.

Channel Properties will be Open.

Choose AdapterType as Successfactors

Message Protocol as SOAP ( Note : For OData choose OData Message Protocol).

Fill the neccessry information.

Eg. Address of SFSF DataCenter . In our case it is API5.

Company IDUserPassword( Ask above information from SFSF Configuration Expert ).


 

7.png

 

8.png

 

3. I-flow


9.png


http://help.sap.com/nw-connectivity-addon101?current=nw-connectivity-addon101

https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3139363438363826

https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3139363438363826

 

Important Note:


SAP recently released patch to support pulling complete data from Successfactors with an upper limit of 25MB.

It will be good for customers if they can download latest PICOASUF and PIADAPTERS.sca from the SMP and apply both to the PI system.


Viewing all articles
Browse latest Browse all 7030

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>