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 […]
SAP Fiori
Accessing the Fiori Applications on Internet using SAML 2.0 Authentication
Introduction Fiori Applications are really useful and user friendly mechanism to access SAP transactions and reports . To access these applications securely over Internet SAML Authentication can be used. For this, single sign-on can be implemented using SAML 2.0 based authentication in conjunction with IdP (Identity Provider) software such as SAP IDP, Ping Federate or […]
List with 9 SAP S/4 HANA Fiori Apps for Analysis and Reports | SALES (SD)
In this blog post I am going to talk about SAP Fiori Apps for Reporting/Analysis in the area of Sales. Introduction SAP Fiori Apps is a group of accumulated cards of Apps, which represents the new user experience that assures that employees’ and managers have consistent, coherent, simple, and intuitive user experience. The SAP Fiori […]
Fiori Workflow Inbox Extensions using UI5 and Odata Extensions – Actions During Approval
SAP Fiori Inbox extension is a common extension scenario in most of the S/4 HANA Projects .This blog focusses on selection of data during the first level of approval in workflow and passing it over to the other level of workflows. These are below steps to be to achieve this: The below diagram refers to […]
C_FIOAD_1909 Exam: Gravitate Towards Success with the Reliable Practice Test
What is the key to your C_FIOAD_1909 certification success? It is undoubtedly the combination of a proven study guide, hard work, and self-assessment through rigorous practice.
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 […]
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. […]
Simple OData V4 service using Code Based implementation
I got a requirement to build OData service to fetch the data from DFKKKO and DFKKOP tables using OData V4. Using SEGW we can build OData V2 and finish it within the given time. After spending some time, I came to know that we should not use SEGW to create an OData V4. It is […]
Simplify your ODATA service with a lean and flexible architecture
Once i started learning SAPUI5, i noticed something was not right on the entire data flow. Selecting fields in SEGW, updating service again, updating structure due to new requirements, function imports, annotations, deep inserts, entire SEGW was really burden for the project. There was no way i could implement something in a good mood. After […]