Introduction On many occasions, users need to upload an excel file from the local system and extract the content from the excel file to send to backend SAP. There are multiple ways to achieve the extraction of data from excel file and send the content to SAP system. In this article I am going to […]
sapui5
Some of UI annotations/Local annotations for LROP Fiori application.
There two ways we can write annotations. Using CDS views Using annotation modler in webide We can overwrite the annotations coming from backend cds view using annotation modler. In this blog I am focusing purely on Local annotations for List report object page application which are useful while developing the fiori elements list report object […]
Secure Fiori App in SAP BTP with XSUAA
Requirement is to have Managed App Router based Fiori app in SAP BTP – CF which is calling OData/web service(We have taken example of Northwind for this project) and add additional authorization layer with the help of XSUAA to achieve in app authorization. Here Node JS API and HTML5 modules are added in single MTA […]
How to work with SAP Fiori Applications in SAP Solution Manager 7.20 – Process Management
Introduction As working with SAP Fiori applications becomes more and more important for customer I like to share some insights on how to handle them with SAP Solution Manager 7.2 – Process Management. In SAP Solution Manager 7.2 – Process Management it is possible to document SAP Fiori applications within the solution documentation functionality. There […]
Integrate Document Translation service in SAPUI5 Application
Document Translation Service Using Document Translation service in SAP Cloud Foundry, the service translates documents of varying lengths into multiple languages using a repository of SAP approved translations and machine translation. The machine translation service is especially suitable for SAP related content. Document translation services improves the accuracy of translation and saves time. It also […]
SAP Fiori for SAP S/4HANA – New options for managing Views for filters tables and charts
Views are often the quickest and easiest way to personalize, adapt and extend your SAP Fiori apps. They are extremely useful! Views provide a way to save and reuse settings for filter bars, tables, and charts in many apps. SAP provides a Standard view as a default everywhere views are used. Customers tell us they […]
CRUD Operations using json data in Sapui5
In this blog post I am going to explain Curd operations (DELETE, ADD, EDIT and READ) with Raw JSON Data. It includes adding multiple records with Validations, delete multiple records and also edited multiple records. Steps includes: 1. create a Responsive Table(sap.m) 2. Set Json data globally(manifest.json) 3. Call Global Json data in controller and […]
Using Smart Controls in BAS
Objective: This blog post provides insights about the Smart controls and how to implement in SAP Business Application Studio environment. SAPUI5 smart controls are a special category of controls that help to boost application development and are part of the SAP Fiori Elements offering. Specific feature of the smart controls is that they can interpret […]
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 […]
Table Personalization using Northwind
Problem Statement: Lets say in a table we have more fields then can be properly displayed, what can we do in order to ensure that all the needed data fields are there without messing up the UI. Let’s have a look! We will fix this problem using Table personalization. For Table Personalization we use the […]