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 […]
SAP Business Technology Platform
SAP Analytics Cloud Embedded Edition Best Practices & Sample Scripts for Administration
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 […]
Extend SAP SuccessFactors on SAP BTP with CAP – Add Business Logic
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! […]
SAP CI/CD Integration with Transport Management Service (TMS)
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 […]
Exploring SAP Business Application Studio for low-code development and deploying a multichannel sample app to mobile
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 […]