Introduction CAP is capable of storing media data. But does it work with UI5 upload controls such as UploadSet(*)? The answer to above question is yes. However, UploadSet doesn’t work out-of-the-box with CAP so you need to write some code to make it adapt to CAP. The following are the challenges when you try to […]
SAPUI5
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 […]
Automate GDPR Right with SAP Intelligent RPA
The content shown, is a demo how RPA can be used to identify and send personal data of a customer according to his General Data Protection Regulation (GDPR) request. Experience in the following areas is beneficial to understand the content of this blogpost: SAP Intelligent RPA Cloud Studio Subscription Billing SAP Logon (On-Premise) and IS-U […]
Create a Business Service using CDS, Node.js, SQLite and a OData service combined with an SAPUI5 App
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 […]
React Development with SAP Business Application Studio
Overview With SAP Business Application Studio, you can develop an HTML5 front-end React application and deploy it to the cloud environment. In the following blog post, I will show you how to create a simple React application, based on the Material UI framework, run it locally, build and deploy it to Cloud Foundry, and then […]
From zero to hero: Display ABAP dumps with SAP Conversational AI in SAPUI5 application
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. […]
IBM Watson Assistant Chatbot for UI5 Application : Step-by-step guide
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 […]
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 […]
Fiori Elements- (List Report /Object Page)-Enable/Disable/Hide/Unhide input field based on checkbox selection dynamically using Visual Editor
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 […]
Enable App-to-App Navigation in BAS
Introduction During development of Fiori apps, you may want to test app-to-app navigation in SAP Business Application Studio (BAS). Enable App-to-App Navigation from between Fiori elements app If the source and target apps are both Fiori elements apps, it’s easy. The only prerequisite is that the both apps are located in the same workspace. 1. […]