SK SKYVVA Documentation

SAP Business Bydesign adapter with operation Patch.

Introduction

The Skyvva integration platform's adapter for SAP Business ByDesign includes an operation patch feature, enabling seamless updates of records in SAP Business ByDesign from Salesforce. This feature simplifies the synchronization and accuracy of data between the two systems, streamlining workflows and eliminating the need for manual data entry. By leveraging the operation patch capability, businesses can efficiently update records in SAP Business ByDesign using the latest information from Salesforce, improving efficiency and data consistency.

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

How to using Sap Business Bydesign adapter with operation Patch?

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:  Outbound Interface.

Step 6: Create Sap Business Bydesign adapter and Linked with request Interface.

Click New button and fill the required fill such as Name, Type: SAP Business By Design, Direction: Outbound, Status: Active, Protocol: Rest, Authentication Type: Basic, Operation: PATCH, API Service Endpoint URL : The URL OData material  , Request format : application/json, response format: application/json and put the connection destination.

Noted: We need to use (‘ {!ObjectID}‘) in URL PATH Parameter for put the value dynamic from fields of salesforce record.

Callout by manual Process button on Integration

Open this article in the interactive viewer →