As SAP developers, we often work extensively with Core Data Services (CDS) to define data models. While CDS offers powerful capabilities, managing complex models purely through code can be challenging—especially in large-scale enterprise applications. This is where the CDS Graphical Modeler in SAP Business Application Studio (BAS) becomes a game-changer. What is CDS Graphical Modeler? […]
SAP Business Application Studio
Connecting Multiple Databases and OData Services to SAP BTP using BAS
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 […]
Consuming SAP with SAP Build Apps – Web App in SAP Build Work Zone, standard edition
This blog post is the fourth in a series of posts that cover the connectivity options available for SAP Build Apps to interface with SAP systems. The series will cover connecting SAP Build Apps with the following: The format of this post is similar to a tutorial. However, I’ll provide more comprehensive details, tips and […]
Developing & Deploying the UI5 App to Cloud Foundry and Accessing from App-router End-to-End Steps
In this Blog I am going to explain the minimal steps required to setup App router, HTML5 Deployer for the UI5 application to be able to develop and deploy the application to Cloud Foundry Space. We are going to setup destination and consume the same in the UI5 application using App Router. Before Getting started […]
Exploring SAP Business Application Studio
SAP Business Application Studio provides a tailor-made development environment for various development scenarios, such as SAP Fiori, SAP S/4HANA extension, and Workflow. In SAP Business Application Studio, you are provided with one or more dev spaces. A dev space is a development environment with all the tools, capabilities, and resources needed for developing your application. […]
Trigger CPI Endpoint from SAP BTP cloud Application
In this blog post we going to see the steps to send mail content from Front end UI5 applications to CPI in which we configured the mail adapter for sending the contents to the configured mail id’s. Prerequisites for this demo requires:- STEPS TO CONFIGURE IFLOW: Configuring the CPI Endpoint in SAP destination service: CREATION […]
Total and Sub-Total of a Table Using Northwind Service in BAS-(Business Application Studio)
Objective: This blog post provides insights about the Total and Sub-Total of a Numerical Units in a Table using Northwind Service and how to implement in SAP Business Application Studio environment. In this blog post, I’ll demo about Total and Sub-Total of a Numerical Units in a Table using Northwind Service. Northwind Service: Northwind Service […]
Modularize your CAPM Project
As you have learned, a CAPM project consist of 3 major components. The first and foremost one is the database. The second one is the service and last the last one is UI5 application(not mandatory). Each of the above components can be created as a separate project, is the way to achieve modularization in CAPM. […]