Connecting Multiple Databases and OData Services to SAP BTP using BAS

SAP BTP, ABAP environment, SAP Business Application Studio, OData

Introduction In this post, I will explain how to connect multiple databases and OData services to SAP BTP using BAS . This guide covers configuring UI5 applications to consume multiple OData services from both SAP S/4HANA (on-premise) and SAP BTP ABAP environment, ensuring seamless data integration. Context I aim to integrate three different OData services […]

Continue reading


Importing an external data model using CDS Graphical Modeler for Visual Studio Code

OData, SAP Cloud Application Programming Model, SAP S/4HANA

In this blog post, we’ll demonstrate how to import an external OData data model from an edmx file to an existing CDS model, and create a relationship to one of the OData entities from this external data model through the CDS Graphical Modeler for Visual Studio Code. Preparing the External Data Model First install the […]

Continue reading


Create a Business Service using CDS, Node.js, SQLite and a OData service combined with an SAPUI5 App

SAPUI5

Introduction In this blog post you will learn, how to create a basic business service using Core Data & Services (CDS), Node.js, and SQLite, by making use of the SAP Cloud Application Programming Model (CAP) combined with a SAP Fiori Worklist Floorplan. Basically, the same thing can be done by using Visual Studio Code with […]

Continue reading