SK SKYVVA Documentation

1. How to create an inbound interface using integrate Skyvva Bulk mode with SKYVVA V3 Connector Module?

This document describes how to create an inbound interface using Skyvva Bulk mode with Skyvva V3 connector module. What Is Bulk? SKYVVA Bulk Interface Processing is an interface uses for running bulk attachments. When you have a huge amount of data I.e data >= 5000records, then we should use bulk processing to process the interface. We should know some terms:

interface.

Skyvva interface creation Create an interface, for example, "IntegrateBulk" as shown below.

As we are using Skyvva Bulk So, we have to check the Bulk mode checkbox  as shown below

Now save the interface and download the WSDL from the classic mode.

Import WSDL into ESR First, we have to create a namespace in ESR like "urn:skyvva:integrateBulk". Now create an external definition under the namespace like below. Here the WSDL is for Account. So, we can give the name as AccountIntegrateBulk.

Import the WSDL and save and activate the external definition.

Create sender data type as shown below

after creating the source data type click on save and activate.

Create the message type as shown below.

Create an Outbound service interface, in that select category as outbound and select the respective message type.

then save and activate the outbound service interface.

Create an inbound service interface, in that select category as inbound and select the respective external definition.

Save and active the inbound service interface.

Create message mapping as shown below

Insert the respective source and target structure and then do the mapping. Now save and activate the message mapping.

Create Operation mapping as shown below

Select the respective outbound and inbound service interfaces and also the message mapping then save and activate the operation mapping.

You have to map business data from SAP e.g. IDoc, BAPI or Proxy into the Skyvva WSDL business structure. This business structure is the result of your operation mapping in PO and will be passed into the soap receiver channel. This structure will be converted by the Skyvva module "Skyvva/V3/Integration" which is a new custom V3 module used in the soap receiver channel.

We have to use Skyvva connector module in the soap receiver channel.

Creation of Integrated Configuration Objects After creating the objects in ESR. We have to configure these objects in the integration directory. First, we have to create Configuration Scenario.

An Integration scenario has the following objects.

These are the objects we should create. We have to define our business system e.g. for the SAP-Backend. For Salesforce you can use our proposal "Salesforce" as the business system. We have to import these business systems from SLD.

Configuring the Sender SOAP communication channel Create sender communication channel as shown below. Since we are using SOAP UI as a source. So, here we are using SOAP  in the sender channel.

Provide the necessary details as shown and then save and activate the channel.

Configuration for Tab "General"

Specify the parameters as shown in the above screenshot. Below is the configuration for the "Advanced" Tab.

The value "TserverLocation" has to be entered for the parameter Variable Header (XHeaderName1). Below are the settings for Tab "Module". Here, the SKYVVA  new V3 module containing the logic for session handling must be specified.

Configuration of module parameters are described in detail below Skyvva Module Parameters

Parameter Description Value

IntegrationID This parameter contains the skyvva engine integration id on Salesforce. Here we recommend to use only Integration name instead of id because if we transport the objects from one environment to other environment IntegrationId will be changed but Integration Name will not be changed. Skyvva_SAP_Salesforce

SessionGlobalFilePath This parameter holds the path in which the session id is being stored /usr/sap/O5B/SYS/global

SforceAccessPoint This parameter represents the URL(endpoint) for getting the session id. The URL is that of the Enterprise WSDL for Salesforce used for logging in and getting the session id https://ap4.salesforce.com/services/Soap/c/43.0

SessionPooling.Active A flag that actives or deactivates the session pooling. Set for better performance X

SforceRequestPayload It will show the request payload of skyvva X

SforceSecurityToken This parameters holds the security token from salesforce. Necessary only of configured in the salesforce instance By54dfe0000DerYvvv

SforceShowSAPChannelParameters It displays the SAP PI parameters in the output log X

SforceUsername This parameter is the salesforce username xxx@bbbb.com

SforceWebServiceOperation Defines the webservice operation  in skyvva integrate

pwdSforceLoginPassword It holds the password of the salesforce user used to log in to the salesforce xxxxxxx

SforceBulkPackageSize

This parameter determines how many records are split into chunks of the package size. For example if PI message contains 1000 records and the value of this parameter is 100 then we will get 10 batches each contain 100 records.

Ex – 1000

sforceBulkMode It specifies the mode of Bulk Skyvva Bulk V3

skyvvaVersion Skyvva version needs to be specify here Ex. 2.44

SforceBulkOperation This parameter is set when the interface uses the Bulk API. The bulk API enables transferring of mass data X

SforceBulkInterfaceId It specifies the name of the skyvva interface IntegrateBulk

Integrated Configuration Create integrated configuration objects as shown below.

Enter the required data e.g. the Communication Component, Interface and Namespace and then click on create button to create an ICO. Now go through the tabs from left to right to configure the relevant objects. In this first tab “Inbound Processing” here we have to specify the sender communication channel.

Here in the “Receiver” tab, we have to specify the receiver business system.

In Receiver interfaces tab specify the operation mapping.

In the “outbound processing” tab, we have to specify the receiver channel. Test the Inbound Interface. Triggering the data from Source system. Now we have to check the result in Salesforce bulk data load as shown below. Triggering the data from the Source system. Now we have to check the result in Bulk Control board as shown below.

Here we have to select the Bulk interface then click on search.

We have a scheduler to schedule the jobs during a particular time intervals.

Here i have tested with 8 records with SforceBulkPacketSize = 2. So i got 4 attachments  each attachment contain 2 records. If we want to test large amount of data for example- we are sending 30 records from Source to target Salesforce then we have to specify the parameter "SforceBulkPacketSize" in SKYVVA module. Lets say the SforceBulkPacketSize = 5 in receiver channel and then test the interface with 30 records. In Salesforce we can see 6 attachments. Each attachment may contain 5 records.

Open this article in the interactive viewer →