On the 15th of June I will attend the 2nd edition of the Developer Day, with a main focus on the Business Technology Platform Track. I will present a session called “Fantastic CAP Gems & where 2 find them”.  This session dedicated to the SAP CAP Hybrid Testing functionality, may be useful to your future CAP development projects.....

Introduction: In my last blog post, I introduced how to build a Fiori applicaiton by ABAP RESTful Programming Model (RAP). My Learning Journal On BTP (Series 1) – Using Six Questions And One Example To Learn ABAP RESTful Application Programming Model (RAP) In this blog post, I will use CAP (Cloud Application Programming Model) and....

Purpose Our goal is to create and deploy a sample project using CAP, multitenancy and postgreSQL to SAP Cloud Foundry environment (BTP). However, getting the lego pieces of several different development frameworks can sometimes be tricky. Let’s  take a quick look at the three frameworks we’ll be combining in our sample project. The Cloud Application Programming....

Purpose Today the goal is to deploy our cds model to SQLlite, PostgreSQL docker and lastly to Postgres hosted on AWS RDS. Deploying to AWS is optional and doesn’t change our development pattern. However, a SaaS solution could not realistically support users or tenants until paired with a cloud postgres instance. Let’s get started, If....

Starting the release of CDS Graphical Modeler 2105, you can not only create entities and projections but also the CDS Graphical Modeler would allow you to create structured types, enums and named aspects as well. In this blog post, we’ll demonstrate how to create structured types, enums and aspects using the CDS Graphical Modeler. Creating....