Pre-requisite: 1. Install Node.js 2. Install CDS Tools for CAP Development ( npm i -g @sap/cds-dk) Step 1: Go to View tab and Click on Command Palette. Step 2: Search for Open Template Wizard Step 3: Select CAP Project and Click on Start. Step 4: Provide your CAP Application name and runtime as Node.js and […]
SAP Fiori Elements
How to create a Fiori Elements App for a Time-Dependent RAP BO
Introduction In this blog post, you will learn how to create a Fiori Elements app for a Time-Dependent RAP Business Object. Time dependency means that the underlying table has a date that represents the start or end of the record validity as a key field. Our goal is to create a Fiori Elements app where […]
SAP Fiori Standard App configuration in Launchpad: Manage Purchase Orders (Version 2)
Link to Fiori Apps Library: Manage Purchase Orders (Version 2) https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps(‘F0842A’)/S22OP This demo is mainly for the beginners who are curious to learn SAP Fiori Launchpad Configurations. Check for the installations under implementation information tab in SAP Fiori Apps Library. As we all know, we can see for the above installed front end and backend […]
Fiori Elements Analytical Table with CAP: Does it work with V2 and V4?
Introduction In this blog post, I will show you how to create an analytical table using a CAP OData service. Please note that this blog post is focused on List Report, and not Analytical List Report (ALP). Recently, I was tasked with displaying an analytical table based on an OData V4 service built with CAP. […]
Deploy the UI5 Fiori app on SAP ABAP repository with BAS & WEBIDE, create Fiori app Tile using Launchpad Designer
In this blog we will learn How to deploy the Ui5 Fiori app on SAP ABAP repository with BAS & WEBIDE, also learn about fiori app tile creation in launchpad designer. What is SAP UI5 SAP ui5 is a framework, it consists of Libraries. Used for Creating responsive apps. Fiori Launchpad SAP Fiori launchpad is […]
Invoking Static BOPF Action From Custom Pop up in Fiori Elements App
Introduction: Many times while working with Transactional List Report Apps developed using SAP Fiori Elements we might have requirements to get dynamic input from the end user, like providing a popup where user makes selection and then we need to take actions accordingly. In order to develop transactional App SAP provided us 2 programming model […]
Hiding a Tab dynamically in Fiori Object page using Virtual Elements/UI Annotations in RAP (Restful ABAP Programming) Model
Introduction: Since all the new SAP Developments are moving towards RAP(Restful ABAP Programming) based model there could be multiple requirements to hide some of the Facets in the Fiori List Report based object page based using complex dynamic conditions. Solution: As there could be complex conditions for multiple tabs which will be displayed in the […]
Build SAP Overview Page using SAP HANA Cloud & SAP CAP service annotations in Visual (VS) Code
This blog will help you to create SAP Overview Page (SAP Fiori Elements) using SAP CAP service in Visual Studio Code. Pre-requisites Project development Step 1: Make sure you have installed CAP generators in VS Code. If not install them. Step 2: Open Template Wizard by pressing Ctrl+Shft+P and start typing and select Step 3: […]
Analytical List Page in SAP Business Application Studio using SAP’s ES5 Service
Please check here my post on building SAP Fiori Elements Analytical List Page(ALP) in SAP Business Application Studio (BAS) and as a service I have used SAP’s ES5 demo gateway system service. ALP consists of: Service used: https://sapes5.sapdevcenter.com//sap/opu/odata/IWBEP/GWSAMPLE_BASIC/ProductSet Create a project using ALP template in BAS. Project Structure: Right click on the project and open […]
Create Analitic List page (Fiori Elements) in Business Application Studio
In this blog post, I am sharing information about how to add chart annotation to the analytic list page(Fiori elements). SAP Fiori elements is a framework that comprises the most commonly used floorplan templates and is designed to: Speed up development by reducing the amount of frontend code needed to build SAP Fiori apps. Drive […]