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 […]
SAP Business Application Studio
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. […]
Multitenant SaaS application using productivity tools in Business Application Studio
Transitioning to the cloud and developing multitenant applications is a key requirement that nearly every customer has these days. When working with SAP Business Application Studio using productivity tools it is possible for you to achieve this goal with minimum efforts. To dive deeper, let’s start by understanding multitenancy and its benefits. What is Multitenancy? […]
Complex OData Annotation Editing using CDS Graphical Modeler
In this blog post, we will demonstrate how to annotate CDS models with OData annotations using the CDS Graphical Modeler. Complex OData Annotation Editing using CDS Graphical Modeler In this blog post, we will show you how to create complex OData annotations for CDS projections in a separate app/annotations.cds file using the CDS Graphical Modeler […]
SAP HANA Development with SAP Cloud Application Programming Model using SAP Business Application Studio
Goal: This Blog explains how you can leverage native SAP HANA development artifacts with CAP. In particular we look at the use of Calculation Views, inside Cloud Application Programming (CAP) Applications. This includes OData access to Calculation Views. Solution: Pre-requisites: Set Up SAP Business Application Studio for Development Launch the Business Application Studio (BAS) and […]
Deploy Fiori element app created from ABAP RAP(Steampunk) to BTP Launchpad service using MTA
This blog is an end-to-end guide to development and deployment process, from creating ABAP RAP OData service, generate a Fiori element report as Multi-Target Application (MTA) and deploy it to Launchpad service in BTP. Prerequisites: Since the tutorial focuses on the end-to-end process, the application we will create a super simple application. 1. Create ABAP […]