Analytical List Page in SAP Business Application Studio using SAP’s ES5 Service

SAP Fiori Elements, SAP Fiori, SAPUI5

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 […]

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


From zero to hero: Display ABAP dumps with SAP Conversational AI in SAPUI5 application

ABAP Development, SAPUI5

SAP Conversational AI Once SAP wanted to accelerate their SAP Leonardo ML learning on 2018, they acquired Recast.AI which was an artificial intelligence bot platform company. It was a high performance natural language processing platform with more than 20 language support. Of course idea was using it for SAP applications and improving the user experience. […]

Continue reading


IBM Watson Assistant Chatbot for UI5 Application : Step-by-step guide

SAPUI5, SAP Fiori, SAP Fiori Cloud

IBM Watson Assistant is an AI-powered virtual agent that provides customers with fast, consistent and accurate answers across any messaging platform, application, device or channel. Using artificial intelligence and natural language processing, Watson Assistant learns from customer conversations, improving its ability to resolve issues the first time. The following diagram describes the user experience where […]

Continue reading


Create Analitic List page (Fiori Elements) in Business Application Studio

SAP Fiori, SAP Fiori Elements, SAPUI5

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 […]

Continue reading


Fiori Elements- (List Report /Object Page)-Enable/Disable/Hide/Unhide input field based on checkbox selection dynamically using Visual Editor

SAP Fiori Elements, SAPUI5

In this blog post, I’ll try to demonstrate how to enable dynamic visibility of filters in object page based on checkbox filter selection. Requirement: We have a requirement to enable/disable some input fields in Fiori Elements Object Page based on checkbox provided is selected/unselected Solution: We will do some modification using visual editor & make […]

Continue reading