Creating entity relationship through CDS Graphical Modeler for VSCODE

SAP Business Technology Platform, SAP Cloud Application Programming Model, Core Data Services (CDS)

In this blog post, we’ll demonstrate how to create entity relationships for CDS models by using the CDS Graphical Modeler for Visual Studio Code. CDS Entity Relationship Modeling using CDS modeler for VSCODE CDS Graphical Modeler is now available on Visual Studio Code as well, and if you want to use the modeler in VSCODE […]

Continue reading


SAP Analytics Cloud Embedded Edition Best Practices & Sample Scripts for Administration

SAP Analytics Cloud, SAP HANA Cloud

This is an essential article for anyone planning to use the Embedded Edition of SAP Analytics Cloud. The Embedded Edition is a slimline version of the regular Enterprise Edition meaning the only connectivity is ‘live’ and only to SAP HANA on SAP Cloud Platform. I describe several other important differences between the two editions and […]

Continue reading


Extend SAP SuccessFactors on SAP BTP with CAP – Add Business Logic

SAP Cloud Application Programming Model, SAP BTP, SAP Business Technology Platform, SAP Fiori Elements, SAP HANA Cloud, SAP SuccessFactors Platform

Create Code File The business logic of the application is implemented via custom service handlers for the various operations executed on its entities (create, read, update, delete, etc.). Those handlers are defined in a module within a JavasScript file with the same name of the service but with the .js extension. So, let’s create it! […]

Continue reading


SAP CI/CD Integration with Transport Management Service (TMS)

SAP Business Technology Platform, SAP BTP, SAP Cloud Transport Management

With this integration, your fully qualified Multitarget Application (MTA) archive gets automatically handed over to the SAP BTP Transport Management service (TMS), along the following typical process flow: 1. Transport process is triggered by CI/CD service 2. The MTA archive is uploaded into the import queue of the source/first node (e.g. Pre-PROD Node) 3. An […]

Continue reading


Exploring SAP Business Application Studio for low-code development and deploying a multichannel sample app to mobile

SAP Business Application Studio, SAP Business Technology Platform, SAP Cloud Application Programming Model, SAP Fiori

In this blog post I want to showcase the new offering in a hands-on fashion, making use of a multichannel sample application that will be deployed into the cloud as well as on mobile. Prerequisites To get started, you’ll need a productive Cloud Foundry global account on SAP Business Technology Platform, and for the time […]

Continue reading