November 2023

SAP BTP Recognized in Trust Radius “Best of” Awards 2023

The final few months of 2023 look like they’re going to be as good for SAP Business Technology Platform (BTP)` as those early months of the year, particularly when it comes to receiving Peer Review awards. Already recognized earlier this year with Trust Radius “Best of” and “Top Rated” awards, SAP BTP has been honoured …

SAP BTP Recognized in Trust Radius “Best of” Awards 2023 Read More »

Reference Architectures for SAP BTP Available at SAP Discovery Center

Do you sometimes struggle to architect solutions that you would like to build on SAP BTP, which BTP services to choose and how these will integrate with business solutions? If the answer is “yes”, then we have something for you: SAP BTP reference architectures at SAP Discovery Center! We have recently enriched the homepage of …

Reference Architectures for SAP BTP Available at SAP Discovery Center Read More »

Generating Alpha-numeric String using Groovy

Generating Alpha-numeric String using Groovy Steps to generate an alphanumeric string of length 8 using groovy. Create a basic Iflow. Add Groovy to generate alphanumeric string of length 8. import com.sap.gateway.ip.core.customdev.util.Message import java.security.SecureRandom def Message processData(Message message) { def UniqueString = generateRnadomKey() message.setBody(UniqueString) return message } def generateRnadomKey() { def chars = “ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789″ def random …

Generating Alpha-numeric String using Groovy Read More »

Advanced Event Mesh: Client Authentication – Basic / OAuth

This blog is part of a series where my goal is to offer you a practical overview of SAP Integration Suite, Advanced Event Mesh. As I continue to write more blogs, I will provide summaries on the page below. Advanced Event Mesh: Create your first event broker Authentication SAP Integration Suite, Advanced Event Mesh provides …

Advanced Event Mesh: Client Authentication – Basic / OAuth Read More »

Second Half 2023 Release: What’s new for Talent Management?

The second half production release the weekend of November 17th is quickly approaching. Let’s take a look at what you can expect for SAP SuccessFactors Performance & Goals and SAP SuccessFactors Succession & Development with the continuous adoption of talent intelligence, actions in the flow of work and much more.   SAP SuccessFactors Performance & …

Second Half 2023 Release: What’s new for Talent Management? Read More »

Managing Access to Multiple BTP Applications by Grouping Users with Cloud Identity Services

Introduction: Cloud Identity Services in SAP BTP provide a set of capabilities that help you manage identity and access in your applications and services. These services offer a robust and secure way to authenticate and authorize users, which is essential for both internal and external-facing applications. In this blog post, we will explore the process …

Managing Access to Multiple BTP Applications by Grouping Users with Cloud Identity Services Read More »

Scroll to Top