Skip to content

Latest commit

 

History

History

Integration Recipes

| Browsing by Topic | Browse by Author | Browse by Artefact Type | Request a Recipe | Report a broken link | Contribute|

Topics


Amazon

Recipe Description Author
Amazon Seller Marketplace Integration with Third Party File based integration for sending Sales Transaction data from Amazon Seller Marketplace to Third Party (SAP Vistex template) SAP Business Accelerator Hub
Connect to Amazon DynamoDB SAP CPI needs to make a rest call to DynamoDB endpoint. Sunny Kapoor
Generate AWS4-HMAC-SHA256 Signature A reusable recipe to generate an AWS specific AWS4-HMAC-SHA256 signature and pass it as a HTTP Authorization header. Sunny Kapoor

B2B Integration Factory

Recipe Description Author
B2B Integration Factory - Cloud Integration - Trading Partner Management (TPM) The B2B Integration Factory - Integration packages offer additional features that are currently not yet supported by the B2B Capabilities @ SAP Integration Suite and the standard integration package "Cloud Integration - Trading Partner Management V2". SAP Business Accelerator Hub
B2B Integration Factory - Communication Receiver Flows (Custom) This integration package should cover all custom communication receiver flows, connectable via ProcessDirect at the receiver step of a TPA --> Business Transaction Activity. SAP Business Accelerator Hub
B2B Integration Factory - Communication Sender Flows This package includes all MS3-related sender communication flows for TPM B2B, provided by SAP. These sender flows connect to Step 1b: 'Sender Interchange Header Extraction Flow'. SAP Business Accelerator Hub
B2B Integration Factory - Extended Interchange Processing Flows This package provides all the flows and scripts which are necessary for fulfilling all the requirements that are not supported by the standard yet. SAP Business Accelerator Hub
B2B Integration Factory - Interchange Assembly Flows This package includes all integration flows, which are responsible for the final assembly of target (receiver) interchange/message payloads according the conventions of the considered type system. SAP Business Accelerator Hub
B2B Integration Factory - Interchange Extraction Flows This package includes all additional integration flows for extracting the relevant parameters and key fields from the headers according to the rules of the different type systems. SAP Business Accelerator Hub
B2B Integration Factory - Pre and Post-Processing Flows (Custom) This package provides all the custom iflows which are necessary for the required pre-/post-processing in the prepackaged TPAs. SAP Business Accelerator Hub

CICD

Recipe Description Author
Deploy Integration Artefact and Get Endpoint Deploy an existing integration flow on Cloud Integration runtime. Optionally you can also get the endpoint of the integration flow. Axel Albrecht
Deploy Run Once Integration Artefact and Check MPL Deploy an integration flow, check its deployment status and the message processing log status of the message execution that gets automatically triggered after the deployment due to a scheduler configuration or the consumption of files from a (S)FTP server or messages from a JMS queue. Axel Albrecht
Deploy Run Once Integration Artefact and Check MPL and Store If Success Deploy an integration flow, check its deployment status and the MPL (message processing log) status. In case of a successful message processing the job then downloads the integration flow artefact from the Cloud Integration tenant and commits it to the source code repository. Mayur Mohan Belur
Get Latest Message Processing Log Get the status of the last message execution of the configured integration artefact. In case the message execution failed, the job also provides the error information. Axel Albrecht
Get Specific Message Processing Log Get the message procesing log status of either a specific message exchange ID or of the last run of a specific integration artefact. In case the message execution failed, the job also provides the error information. Axel Albrecht
Store All API Providers Download all API Providers from the API Portal and store it in your source code repository like Git. Mahesh Srikrishnan
Store Integration Artefact Download a specific integration artefact from the Cloud Integration tenant and store it in your source code repository like Git. Axel Albrecht
Store Integration Artefact on New Version Check the Cloud Integration tenant for a new version of your integration artefact and if a new version exists, it downloads and stores it in a source code repository like Git. Axel Albrecht
Store Single API Provider Download a specific API Provider from the API Portal and store it in your source code repository like Git. Mahesh Srikrishnan
Store Single API Proxy Download a specific API Proxy from the API Portal and store it in your source code repository like Git. Mahesh Srikrishnan
Store Single Key Value Map Download a specific Key Value Map from the API Portal and store it in your source code repository like Git. Mahesh Srikrishnan
Undeploy Integration Artefact Undeploy a specific integration artefact from the Cloud Integration tenant. Axel Albrecht
Update Integration Configuration Parameter Configure the value of an externalized parameter of a specific integration artefact in the Cloud Integration tenant. Axel Albrecht
Update Integration Resources on Git Commit Develop and manage your integration resources like scripts and XSLT mappings using external IDEs and SCM tools like Git. Sunny Kapoor
Upload Integration Artefact Checkout the latest version of the configured integration flow artefact from your source code repository and either update or create the artefact on the Cloud Integration tenant. Mayur Mohan Belur
Upload Single API Provider Checkout the configured API Provider from the source code repository and either update or create the artefact on the API Portal tenant. Sunny Kapoor
Upload Single API Proxy Checkout the configured API Proxy from the source code repository and either update or create the artefact on the API Portal tenant. Sunny Kapoor
Upload Single Key Value Map Checkout the configured Key Value Map from the source code repository and either update or create the artefact on the API Portal tenant. Sunny Kapoor

Database Connectivity

Recipe Description Author
Connect to Amazon DynamoDB SAP CPI needs to make a rest call to DynamoDB endpoint. Sunny Kapoor

How to Guides

Recipe Description Author
Simulate Response from Datastore Select Operation and Write Variable Test a still under development integration flow with dummy data without the need for deployment. This recipe simulate reading of Write Variable in Content Modifier and the Datastore Select operation. Abhinav Verma

Integration Adapters

Recipe Description Author
Build custom Azure Blob Storage integration adapter Azure Blob Storage is a massively scalable and secure object storage for cloud-native workloads, archives, data lakes, high-performance computing and machine learning. The camel-Azure Blob Storage component stores and retrieves blobs from Azure Storage Blob Service using Azure APIs v12. This integration adapter enables an integration flow to connect to Azure Blob Storage collection. Mayur Mohan Belur
Build custom MongoDB integration adapter MongoDB is a very popular NoSQL solution and the camel-mongodb component integrates Camel with MongoDB allowing you to interact with MongoDB collections both as a producer (performing operations on the collection) and as a consumer (consuming documents from a MongoDB collection). This integration adapter enables an integration flow to connect to MongoDb collection. Mayur Mohan Belur
Build custom Rabbit MQ integration adapter The rabbitmq: component allows you produce and consume messages from RabbitMQ instances. Using the RabbitMQ AMQP client, this component offers a pure RabbitMQ approach over the generic AMQP component. This integration adapter enables an integration flow to persist or read messages in a RabbitMQ queue. Mayur Mohan Belur
Build custom Redis integration adapter Redis is advanced key-value store where keys can contain strings, hashes, lists, sets and sorted sets. In addition it provides pub/sub functionality for inter-app communications. This integration adapter allows an integration flow to access Redis. Mayur Mohan Belur

Integration Patterns

Recipe Description Author
Command Message This recipe lets you try out Command Message pattern for SOAP, OData and a BAPI. Bhalchandra Wadekar
Correlation Identifier When sending the request, the sender adds a unique key to request. The receiver processes the request and puts the unique key as the Correlation Identifier in the reply message. Thus when a reply is received independent of the request, the sender knows the request corresponding the received reply based on the Correlation Identifier. Bhalchandra Wadekar
Document Message This recipe lets you send a Email using the Document Message pattern. Bhalchandra Wadekar
Event Message This recipe lets you send a product update using the Event Message pattern. Bhalchandra Wadekar
Request Reply This recipe retrieves a list of products using the Request-Reply pattern. Bhalchandra Wadekar
Return Address This recipe lets you try out Return Address pattern. Bhalchandra Wadekar

Mappings

Recipe Description Author
Accessing Value Mappings from Groovy script Use ITApiFactory.getApi() to get ValueMappingAPI class that can be used to retrieve the mappings. Sharad Dixit
Convert JSON to XML using XSLT Mappings This recipe converts and incoming file from JSON format to XML format. Kamlesh Zanje
Invoke Java functions from XSLT Mapping Writing reflexive extension functions in Java to be invoked from XSLT. Kamlesh Zanje
Use Map data structures in XSLT Mapping Utilize Map data structures in XSLT Mappings flow step. Kamlesh Zanje

Partner Directory

Recipe Description Author
Accessing Partner Directory entries from within a Groovy script The String and Binary parameters from the Partner Directory can be accessed using a script with the help of getParameter API of the PartnerDirectoryService class. Amrita Laxmi

Qualtrics

Recipe Description Author
SAP Emarsys Integration with SAP Qualtrics Create personalized survey links and send them with a triggered email from SAP Emarsys. Receive survey response data (NPS Score) in SAP Emarsys SAP Business Accelerator Hub
Qualtrics Transaction-Based Survey Integration with SAP Marketing Cloud Load data (customers and transactions with transcation based interaction in Marketing cloud) from SAP Marketing Cloud system to SAP Qualtrics. SAP Business Accelerator Hub

SAP Analytics Cloud

Recipe Description Author
SAP Analytics Cloud Integration with SAP SuccessFactors Position Write Back Outbound Flow Integration between SAP Analytics Cloud HXM Planning and SAP SuccessFactors Positions. SAP Business Accelerator Hub
Integration between SAP Integrated Business Planning for demand and SAP Analytics Cloud Send baseline quantities from SAP Integrated Business Planning (IBP) for demand to SAP Analytics Cloud sales and marketing planning. Send back drivers from SAP Analytics Cloud models to SAP Integrated Business Planning for demand. SAP Business Accelerator Hub

SAP Ariba or SAP Business Network

Recipe Description Author
Contract Line Item Document (CLID) Integration with Third Party System This package provides an automated way to replicate documents from SAP Ariba to any Third Party system using SAP Business Technology Platform Integration Suite and SAP Build Process Automation. SAP Business Accelerator Hub
Integration between SAP Ariba and OpenText This integration package provides an integration between SAP Ariba and the Third Party system OpenText for replicating purchase requisition, purchase orders and sourcing projects. SAP Business Accelerator Hub
SAP Ariba Integration Tookit Integration of SAP Ariba Buying and Sourcing solutions with third party systems SAP Business Accelerator Hub
SAP Ariba Integration with SAP Ariba APIs This integration flow allows you to connect an Ariba system to the SAP Ariba APIs. SAP Business Accelerator Hub
SAP Ariba Integration with Third-Party for Analytical Reporting Consumption of Ariba APIs (Job Submission API and Job Results API) for Analytical Reporting ( Standard/Custom Templates) with CSV Output for integrating with Third Party SAP Business Accelerator Hub
SAP Ariba Integration with Third-Party for Vendor And Questionnaires Ariba APIs for Vendor and Questionnaires with CSV Output for integrating with Third Party SAP Business Accelerator Hub
SAP Ariba Sourcing Integration with Third-Party System This package offers integration flows designed for extracting and extending SAP Ariba Sourcing documents, seamlessly integrating with SAP Ariba Extensibility. SAP Business Accelerator Hub
SAP Business Network Integration with Non-SAP ERP Baseline template to support the Purchase Order, Invoice and other transactional documents with the SAP Business Network SAP Business Accelerator Hub
Third Party Invoice Status Integration with SAP Ariba network Invoice status handling from any Invoice system to SAP Ariba Network based on cXML SAP Business Accelerator Hub
Supplier Integration between SAP Integrated Business Planning and SAP Business Networks Replicate supplier related data between SAP Integrated Business Planning (SAP IBP) and SAP Business Networks. These iFlows help to exchange data between SAP Integrated Business Planning and SAP Business Networks from a Supplier prespective. The flows can either be triggered via an REST API or via Timer-based Iflow. SAP Business Accelerator Hub

SAP BTP

Recipe Description Author
Azure Blob Connectivity using SAP Private Link Service Sample to showcase connectivity to Azure Blob Storage using SAP Private Link Service with Application Router as a Proxy SAP Business Accelerator Hub
Enabling Exactly Once in Order via Cloud Integration Enables Exactly Once in Order (EOIO) processing with SAP Integration Suite, Advanced Event Mesh (AEM) utilizing partitioned Queues using the "Advanced Event Mesh Adapter for SAP Integration Suite" based on a blog. SAP Business Accelerator Hub
Integration Suite Alerting Framework using SAP BTP Alert Notification Service Contains multiple iflows designed to extract and send Cloud Integration Events to SAP BTP Alert Notification Service
Integration with Stored Value Solutions (SVS) for eGiftCard This package provides iFlows for creating eGiftcard from stored value solutions (SVS). SAP Business Accelerator Hub
Message Transformation Utilities This package contains artifacts that help transform message payloads between various formats, such as XML, plain text, CSV, and JSON. The overall aim is to deliver various functionalities that once existed in SAP Process Orchestration as Adapter Modules. SAP Business Accelerator Hub
SAP Ariba Integration with SAP Ariba APIs This integration flow allows you to connect an Ariba system to the SAP Ariba APIs. SAP Business Accelerator Hub
SAP Cloud Identity Services Integration with SAP Sales Cloud and SAP Fieldglass SAP Cloud Identity Services Identity Provisioning triggers the replication of user roles to SAP Sales Cloud and SAP Fieldglass. The user roles are mapped from the associated business units of the user in Identity Provisioning Service. SAP Business Accelerator Hub
SAP Cloud Integration with Alert Notification service for SAP BTP: JMS Service Integrate SAP Alert Notification service for SAP BTP with Cloud Integration to get exhausted JMS resources. SAP Business Accelerator Hub
SAP Concur API Integration with SAP Cloud Integration Connect to any SAP Concur API by providing a way to authenticate and request data SAP Business Accelerator Hub
SAP Emarsys Integration - Starter Pack This integration flow allows you to connect to the SAP Emarsys APIs SAP Business Accelerator Hub
SAP Integration Suite Cloud Integration Utilities This package offers integration flows designed for extracting and extending SAP Ariba Sourcing documents, seamlessly integrating with SAP Ariba Extensibility. SAP Business Accelerator Hub

SAP Cloud ALM

Recipe Description Author
SAP Signavio Integration with SAP Cloud ALM Import business processes between SAP Signavio and SAP Cloud ALM. SAP Business Accelerator Hub

SAP Cloud Identity Access Governance

Recipe Description Author
SAP S/4HANA Access Request Integration with SAP Cloud Identity Access Governance Integrate SAP Cloud Identity Access Governance (IAG) solution with your SAP S/4HANA HR systems to enable changes in employee status (HR triggers) to initiate access requests via SAP Cloud Identity Access Governance (IAG). SAP Business Accelerator Hub

SAP Concur

Recipe Description Author
Employee Integration between SAP SuccessFactors and SAP Concur Integration This package contains the employee integration between SAP SuccessFactors and SAP Concur via SFTP servers. SAP Business Accelerator Hub
Integration between SAP Concur and OpenText This integration package provides an integration between SAP Concur and the Third Party system OpenText for replicating travel requests. SAP Business Accelerator Hub
Replicate vendor and vendor group from SAP S/4HANA to SAP Concur This package is used to replicate vendor and vendor group information from SAP S/4HANA to SAP Concur system by requesting valid supplier information from SAP S/4HANA and then updating the vendor information and vendor group information in SAP Concur. SAP Business Accelerator Hub
SAP Concur API Integration with SAP Cloud Integration Connect to any SAP Concur API by providing a way to authenticate and request data SAP Business Accelerator Hub
SAP Fieldglass User Integration with SAP Concur Transfer new hires from SAP Fieldglass to SAP Concur and synch their expenses with SAP Fieldglass. SAP Business Accelerator Hub
SAP S/4HANA OnPremise Integration with SAP Concur SAP S/4HANA OnPremise Integration with SAP Concur in order to replicate the exchange rates via a standard BAPI to a SFTP Server. SAP Business Accelerator Hub
SAP S/4HANA OnPremise HCM Integration with SAP Concur SAP S/4HANA OnPremise HCM Integration with SAP Concur in order to replicate employee data via a custom BAPI and using an SFTP Server SAP Business Accelerator Hub
SAP SuccessFactors Employee Central Integration with SAP Concur This integration flow fetches employee details from SAP SuccessFactors Employee Central and based on the events/data changes, determines the records to be sent to SAP Concur. SAP Business Accelerator Hub

SAP Customer Experience

Recipe Description Author
Qualtrics Transaction-Based Survey Integration with SAP Marketing Cloud Load data (customers and transactions with transcation based interaction in Marketing cloud) from SAP Marketing Cloud system to SAP Qualtrics. SAP Business Accelerator Hub
SAP Customer Data Cloud Integration with SAP Service Cloud for Replicating Customer Details This package supports replication of Customer data of SAP Customer Data Cloud to SAP Service Cloud. SAP Business Accelerator Hub
SAP S/4HANA - Service Order Replication with SAP Marketing Cloud Send Service Orders from SAP S/4HANA OnPremise to SAP Marketing Cloud SAP Business Accelerator Hub
SAP Service Cloud Integration with SAP Marketing Cloud for Replicating Survey Details Replicate survey details from SAP Service Cloud to SAP Marketing Cloud. SAP Business Accelerator Hub

SAP Document Compliance

Recipe Description Author
SAP Document Compliance with Third Party - eDocuments Exchange electronic invoices with the tax authorities for Chile, Colombia and Mexico, available for SAP S/4HANA, and SAP ERP (available as of SAP ERP 6.0 EHP5) SAP Business Accelerator Hub

SAP Emarsys

Recipe Description Author
SAP Emarsys Integration - Starter Pack This integration flow allows you to connect to the SAP Emarsys APIs SAP Business Accelerator Hub
SAP Emarsys Integration with SAP Qualtrics Create personalized survey links and send them with a triggered email from SAP Emarsys. Receive survey response data (NPS Score) in SAP Emarsys SAP Business Accelerator Hub

SAP ERP

Recipe Description Author
Microsoft Dynamics CRM Integration with SAP S/4HANA Cloud and SAP ERP This package enables creation or change of Customer master and sales data between Microsoft Dynamics CRM, SAP S/4HANA Cloud and SAP ERP. SAP Business Accelerator Hub
SAP ERP or SAP S/4HANA Integration with SAP SuccessFactors Employee Central Replicate Bank Key data from SAP ERP or SAP S/4HANA to SAP SuccessFactors Employee Central SAP Business Accelerator Hub
SAP Document Compliance with Third Party - eDocuments Exchange electronic invoices with the tax authorities for Chile, Colombia and Mexico, available for SAP S/4HANA, and SAP ERP (available as of SAP ERP 6.0 EHP5) SAP Business Accelerator Hub
SAP ERP Master Data Integration with SAP S/4HANA Cloud This package enables creation or change of master data in SAP S/4HANA Cloud from SAP ERP. SAP Business Accelerator Hub
SAP SuccessFactors Employee Central Payroll Integration with SAP S_4HANA or SAP ERP Replication of Payroll posting data from SAP SuccessFactors Employee Central to SAP ERP or SAP S/4HANA. This data includes Cost Center/GL accounts/Expenses. SAP Business Accelerator Hub

SAP Event Mesh

Recipe Description Author
Replay Messages from Queues via SAP Event Mesh This package provides a replay mechanism for SAP Event Mesh messages. SAP Business Accelerator Hub

SAP Fieldglass

Recipe Description Author
Integration between SAP Fieldglass and OpenText This integration package provides an integration between SAP Fieldglass and the Third Party system OpenText for replicating Fieldglass specific data, e.g. purchase orders. SAP Business Accelerator Hub
SAP Cloud Identity Services Integration with SAP Sales Cloud and SAP Fieldglass SAP Cloud Identity Services Identity Provisioning triggers the replication of user roles to SAP Sales Cloud and SAP Fieldglass. The user roles are mapped from the associated business units of the user in Identity Provisioning Service. SAP Business Accelerator Hub
SAP Fieldglass User Integration with SAP Concur Transfer new hires from SAP Fieldglass to SAP Concur and synch their expenses with SAP Fieldglass. SAP Business Accelerator Hub

SAP Global Trade Services

Recipe Description Author
Reguvis Fachmedien Integration with SAP GTS Reguvis Fachmedien Integration with SAP GTS provides an Integration with SLP sanction list of Reguvis Fachmedien to SAP GTS (Global Trade Services) System in order to replicate blocked Business Partners SAP Business Accelerator Hub

SAP Integrated Business Planning

Recipe Description Author
Integration between SAP Integrated Business Planning for demand and SAP Analytics Cloud Send baseline quantities from SAP Integrated Business Planning (IBP) for demand to SAP Analytics Cloud sales and marketing planning. Send back drivers from SAP Analytics Cloud models to SAP Integrated Business Planning for demand. SAP Business Accelerator Hub
Supplier Integration between SAP Integrated Business Planning and SAP Business Networks Replicate supplier related data between SAP Integrated Business Planning (SAP IBP) and SAP Business Networks. These iFlows help to exchange data between SAP Integrated Business Planning and SAP Business Networks from a Supplier prespective. The flows can either be triggered via an REST API or via Timer-based Iflow. SAP Business Accelerator Hub

SAP Point of Sale

Recipe Description Author
SAP Retail Integration with SAP Point-of-Sale Outbound/Inbound integration between SAP Retail Solution and SAP POS (Point-of-Sale) SAP Business Accelerator Hub

SAP S4HANA

Recipe Description Author
Integration between TM Form and SAP S/4HANA BRIM This package provides integration content to connect TM Forum APIs to SAP Billing and Revenue Innovation Management (BRIM). SAP Business Accelerator Hub
Replicate vendor and vendor group from SAP S/4HANA to SAP Concur This package is used to replicate vendor and vendor group information from SAP S/4HANA to SAP Concur system by requesting valid supplier information from SAP S/4HANA and then updating the vendor information and vendor group information in SAP Concur. SAP Business Accelerator Hub
SAP ERP or SAP S/4HANA Integration with SAP SuccessFactors Employee Central Replicate Bank Key data from SAP ERP or SAP S/4HANA to SAP SuccessFactors Employee Central SAP Business Accelerator Hub
SAP Document Compliance with Third Party - eDocuments Exchange electronic invoices with the tax authorities for Chile, Colombia and Mexico, available for SAP S/4HANA, and SAP ERP (available as of SAP ERP 6.0 EHP5) SAP Business Accelerator Hub
SAP S/4HANA Access Request Integration with SAP Cloud Identity Access Governance Integrate SAP Cloud Identity Access Governance (IAG) solution with your SAP S/4HANA HR systems to enable changes in employee status (HR triggers) to initiate access requests via SAP Cloud Identity Access Governance (IAG). SAP Business Accelerator Hub
SAP S/4HANA Integration with Third-Party - Exchange Rate Load Automatically upload exchange rates daily in the SAP system from Bloomberg, a third-party provider of exchange rate data. SAP Business Accelerator Hub
SAP S/4HANA OnPremise Integration with SAP Concur SAP S/4HANA OnPremise Integration with SAP Concur in order to replicate the exchange rates via a standard BAPI to a SFTP Server. SAP Business Accelerator Hub
SAP S/4HANA OnPremise HCM Integration with SAP Concur SAP S/4HANA OnPremise HCM Integration with SAP Concur in order to replicate employee data via a custom BAPI and using an SFTP Server SAP Business Accelerator Hub
SAP S/4HANA - Service Order Replication with SAP Marketing Cloud Send Service Orders from SAP S/4HANA OnPremise to SAP Marketing Cloud SAP Business Accelerator Hub
SAP SuccessFactors Employee Central Payroll Integration with SAP S_4HANA or SAP ERP Replication of Payroll posting data from SAP SuccessFactors Employee Central to SAP ERP or SAP S/4HANA. This data includes Cost Center/GL accounts/Expenses. SAP Business Accelerator Hub
SAP Retail Integration with SAP Point-of-Sale Outbound/Inbound integration between SAP Retail Solution and SAP POS (Point-of-Sale) SAP Business Accelerator Hub

SAP S4HANA Cloud

Recipe Description Author
Email Integration with S/4HANA Cloud Custom Business Object Email based integration to create/modify/delete data in a CBO in S/4HANA Cloud. Create, modify or delete data in an SAP S/4HANA custom business object through a comma separated value file that is attached to an email. SAP Business Accelerator Hub
Microsoft Dynamics CRM Integration with SAP S/4HANA Cloud and SAP ERP This package enables creation or change of Customer master and sales data between Microsoft Dynamics CRM, SAP S/4HANA Cloud and SAP ERP. SAP Business Accelerator Hub
SAP ERP Master Data Integration with SAP S/4HANA Cloud This package enables creation or change of master data in SAP S/4HANA Cloud from SAP ERP. SAP Business Accelerator Hub
SAP S/4HANA Cloud Integration with File Server for Bank Statement Import Packaged Integration of Bank Statement in BAI Format from File Server to SAP S/4HANA Cloud using Bank Statement API SAP Business Accelerator Hub
Ticketmaster Journal Entry Integration with SAP S/4HANA Cloud Create Journal Entries from ticket sales originating from Ticketmaster Archtics and Host. SAP Business Accelerator Hub

SAP Sales Cloud

Recipe Description Author
SAP Cloud Identity Services Integration with SAP Sales Cloud and SAP Fieldglass SAP Cloud Identity Services Identity Provisioning triggers the replication of user roles to SAP Sales Cloud and SAP Fieldglass. The user roles are mapped from the associated business units of the user in Identity Provisioning Service. SAP Business Accelerator Hub

SAP Service Cloud

Recipe Description Author
SAP Customer Data Cloud Integration with SAP Service Cloud for Replicating Customer Details This package supports replication of Customer data of SAP Customer Data Cloud to SAP Service Cloud. SAP Business Accelerator Hub
SAP Service Cloud Integration with ServiceNow This package supports integration between SAP Service Cloud and ServiceNow in respect of ticket data replication. SAP Business Accelerator Hub

SAP Signavio

Recipe Description Author
SAP Signavio Integration with SAP Cloud ALM Import business processes between SAP Signavio and SAP Cloud ALM. SAP Business Accelerator Hub

SAP SuccessFactors Employee Central

Recipe Description Author
Employee Integration between SAP SuccessFactors and SAP Concur Integration This package contains the employee integration between SAP SuccessFactors and SAP Concur via SFTP servers. SAP Business Accelerator Hub
SAP Analytics Cloud Integration with SAP SuccessFactors Position Write Back Outbound Flow The integration is designed to extract the Planned positions from the SAP SAC via API mechanism and Invoke the SuccessFactors Employee Central using to Create the Position SAP Business Accelerator Hub
SAP ERP or SAP S/4HANA Integration with SAP SuccessFactors Employee Central Replicate Bank Key data from SAP ERP or SAP S/4HANA to SAP SuccessFactors Employee Central SAP Business Accelerator Hub
SAP SuccessFactors Employee Central Integration with SAP Concur This integration flow fetches employee details from SAP SuccessFactors Employee Central and based on the events/data changes, determines the records to be sent to SAP Concur. SAP Business Accelerator Hub
SAP SuccessFactors Employee Central Integration with Fidelity This integration package provides integration flow which allows you to read and send employee data from SAP SuccessFactors Employee Central to the Fidelity sever. SAP Business Accelerator Hub
SAP SuccessFactors Employee Central Integration with SAP Commissions This integration package provides integration flows to replicate employee data from SAP SuccessFactors Employee Central to SAP Commissions. SAP Business Accelerator Hub
SAP SuccessFactors Employee Central Payroll Integration with SAP S_4HANA or SAP ERP Replication of Payroll posting data from SAP SuccessFactors Employee Central to SAP ERP or SAP S/4HANA. This data includes Cost Center/GL accounts/Expenses. SAP Business Accelerator Hub
SAP SuccessFactors Integration with Third Party - Employee Job Delta Change Sync only delta changes (create, update and delete) via ODATA API for EmpJob Effective-Dated Entity to Third Party. SAP Business Accelerator Hub
SAP SuccessFactors Employee Central with Third-Party Payroll Vendor Integration of business processes in SAP SuccessFactors Employee Central system with Third Party Payroll Vendor; support for delta based integration with seperate files required for HIRE/REHIRE, Daily Changes and TERMINATION SAP Business Accelerator Hub
SAP SuccessFactors Employee Central Integration with Workday Replicate employee master data from Workday to SAP SuccessFactors Employee Central. SAP Business Accelerator Hub

SAP SuccessFactors Incentive Management

Recipe Description Author
SAP SuccessFactors Employee Central Integration with SAP Commissions This integration package provides integration flows to replicate employee data from SAP SuccessFactors Employee Central to SAP Commissions. SAP Business Accelerator Hub

SAP SuccessFactors Recruiting

Recipe Description Author
SAP SuccessFactors Recruiting Management Integration with Saudi Arabias Ministry of Interior Package that contains an iFlow that integrates SAP SuccessFactors and the Saudi Arabias Ministry of Interior. SAP Business Accelerator Hub

Security

Recipe Description Author
Accessing keystore artifacts using a Groovy script Any keypair available in tenant keystore can be accessed programmatically from a script with the help of the getKey and getCertificate api of the KeyStoreService class. Shweta Walaskar
CMS Decryption with AES256-GCM algorithm using iaik libraries Decryption algorithm AES256-GCM using iaik which is the default security provider for CPI. Shweta Walaskar
Encryption with AES256-GCM algorithm using iaik libraries Encryption algorithm AES256-GCM using iaik which is the default security provider for CPI. Shweta Walaskar
Generate AWS4-HMAC-SHA256 Signature A reusable recipe to generate an AWS specific AWS4-HMAC-SHA256 signature and pass it as a HTTP Authorization header. Sunny Kapoor

Third-Party Integrations

Recipe Description Author
Azure Blob Connectivity using SAP Private Link Service Sample to showcase connectivity to Azure Blob Storage using SAP Private Link Service with Application Router as a Proxy SAP Business Accelerator Hub
B2B Integration Factory - Cloud Integration - Trading Partner Management (TPM) The B2B Integration Factory - Integration packages offer additional features that are currently not yet supported by the B2B Capabilities @ SAP Integration Suite and the standard integration package "Cloud Integration - Trading Partner Management V2". SAP Business Accelerator Hub
B2B Integration Factory - Communication Receiver Flows (Custom) This integration package should cover all custom communication receiver flows, connectable via ProcessDirect at the receiver step of a TPA --> Business Transaction Activity. SAP Business Accelerator Hub
B2B Integration Factory - Communication Sender Flows This package includes all MS3-related sender communication flows for TPM B2B, provided by SAP. These sender flows connect to Step 1b: 'Sender Interchange Header Extraction Flow'. SAP Business Accelerator Hub
B2B Integration Factory - Extended Interchange Processing Flows This package provides all the flows and scripts which are necessary for fulfilling all the requirements that are not supported by the standard yet. SAP Business Accelerator Hub
B2B Integration Factory - Interchange Assembly Flows This package includes all integration flows, which are responsible for the final assembly of target (receiver) interchange/message payloads according the conventions of the considered type system. SAP Business Accelerator Hub
B2B Integration Factory - Interchange Extraction Flows This package includes all additional integration flows for extracting the relevant parameters and key fields from the headers according to the rules of the different type systems. SAP Business Accelerator Hub
B2B Integration Factory - Pre and Post-Processing Flows (Custom) This package provides all the custom iflows which are necessary for the required pre-/post-processing in the prepackaged TPAs. SAP Business Accelerator Hub
Contract Line Item Document (CLID) Integration with Third Party System This package provides an automated way to replicate documents from SAP Ariba to any Third Party system using SAP Business Technology Platform Integration Suite and SAP Build Process Automation. SAP Business Accelerator Hub
Email Integration with S/4HANA Cloud Custom Business Object Email based integration to create/modify/delete data in a CBO in S/4HANA Cloud. Create, modify or delete data in an SAP S/4HANA custom business object through a comma separated value file that is attached to an email. SAP Business Accelerator Hub
Integration between SAP Ariba and OpenText This integration package provides an integration between SAP Ariba and the Third Party system OpenText for replicating purchase requisition, purchase orders and sourcing projects. SAP Business Accelerator Hub
Integration between SAP Concur and OpenText This integration package provides an integration between SAP Concur and the Third Party system OpenText for replicating travel requests. SAP Business Accelerator Hub
Integration between SAP Fieldglass and OpenText This integration package provides an integration between SAP Fieldglass and the Third Party system OpenText for replicating Fieldglass specific data, e.g. purchase orders. SAP Business Accelerator Hub
Integration with Stored Value Solutions (SVS) for eGiftCard This package provides iFlows for creating eGiftcard from stored value solutions (SVS). SAP Business Accelerator Hub
Message Transformation Utilities This package contains artifacts that help transform message payloads between various formats, such as XML, plain text, CSV, and JSON. The overall aim is to deliver various functionalities that once existed in SAP Process Orchestration as Adapter Modules. SAP Business Accelerator Hub
Microsoft Dynamics CRM Integration with SAP S/4HANA Cloud and SAP ERP This package enables creation or change of Customer master and sales data between Microsoft Dynamics CRM, SAP S/4HANA Cloud and SAP ERP. SAP Business Accelerator Hub
Replay Messages from Queues via SAP Event Mesh This package provides a replay mechanism for SAP Event Mesh messages. SAP Business Accelerator Hub
SAP Ariba Integration Tookit Integration of SAP Ariba Buying and Sourcing solutions with third party systems SAP Business Accelerator Hub
Reguvis Fachmedien Integration with SAP GTS OnPremise Reguvis Fachmedien Integration with SAP GTS provides an Integration with SLP sanction list of Reguvis Fachmedien to SAP GTS (Global Trade Services) System in order to replicate blocked Business Partners SAP Business Accelerator Hub
SAP Ariba Integration with Third-Party for Analytical Reporting Consumption of Ariba APIs (Job Submission API and Job Results API) for Analytical Reporting ( Standard/Custom Templates) with CSV Output for integrating with Third Party SAP Business Accelerator Hub
SAP Ariba Integration with Third-Party for Vendor And Questionnaires Ariba APIs for Vendor and Questionnaires with CSV Output for integrating with Third Party SAP Business Accelerator Hub
SAP Ariba Sourcing Integration with Third-Party System This package offers integration flows designed for extracting and extending SAP Ariba Sourcing documents, seamlessly integrating with SAP Ariba Extensibility. SAP Business Accelerator Hub
SAP Business Network Integration with Non-SAP ERP Baseline template to support the Purchase Order, Invoice and other transactional documents with the SAP Business Network SAP Business Accelerator Hub
SAP Integration Suite Cloud Integration Utilities This package offers integration flows designed for extracting and extending SAP Ariba Sourcing documents, seamlessly integrating with SAP Ariba Extensibility. SAP Business Accelerator Hub
SAP S/4HANA Cloud Integration with File Server for Bank Statement Import Packaged Integration of Bank Statement in BAI Format from File Server to SAP S/4HANA Cloud using Bank Statement API SAP Business Accelerator Hub
SAP S/4HANA Integration with Third-Party - Exchange Rate Load Automatically upload exchange rates daily in the SAP system from Bloomberg, a third-party provider of exchange rate data. SAP Business Accelerator Hub
SAP Service Cloud Integration with ServiceNow This package supports integration between SAP Service Cloud and ServiceNow in respect of ticket data replication. SAP Business Accelerator Hub
SAP SuccessFactors Integration with Third Party - Employee Job Delta Change Sync only delta changes (create, update and delete) via ODATA API for EmpJob Effective-Dated Entity to Third Party. SAP Business Accelerator Hub
SAP SuccessFactors Employee Central Integration with Fidelity This integration package provides integration flow which allows you to read and send employee data from SAP SuccessFactors Employee Central to the Fidelity sever. SAP Business Accelerator Hub
SAP SuccessFactors Employee Central with Third-Party Payroll Vendor Integration of business processes in SAP SuccessFactors Employee Central system with Third Party Payroll Vendor; support for delta based integration with separate files required for HIRE/REHIRE, Daily Changes and TERMINATION SAP Business Accelerator Hub
SAP SuccessFactors Employee Central Integration with Workday Replicate employee master data from Workday to SAP SuccessFactors Employee Central. SAP Business Accelerator Hub
SAP SuccessFactors Recruiting Management Integration with Saudi Arabias Ministry of Interior Package that contains an iFlow that integrates SAP SuccessFactors and the Saudi Arabias Ministry of Interior. SAP Business Accelerator Hub
Third Party Invoice Status Integration with SAP Ariba network Invoice status handling from any Invoice system to SAP Ariba Network based on cXML SAP Business Accelerator Hub
Ticketmaster Journal Entry Integration with SAP S/4HANA Cloud Create Journal Entries from ticket sales originating from Ticketmaster Archtics and Host. SAP Business Accelerator Hub
Integration between TM Form and SAP S/4HANA BRIM This package provides integration content to connect TM Forum APIs to SAP Billing and Revenue Innovation Management (BRIM). SAP Business Accelerator Hub