Technical Articles
Open Connectors – Types of Common Resources
This is my first blog post related to common resource of open connectors. SAP Integration suite Open connectors is the capability which provides the services that simplifies and accelerates the connectivity to third party cloud applications.
Introduction:
The library of SAP Integration suite open connectors has Common Resources, which define your own resource and create mappings to the apps.
The common resource template has the necessary field mapping and transformations to transform the data provided by resources.
Common Resource provides a standardized format of a specific resource that is not related to any API provider, but applicable to all providers with similar resources.
While mapping common resource to connectors will transform the connector resources to a consistent request and response payload, also can transform the payload types and values.
Prerequisites:
- SAP BTP
- SAP Open Connector capability added to the Integration suite.
Creating Instance:
Before going to common resources, first we have to create instance.
The below are the steps to be followed for creating instance,
Now the instance is created.
Ok. Let us see the types of Common Resources.
There are two types of common resources,
- Templated resources.
- Customization based on prebuilt resources.
Let’s check how to create both of the common Resources.
Templated Resources:
The templated resource will have already filled standard fields on which the transformations can be done through mapping.
Template resources include: /contacts, /leads mapped, /companies to CRM and other marketing apps like HubSpot CRM, Hubspot Marketing, Salesforce Sales Cloud, Marketo etc…
In order the build the new common resource, click on the “Build New Common Resource”.
Here, I am choosing the “contacts template” for creating the common resource.
After execution, we got the respective transformed data in the Body.
Now we will move to the second option.
Customization based on prebuilt resources:
Build new common resources by clicking the option start without a template
Conclusion:
We can use Common Resource feature of Open Connectors Capability to extract data by mapping the fields which can be corelated. This common resource can be used in multiple scenarios and reduce the repetitive task or mapping and extracting the general data which is required frequently. This can be achieved by either using the standard templates or by creating our own specific templates.
https://answers.sap.com/tags/67837800100800006801
References:
Hi Vinduja,
Thanks for sharing this blog. It is really helpful.
Regards,
Nandhini.
Thanks for sharing this blog Vinduja. Its really helpful.