SK SKYVVA Documentation

SAP Business Bydesign Adapter Operation Get to query specific records.

Introduction

Skyvva, with its SAP Business ByDesign adapter, offers a seamless integration solution between Salesforce and SAP Business ByDesign. In this tutorial, we will focus on utilizing the operation get feature to retrieve records from SAP Business ByDesign, enabling their insertion or updating in Salesforce. By leveraging this feature, users can efficiently fetch data from SAP Business ByDesign and ensure its accurate synchronization with Salesforce, streamlining the integration process between the two systems.

To GET record in sap business by design using OData, we need to using sap business by design adapter with operation GET and we need to know the ObjectID which will use in PATH Parameter.

How to get specific record from sap business bydesign ?

Pre-required

Step 1 : Create Integration 

Step2: Create Connection Destination of SAP Business Bydesign.

Step3: Create Metadata and Repository

Step4 : Generate Material Message Type.

Due to we have generated already in case create record in sap by design, so we can use the template existed.

In case Update Material we need to have ObjectID so we can use in mapping by add field Object ID in the node Path _Paramater as the dynamic value.

Fill the MsgType Field Entry Name and Istructure then click Save.

Step 5:  Create Integration, Outbound Interface.

Due to we have Inbound Interface in case 1 so we can using this interface .

Linked the Response with Interface.

Linked the Response with Interface.

Step 6: Create SAP Business Bydesign using operation GET.

Step 6: Callout by manual Process button on Integration.

Noted: In case Update Material we have update the Description so when we are using the operation get it will get the new value from sap business by design system to salesforce.

We can see the account is modified Description because we using the account to update record in case update record so when we get the record from sap business by design it will get the latest value in sap business by design.

Open this article in the interactive viewer →