Integration of SAP CPI(BTP IS) with ChatGPT Introduction What is ChatGPT? ChatGPT is a language model developed by OpenAI. It is designed to understand natural language, generate human-like responses to a wide range of questions, and carry out various language-related tasks. It has been trained on a large corpus of text data and can understand […]
SAP Process Integration
MAIL OAuth using PI/PO
Overview: Business Requirement: Read mails from a specific mail-folder having specific subject line of a Microsoft outlook mail-account, extract the attachments (.csv files) and store them into local directories. Mail OAuth can also be achieved using Mail Adapters “Configure OAuth” Authentication feature. This blog gives an overview of an alternative (Java-Map) can be used into […]
SAP FSM Integration with ECC
Introduction: In this blog post we explain step by step process to set up integration between SAP FSM & ECC. SAP Integration provides seamless integration between SAP and non-SAP applications within the organization A2A (Application to Application) or even outside the organization B2B (Business to Business). SAP Field Service Management software is meant to help […]
SAP Integration Suite – Integration with SAP Master Data Integration (MDI) service
Introduction SAP Cloud Integration version 6.27.**, one of the capabilities of SAP Integration Suite, comes with addition of Master Data Integration – MDI – adapter, to integrate your scenarios with SAP Master Data Integration service. SAP Cloud Integration version 6.27.** software update is planned on end of May 2022 or beginning of June 2022 (date […]
SAP CPI – End to End VAT integration using OAuth 2.0 with client credentials grant to generate Access token authentication
When we are doing integration between Cloud – Cloud and Cloud to On-Premise, then we have multiple types of Authentication to access the API’s. User Credentials: User Id and Password OAuth 2.0 Credentials: Client secure url, Client ID , Client Secret and Scope OAuth 2.0 Authorization Code: Atheization URL, Token URL , Client ID, Client […]
SAP CPI – Encryption and Decryption using PGP keys
When we are doing HR or Bank related integration here main factor is data secure, so one of way is encrypt data using PGP keys. In this tutorial I am going to explore How to generate PGP Keys using Kleopatra Software How to Encrypt data using PGP Public key in SAP CPI How to Decrypt […]
Setup a synchronous web service call from AS ABAP to an external system using Java only PIAS ABAP to External System: Java-Only PI Synchronous Web Service SetupSetup a synchronous web service call from AS ABAP to an external system using Java only PI
This blog post describes the setup of a synchronous web service call from AS ABAP to an external system. In this example walk through, the PI is Java only and an API named “genericCall” is called in the target system. Scenario: The web service call is initiated from the AS ABAP backend (e.g. ERP or […]
Build SFTP with docker and use BTP Cpi to test the OP SFTP Service
Today I supported a customer for CPI sftp call. I blog down the test process for your reference. The prerequisite is: Docker has been install on your laptop. SAP Cloud connector has been installed and configured on you laptop You have configured BTP Cloud platform integration suite. You have installed WinSCP to test SFTP service […]
Salesforce integration with SAP PO Rest Adapter using SFDC Bulk API Concept
This is blog how to connect with SFDC via REST adapter using SFDC bulk API concept. (without BPM) When to use Bulk API? Bulk API is based on REST and is optimized for loading or deleting large sets of data. We can query, insert, update, upsert, or delete many records asynchronously by submitting batches. Salesforce […]
New features for Integration Flow tooling – PI Configuration Search and Where-Used
SAP Process Integration is a part of the SAP NetWeaver platform. It is called SAP NetWeaver Exchange Infrastructure XI in NetWeaver 7.0 ehp2 and older versions. SAP NetWeaver Process Integration is a part of the NetWeaver software component and is used for exchange of information in company’s internal system or with external parties.