Advanced Event Mesh as a very capable event broker, has many features that are mentioned in various articles and blogs. One of these features that Advanced Event Mesh offers is various connectivity options for messaging, including APIs for Java, C, .NET, iOS, node.js, Python, and support for protocols such as AMQP, JMS, MQTT, REST, and WebSocket.....
Feed SAP Analytics Cloud Model using the new Data Import Service API and SAP Data Intelligence Cloud
Introduction In the SAP Analytics Cloud Q2 2023 release, the new Import Data Service API was made available. This API makes it possible to load data into SAC models from external applications. This new feature opens a lot of opportunities to integrate and feed models in SAC in a scheduled but fully automated way. ....
NOTE: this blog post is intended for developers who have previous experience in developing multi-tenant CAP applications using SAP Business Application Studio, SAP BTP destinations, and the destination and XSUAA services. Introduction After I published this blog post, many developers reached out to me with the classical question: “does this microservice work in a multi-tenant scenario?”....
Message processing log (MPL) is one of very demanded topics in SAP CPI, MPL is an invaluable source of information for monitoring and troubleshooting, as compared to SAP PIPO retry of a message in CPI is different and limited with JMS Ques or data source. There are many blogs available to retry messages using JMS....
API testing plays a crucial role in software development, and with Tricentis Test Automation for SAP (TTA) & SAP Enterprise Continuous Testing by Tricentis (ECT), developers can ensure that their APIs are reliable, scalable, and meet industry standards. This article will focus exclusively on the topic of API Testing. Furthermore, a forthcoming blog post will cover the topic of Orchestrated Service....
SAP Build Process automation lets you to automate your business processes to meet ever changing business needs. It offers Low code no code tools which help non technical business users to automate the processes and workflows. Low code no code provides visual features to design and develop applications without even writing a single line of....
In the blog Testing SAP SuccessFactors’ API’s: How to use Insomnia to automate the generation of SAML Assertions I’ve followed the instructions provided on SAP documentation Generating a SAML Assertion to generate SAML assertions that could be used in the OAuth 2.0 authentication of SAP SuccessFactors’ API’s. However, during the authentication tests of this method it was possible to....
GPT is a great technology when it comes to understanding the semantics and context of statements given by the user. But with prompt engineering, we can boost its assertiveness by providing clear and effective orders and also the context in which the answer should be based upon. It´s one of the most important parts of....
In this blog I would like to show you how you can easily upload from any source system into SAP Signavio Process Intelligence using SAP Cloud Integration. SAP Cloud Integration offers a wide range of connectors to on-premise and cloud SAP as well as non-SAP solutions and this data we can leverage in SAP Signavio....
I’ve been recently playing around with Steampipe to query different cloud services I use. This got me thinking, it will be very cool if I could query my SAP Business Technology Platform (SAP BTP) account with Steampipe. In this blog post, I will share what you can do with a Steampipe plugin that communicates with SAP BTP. ⚠️ The....
This is the second part of Open Connector Twilio Integration. In the Part 1 of the series we discussed on : How to setup WhatsApp instance in Twilio. How to configure Twilio Open Connector. In this blog, we will see how to Integrate Open Connectors with SAP Integration Suite – Cloud Integration IFlow to trigger WhatsApp....
We are aware about the use of BizX login page for login of Onboardee in ONB2.0. From 2H2022, SAP has officially released the feature of having IAS(Identity Authentication System) available to be integrated with ONB2.0 for New hires. This brings the option of having better security for login of Onboardee and leverage features of IAS....
In SAP S/4HANA Cloud, there are three fundamental possibilities available for the extensibility of the standard functionality that is available out-of-the-box. These possibilities are: In-App/Key User Extensibility Side-by-Side Extensibility Developer Extensibility/Embedded Steampunk For a high-level understanding of these different options, please refer to the following blog which offers a great overview on this topic. In this blog....
SAP Cloud ALM, the SAP Application Lifecycle Management platform in the cloud, comes with several services, especially in the Run area, that can trigger events. These events are usually configurable either from the service’s configuration page or from Intelligent Event Processing service. In some cases, we need to forward important events or alerts to an external application. A typical....
In this blog post, I will share the configuration required to work around Cross-Origin Resource Sharing (CORS) when communicating from SAP Build Apps with an SAP SuccessFactors API. My colleague Alejandro Rodriguez Barea approached me asking how we can get the communication going between SAP Build Apps and SAP SuccessFactors, given that he is building an app....
Testing SAP SuccessFactors’ API’s: How to use Insomnia to automate the generation of SAML Assertions
If you regularly call the SAP SuccessFactors’ OData API’s for test purposes using your API test tool of choice, chances are that you are already aware that the Basic Authentication is deprecated and must not be used; instead, the authentication using OAuth 2.0 is the preferred method to access its API’s. The steps involved in enabling an OAuth2....
How to use Postman to call SuccessFactors API using OAuth authentication method. Introduction: With the upcoming removal of basic authentication on November 20, 2026, it’s important to start using OAuth as your go-to authentication method for new integration scenarios. This tutorial will guide you through the process of using OAuth authentication method on Postman, a....
The phrase, “Data is the new oil,” quickly resonated with the masses when British mathematician Clive Humbly first coined it in 2006. Michael Palmer described the similarities between oil and data. Michael indicated that just like crude oil, data has no intrinsic value early on until it gets cleaned and refined, which makes it ready....
Switching from a conventional middleware to direct consumption of a RESTful API in Azure Cloud requires me to design and build a new SAP program . Business scenario SAP Invoices are to be sent out to Microsoft Dynamics AX Cloud to create local invoices in AX. The invoices from SAP need to be stored....
I have been a Technical Consultant at SAP Concur for many years and work on the data interfaces between SAP Concur and its customers. There are several mechanisms for obtaining expense information that can be used for financial posting into any ERP system as well as reimbursement to employees/cards. These include: Standard Accounting Extract –....
During the implementation of OAuth 2.0 JWT Grant flow in SAP PI REST, I learnt lot of ins and outs about it and I hope through this blog you will have better insights into what to expect when configuring JWT Authentication for APIs which require it. There is another blog about DocuSign JWT Authentication for....
I came across a problem while working on a customer project, where we were implementing an interface to upload PDF files to S/4 HANA public cloud business object via Attachments API. Here I am sharing my experience and implementation via this blog with you, hoping that this will be useful to you sometime. Please add your comments....
Introduction/ About the Product Fresh Desk Add-on describes the high-level design of the integration between SAP Business ByD and Fresh Desk System Business Case/ Requirement Keeping a track of your Freshdesk tickets and creating a corresponding service request and service order in SAP Business ByDesign using Rest APIs and Webhook. Solution overview The....
Web Service for Concur Expense contains a vast array of APIs that can do almost anything within SAP Concur. Most of the APIs are customer-initiated calls into Concur Expense. As such, security and authentication are critical. I have been a Technical Consultant at SAP Concur for many years and work on the data interfaces between....
In this blog post, I would like to walk you through how you can access a sales order document SAP S/4HANA Cloud from an external system using the functionality of the Attachments API. To demonstrate the behavior of the API calls, I’ll be using Postman. Prerequisites: You have setup the necessary communication arrangement along with a communication....
In this blog post, I will share details on how to create custom responses and debug python 🐍 functions locally using Visual Studio Code. As the requirements of a function increase in complexity… it is likely that you will need to handle errors, return different status codes, and return different types of payloads. This is to better....
Dear All, In this blog, we’ll take a look at how you can utilize SAP Analytics Cloud APIs (also for Embedded Analytics) and understand all the endpoints for you to automate or to get some insights from the data which is modeled from report or story. By the end of this tutorial, you will know all different....
SAP offers RISE with SAP to enable customers in becoming Intelligent and Sustainable Enterprises (IES). RISE with SAP offers customers a flexible solution combining Cloud ERP, Industry best practices, Analytics and more, under a single contract. Behind the scenes, SAP’s powering technology is responsible for making this happen. In this blog, I would like to....
The purpose of this blog is to show you how to create/modify/delete google sheets via background programs from SAP. Since these are background jobs run by the SAP system, it is not up to a user to authenticate to google since there is no human action. So we cannot choose the methods where the user....
The Theming of the SAP SuccessFactors system can be managed using the Theme Manager. This Theme manager allows to define own themes or select preselected themes for the product. Customer use this functionality to adapt the look and feel of the product to their corporate colors and logos. When Partner or Customers are building an extension....
So, you want to transfer group reporting transaction data from SAP S/4HANA Cloud to SAP Analytics Cloud? The good news is that you can do exactly this with the API Transaction Data for Group Reporting – Read (Version 2). But before you do this, you first need to create an Odata connection in SAP Analytics Cloud.....
The DI (Data Intelligence) RMS (Replication Management Service) provides initial loads or initial and delta, sometimes a scheduled delta is preferred. In this blog post I will describe how we can achieve a scheduled delta with an RMS Flow and/or RMS Tasks. At the time of writing (November 2022) the Data Intelligence scheduler doesn’t allow....
Why migrate ESR proxies? In order to work with ABAP proxies with SAP Process Orchestration we only had to define them in ESR and generate with transaction SPROXY on the SAP Backend system. If we are in a process of migrating from SAP Process Orchestration to SAP Integration Suite we need to consider that working....
Security Material is the place where all we can manage the security related artifacts on the Tenant, there are various type of security material such as User Credentials, OAuth2 Client Credentials, OAuth2 SAML Bearer Assertion and secure parameter. Once we deploy the credentials under the mentioned type, we can only see the Username and password....
Hi everybody, In S/4 HANA systems SAP recommends to use the API class CL_MD_BP_MAINTAIN to maintain business partners instead of using the old BAPIs. The usage of the class differs quite a lot from the existing BAPIs, because there’s only one importing parameter I_DATA for the main method CL_MD_ BP_MAINTAIN=>MAINTAIN. With BAPIs there are normally several....
This blog post will provide the steps to implement an OData service using SADL framework and how to reference an SAP ABAP CDS view in SEGW Gateway Builder. Introduction As a developer, we are already familiar with the Gateway Service Builder (SEGW) tool, also we know the different ways to create and model an OData....
As developer in Abap, you are looking for methods to read SAP Analytics Cloud content. You are not familiar with HTTP request and do not want to re-invent the wheels. In this blog post I will show how we can configure the SAP Analytics Cloud Data Export API to access planning data and integrate it....
Welcome to this short blog post showing you everything you need to add an attachment to an object in S/4HANA Cloud by using the Attachments API and Postman. I wanted to write this blog post as I couldn’t find an easy to follow blog post on how to use this API to create a pdf attachment for....
Trust and believe, nobody’s going to be where they are not supposed to be. Warrants the SAP Authorization and Trust management service. Which its sole mandate is to provide support to your security policies of your organization, permit user authorization and trust to identity providers. Developers may configure and deploy application-based security artifacts containing authorizations....
Get creative using SAP BTP, Kyma Runtime! Part 1 I’ve recently spent some time working on business applications that leverage a mix of Python and SAP Business Technology Platform. Having picked up some new technical skills I thought it would be great to share these with the community so others can leverage within their own work!....
Introduction Exploring options and possibilities to create multiple scenarios using our DevOps tools is possible to connect Focused Build with any Continuous Integration server using the External DevOps API available. This blog explores the API public by SAP using it in a simple Azure DevOps pipeline to show a practical reference on How to use....
NOTE: this blog post is intended for developers who have previous experience in developing CAP applications using SAP Business Application Studio, SAP BTP destinations, and the destination and XSUAA services. Introduction Secure cloud software should always rely on some sort of authentication and authorization mechanism to let users benefit from its functionality and protect it....
Tahir Hussain Babar (Bob) from the SAP HANA Academy just published a new hands-on video tutorial series about Developing SAP Concur Extension Solutions. In this article you will find the videos embedded with references and additional information. Anything to add? Leave a comment below. Useful? Give us a like and share on social media. Questions? Please....
It’s time to come to the third and final part of my blog. In the last blog post, we implemented our OData service with help of the olingo library. We were able to fetch the metadata from our service or call our REST health check endpoint to see if our service is still up and running.....
How can we leverage Python programming language in SAP infrastructure? – in multiple ways I must say. In this blog we will try to understand how we can establish connection with the database/s and how can we execute some basic queries. But why Python? Python is easy to learn, flexible, supports connectivity for almost....
A Generalized Microservice abstract As Technologies landscape is elevating day by day, Solution Architects often have two data persistence model to choose when it comes to data consistency in a distributed systems, They can either choose :- Strong consistency Eventual consistency Architects needs to judicially choose which data consistency model fits their product requirement. The....
本文主要收集了与集成扩展相关的常见问题(2022年01月 – 2022年03月),按照主要问询对象API,CDS View,CPI,自定义字段和逻辑以及集成相关对常见问题进行了大致的分类。每一类对象下又进行了问题性质的分类,例如:功能缺失,操作和实施以及配置相关问题等。客户可以点击下方链接查看到相关问题。 Contents API 功能缺失相关问题 操作和实施相关问题 CDS View 功能缺失相关问题 操作和实施相关问题 自定义字段和逻辑 操作和实施相关问题 集成相关 功能缺失相关问题 操作和实施相关问题 API 功能缺失相关问题 问题:在加速客户退货订单 (VA02) 中不允许修改“会计核算”标签下的“参考”字段。客户希望了解可以在何处修改此字段。可在标准销售订单中修改此字段。 解答:这是退货订单 API 中缺少的功能。目前,无法还找到满足此要求的快捷方式/解决方法。 操作和实施相关问题 问题:客户需要过账购置(集成应付账款)和管理供应商预付款请求 的 API 信息。 解答:创建供应商预付款请求,您可以使用“日记账分录 – 过账”API。请参阅以下帮助文档。 日记账分录 – 过账(同步) 日记账分录 – 过账(异步) API 日记账分录的指导原则 – 过账 日记账分录 – 过账(同步)API Business Hub 日记账分录....
Introduction: SAP has provided an extensive set of APIs to integrate and extend its products. APIs would be the way going forward, both in cloud and on-premise environment. As a Developer, we should get familiar with the APIs and start using them for Integration or side-by-side extensions. We can search for all the standard APIs on SAP API Business Hub.....
A new SAP Tech Bytes related to the SAP Audit Log service was published today. In this blog post, I will share the details on what is covered in today’s video – Retrieving data using SAP Cloud Integration. In this SAP Tech Bytes, we will continue to explore the SAP Audit Log service. In this....
The third and last SAP Tech Bytes related to the SAP Audit Log service was published today. In this blog post, I will share the details on what is covered in today’s video – Store audit log entries in the Object Store using SAP Cloud Integration. In this SAP Tech Bytes, we will continue to....
Cloud Integration has to be hands down one of the favorite offerings in the Integration Suite. Just the other day I was trying to perform a POC for a particular scenario and the way it fast forwards to the end product is simply fascinating. To top it up, I’d say the Product Team has put....
Previous Article : Introducing Touchless Deployment & Working Session Dear All, In this article, describes how you can automate your SQL deployments to SAP Commission database automatically using Touchless Deployment API’s through SAP Integration Suite or Cloud Integration (CPI) through sFTP connection Background Customers wants an other way to deploy but not through CI/CD or Postman process method which was....
Hello, In this blog I am going to present you a sample scenario in which SAP Cloud Integration pulls several message types from SAP Data Warehouse Cloud ( SAP DWC ) and sends it to Anaplan via the delete and import jobs. I had to process multiple message types from SAP DWC ( Sales extract, Materials, BOM,....
The employee should be terminated when the contract end date is expired. Contract end date field is in the job information section of the employee profile. Options explored Off cycle batch event – can’t use when more than one entity are involved. Integration center – success. Solution The solution is developed using Integration center. 1.....
With S/4HAHA and Fiori, OData and APIs have become an integral part of almost all our solutions. And while working with them, we always encounter one or the other new issue and with that eventually we end up with new learning. In this blog i am going to share my learnings on handling date and....
Starting from Script to Find Errors in $batch payloads in CPI by Marty McCormick, I designed a method of extracting error messages from the OData batch call responses and create attachments for local error handling. This method is especially useful when you use an API that does not really provide much information in the error response text and....
The Document Management Service helps you in the management of your business’s documents. It’s based on the OASIS (Organization for the Advancement of Structured Information Standards) industry standard CMIS (Content Management Interoperability Services) and includes features like versioning, hierarchies, access control, and document management SAP Document Management Service on Business Technology Platform, is recently released by SAP....
Introduction: SAP Logon inbuilt gateway client is an out-of-box tool to test OData API, but if you want to be more efficient, a better tool is needed. According to official introduction, postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can....
A new SAP Tech Bytes series is starting today. In this blog post, I will share what is covered in the video that was release today (2022-06-27) and the videos that will be released in the next couple of weeks. The SAP Audit Log service is a platform service which stores all the audit logs....
I’ve written a bunch of Sample Scripts, in Postman, that demonstrate how the ‘export data’ API retrieves data from models stored inside SAP Analytics Cloud. These samples are now available. This blog first takes a step back and provides an overview of other means and ways to extract data before then introducing the sample scripts....
SAP has launched Git-enabled Change and Transport system (gCTS) back in 2019 with S/4 HANA 1909 to manage the ABAP changes which can leverage Git as an external system for Version Management. Now let us understand what are the planned use cases of gCTS are: Planned use case 1: You need to build N+1 landscape....
This blog post will describe the steps of how to expose REST API and handle REST API request from SAP ECC 6.0 without installing SAP Gateway service builder component. It will also help to convert json data to ABAP data. In this blog post I have described how to build web server service in ECC application....
My SAP Analytics Cloud User and Team Provisioning SCIM API Sample Scripts recently received an update to version 0.7. This blog post is for those that already use the samples and would like to understand what’s new and a few tips on how to update to this version from earlier version. If you’re new to the samples,....
Introduction The SAP Business ByDesign(ByD) offers a wide range of SOAP and OData API’s to access data sources, ByD business objects and reports. You can find an overview of all ByD API’s in the SAP Community blog post SAP Business ByDesign – API Overview . The Web Services can be tested manually using SOAP UI Tool (....
I am writing this blog post because I want to give back to this great collection of SAP knowledge and contribute myself. It is my very first blog post so bear with me. There could be much better solutions out there but I was not able to find one within appropriate time so I came....
For a whole SAP migration/implementation or even simple maintenance projects we do need a Change Request Management Tool. The best in the SAP context is to have ChaRM or Focused Build (on Top of SAP Solution Manager/ChaRM) which is natively integrated with SAP CTS/TMS. But what if you don’t dispose of those tools and you....
The company uses email authentication of staff to Linked Learning using Azure. There was a requirement to use the User ID (BizX ID) to update the course completion status from linkedin Learning into company LMS. So I had built interface to integrate LinkedIn Learning with LMS , do the necessary field mappings from Linkedin EmailID....
In this blog post I will show how we can configure the SAP Analytics Cloud (SAC) Data Export API to access SAC planning data and integrate it with Data Warehouse Cloud (DWC) and SAP Data Intelligence (DI). The API provides OData and Cloud Data Integration (CDI) access for great integration with DWC and DI. CDI....
Step-by-step SAP SAP Data Warehouse Cloud connection to third part API with micro-Service on SAP BTP
1. Introduction In this blog post I will share the experience and how to extract data from a third part API into SAP Data Warehouse Cloud. The solution is based on a micro-service concept that Christoph Christophersen explained on the blog post “Enrich Data in SAP Data Warehouse Cloud with Data from RESTful APIs | SAP Blogs “.....
As part of this blog , we will go through a scenario of posting a new Item on a SharePoint Site List with data being provided from C4C Service Ticket , using SAP CPI iFlow . Our Scenario Prerequisites Your MS Admin should create an App for CPI with necessary API permissions and provide you....
SAP SuccessFactors Employee Central consists of Foundation objects (Position, Location, Division, Legal Entity, Department, Division, Business Unit) and Employee Data related objects (Person, Personal Information, Employment information, Job Information, Compensation information). The foundation objects form the Organization structure and acts as a framework on which the Employee information is built. Third party (Target) systems that....
SAP SuccessFactors has become a major pioneer in framework and integration as part of the Cloud HCM applications in the market, since becoming a part of SAP in 2011. The flexibility offered in SAP SuccessFactors APIs makes a good fit for varying architecture complexity. Within SAP SuccessFactors, Employee Central (EC) is the hub for Employee related....
Ludwig is an experimental programming system (PS) to construct business programs, turn them into operational, maintain and evolve them. With it, we want to investigate alternative ways to improve the programming experience (PX) considering several aspects of how users interact with the system. Those aspects include mode of interactions, language notation, data integration, function composability, service externability.....
I needed to connect a CAP application to a remote oAuth2 client credentials service. Here is a short recipe 🧑🍳 that describes the steps I made Ingredients: package.json src/rest.cds src/rest.js SAP BTP destination service default-env.json cds bind destination Prerequisites: of course you should have the connection details of the remote service 🤷♂️ For this recipe to work you will....
To underpin active development in SAP Business Technology Platform and SAP S/4HANA, we at the SAP Cloud SDK for JavaScript always keep our APIs up to date and provide developers easy access to the latest features of cloud solutions by SAP. To better achieve this mission we regularly review and improve the design of the....
So, in the last blog post, we created a health check endpoint in our Java application. In this one, we will introduce our entity relation model and build the OData service with help of the Olingo framework. We have a simple entity relation model, which consists of three entities: Mother, Child, and Father. Obviously, a child....
皆様、こんにちは ここでは、OAuth認証を使ってSAP SuccessFactorsのAPIをテスト実行するための設定について紹介しています 記述にあたり、こちらのSAPの技術文書を参考にしていますので、興味がある方はこちらも合わせて御覧ください 2800150 – How to test OAuth authentication via Postman – SuccessFactors Integrations その他に、SAPのヘルプポータルにもOAuth認証による接続設定の記載があります 実プロジェクトでご利用を検討されている方は、こちらもご覧頂き、詳細をご確認頂ければ幸いです https://help.sap.com/viewer/d599f15995d348a1b45ba5603e2aba9b/LATEST/en-US/8fa17bb328194e25b742a181da640755.html 【概要】 おおまかなステップです ① SAP SuccessFactors上で「OAuth2 クライアントアプリケーション」を登録 (この環境にアクセスするためのAPIキー、秘密鍵、X.509 証明書を定義します) ↓ ② POSTMAN上で、SAMLアサーションを取得します (①で定義したAPIキーと秘密鍵を使い、SAMLアサーションを取得します) ↓ ③ POSTMAN上で、アクセストークンを取得します (②で取得したSAMLアサーションを用いて、アクセストークンを取得します) ↓ ④ POSTMANから、ユーザー情報をGETするAPIを実行します (③で取得したアクセストークンを使い、APIを実行します) 【手順:① SAP SuccessFactors上で「OAuth2 クライアントアプリケーション」を登録】 それでは、順にスクリーンショットを用いて手順を紹介します メニュー:管理センター>OAuth2クライアントアプリケーションの管理 クライアントアプリケーションの登録ボタンをクリックします アプリケーション名:Oauth 説明:任意 アプリケーションURL:https://localhost/ を入力し、X.509証明書を作成ボタンをクリックします X.509証明書の設定画面が表示されます Common Name:SF を入力し生成ボタンをクリックします X.509証明書が生成された画面が表示されます ダウンロードボタンをクリックし、.pemファイルを取得します....
本文主要收集了与集成扩展相关的常见问题(2021年4月 – 2021年6月),按照主要问询对象API,CDS View,CPI,自定义字段和逻辑以及集成相关对常见问题进行了大致的分类。每一类对象下又进行了问题性质的分类,例如:功能缺失,操作和实施以及配置相关问题等。客户可以点击下方链接查看到相关问题。 Contents API 功能缺失相关问题 操作和实施相关问题 配置相关问题 CPI 操作和实施相关问题 CDS View 操作和实施相关问题 自定义字段和逻辑 操作和实施相关问题 功能缺失相关问题 集成相关 操作和实施相关问题 API 功能缺失相关问题 问题:SAP在前台操作可实现生产订单收货,UD拒绝时,需要把货物放到冻结库房(不能直接退回到生产订单),但在与MES做对接,UD需要通过API来实现,目前SAP标准的API接口未找到UD拒绝的收货直接放置到冻结库。API API_INSPECTIONLOT_SRV没有字段blocked stock。 解答:当前该API不支持,需要到Customer Influence Portal提交新的request。 问题:在更改OData API API_PRODUCTION_ORDER_2_SRV里的BASICSCHEDULINGTYPE时显示错误消息不允许。 解答:字段BASICSCHEDULINGTYPE在API里面是只读的,需要到Customer Influence Portal提交新的request。 问题:使用API API_PRODUCTION_ROUTING做component allocation,但是只是first level component成功了,其他level的component都失败了。 解答:API API_PRODUCTION_ROUTING只支持first level component的component allocation,不支持multiple level components。 问题:使用API “API Journal Entry....
When developing custom apps, particularly consumer-facing apps, we have the choice to develop using SAP technologies or non-SAP technologies. An SAP-centric approach has clear advantages when the app has heavy reliance on SAP core data. Within the SAP universe there are many different types of development coding blocks that enable re-use and standardization that we....
Hello experts, This is blog is intended to improve as always the SAP Integration Suite ( our Swiss Knife in the cloud ). As you may know your are able to create OData APIs in SAP Integration, but only OData Version 2: Till there there is no problem if you executing basic Querys & Read operations,....
Introduction SAP Commissions provides different ways to fetch data from its Database. One of them is through the use of REST APIs. The Commissions REST APIs can be used for developing reports, setting up integrations between Commission and other applications or interact with Commissions like submitting pipeline job. In this article, I will summarize few....
Your one-stop shop for everything related to SAP Analytics Cloud SCIM API is here! An essential blog for those: that have no interest in how the API works, you just want to use it to fulfil a function system administrators, system integrators or developers that need to understand how API works, behaves and performs I....
API’s are digital building blocks for an intelligent enterprise and constitute to be the back-bone for digital transformation which makes API based integrations very relevant. In S/4 HANA world, apart from use of standard API’s made available via API Business Hub for extension, there is also a need to write new API’s for use withing....
Hi UI5 Experts, In a recent demo for a client, we were faced with a challenge where the client wanted to use the camera functionality of the device to capture and save an image. Since there are no in-built controls in UI5 to do so, I am outlining the steps that we followed to approach....
Hi All Over the past months, customers were interested on how to get file Job status Success/failed/awaiting for the files been pushed to GoAnywhere Dropbox(sFTP)..The Only way was through logging through SAP Commission Portal > Commission Data Loader > Job Status. The purpose of this article is to demonstrate and explain how it works through API and....
Introduction SAP Project Intelligence Network is a cloud-based solution for collaboration between all partners in construction and engineering projects. The application uses a digital twin as the central point for integrating and fostering collaboration between all involved parties. From conceptualization to delivery, all partners in a project can work closely to design and build facilities and....
This Blog Post will give the overview on Uniqueness Data Profiling technique within SAP Information Steward data quality tool. I will explain uniqueness data profiling technique step by step in SAP Information Steward. This article will guide you through step by step procedure and will give you the complete idea on usage of uniqueness profiling....