Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
manasiev
Advisor
Advisor
I am happy to announce the general availability of SAP Process Integration Connectivity Add-on 2.0 as of December 23, 2020. The add-on includes SFSF adapter for seamless integration with SAP SuccessFactors systems (supporting SFAPI, OData V2 API and LMS REST APIs), and OData adapter for integration with SAP, third party and custom built OData V2 services. Connectivity Add-on  2.0 runs on SAP Process Orchestration 7.5, taking advantage of the latest improvements in the product.

 

New Features and Enhancements



  • New Feature: OData adapter available on sender side as a polling adapter

  • New Feature: Dynamically setting OData resource path

  • New Feature: Batch processing in SFSF adapter

  • New Feature: Support of Adapter-Specific Message Attributes

  • New Feature: Sending dynamic HTTP headers

  • New Feature: Channel level configuration of connection timeout parameters

  • New Feature: Channel level HTTP traces

  • New Feature: OData metadata caching

  • Enhancement: Extending the scope of dynamically evaluated dates


 

Let's take a closer look at the new stuff.

 

OData sender adapter


Until now, OData adapter was somewhat incomplete as it could be configured only on receiver side. With Connectivity add-on 2.0, OData adapter can also be configured on the sender side as a polling adapter (similar to SFSF adapter). Here is a list of the main features of OData sender adapter:

  • Query (GET) and Function Import as OData operations

  • Support of Exactly Once (EO) and Exactly Once In Order (EOIO) quality of service

  • Paging of the response from OData service

  • Configuration of the maximum number of records to be included in a single XI message

  • Support of Adapter-specific message attributes


For more information check Configuring OData Adapter Sender Channel and SAP Note 2907730.

 

Dynamically setting OData resource path


In Connectivity add-on 1.0 you were able to provide some parts of the OData resource path dynamically. For example, when performing query on receiver side, it was possible to pass some System Query Options ($top, $skip, $filter) and custom URL parameters dynamically using the QueryStringOptions data type. The dynamic evaluation of dates feature also added to the dynamic nature of the queries. These features are useful but not universal - QueryStringOptions allows passing dynamic parameters only for Query operation and it was possible to change only the query part of the URL but not other parts.

We have addressed these limitations in Connectivity add-on 2.0. In both SFSF and OData adapter it is now possible to set the entire OData resource path (not just the query part) dynamically. This is available for all operations not just for Query. For Query operation, the QueryStringOptions data type has been extended to allow setting the resource path. For all other operations, the adapters make use of a new feature introduced in this release - adapter-specific message attributes. With these changes, you can change any part of the resource path, for example - the entity, the key predicate (for Read operation) etc.

For more information, check SAP Note 2547946.

 

Batch processing in SFSF adapter


SFSF adapter (in OData mode) did not have support for batch processing as this was not supported by SuccessFactors OData API. As there is already support for $batch operations on SuccessFactors side, we also introduced batch processing in the adapter. The functionality is identical to the batch processing in OData adapter.

For more information, check SAP Note 2904345.

 

Support of Adapter-Specific Message Attributes


OData and SFSF adapters now support Adapter-Specific message attributes (ASMA). They can be used in sender channels to propagate channel configuration parameters to XI message headers, which can then be used to make routing decisions, in mappings etc. Receiver channels also support ASMA. Using ASMA in receiver channels, you can dynamically set the OData resource path, as well as pass dynamic HTTP headers.

For more information, check SAP Note 2935373.

 

Sending dynamic HTTP headers


OData adapter and SFSF adapter in OData mode set required HTTP headers by default. Custom HTTP headers can be configured in the Advanced Settings of the channel (refer to SAP Note 2590026). The custom HTTP headers, configured in the Advanced Settings, are static, that is, the value is hardcoded and cannot be changed. With Connectivity add-on 2.0, it is also possible to set dynamic HTTP headers. You set them as Adapter-Specific Message Attributes in the XI message. This makes it possible to set HTTP headers, containing dynamic and message-specific values such as identifiers, tokens, timestamps, etc.

For more information, check SAP Note 2959614.

 

Channel level configuration of connection timeout parameters


In addition to the global connection timeout parameters that are set on adapter level (in the adapter application properties) and are applicable to all channels, in Connectivity add-on 2.0 it is possible to set these parameters on channel level, effectively overriding the global values.

For more information, check SAP Note 2937008.

 

Channel level HTTP traces


This feature brings value to the supportability of the Connectivity add-on adapters. It makes it easier to spot some issues by collecting HTTP traces only for the affected channel(s). The traces for each channel are written to a separate location.

For more information, check SAP Note 2947356.

 

OData metadata caching


The OData service metadata is cached on the local file system, making it faster to load. This brings performance benefit especially when the service metadata is large in size (as is the case with SuccessFactors OData API). Some OData services (e.g. SuccessFactors) support the ETag HTTP header which makes caching more efficient - the cached service metadata is updated only when there are changes in the metadata on the server. For OData services that do not support the ETag header, the metadata is cached for a specified period (configurable). It is also possible to force a metadata reload if needed.

For more information, check SAP Note 2947930.

 

Extending the scope of dynamically evaluated dates


SFSF sender channels could dynamically evaluate dates in the query for quite some time. This feature is no longer restricted to SFSF sender channels. It is now available in both SFSF and OData adapters and for both sender and receiver channels. On the receiver side, it can also be combined with the dynamic query option (for OData protocol).

For more information, check SAP Note 2995887.


Important Documentation



 

Summary


In this blog post we had a brief overview of the new features and enhancements in SAP Process Integration, connectivity add-on 2.0. Follow SAP Process Integration, connectivity add-on tag for more interesting blogs regarding Connectivity add-on, including more details about the new features and sample scenarios configuration.
15 Comments