Abstract During these times of the pandemic, more and more activities have been shifting to remote work, here in Germany known as “home office”. This additional data traffic has been increasingly burdening the infrastructure and there is a requirement to keep certain functions of an application available, even in areas free of Wi-fi and mobile […]
SAPUI5
Migrating SAP Fiori Applications from SAP Web IDE to SAP Business Application Studio
Introduction SAP Business Application Studio (aka BAS) is the evolution of SAP Web IDE. It is a modular development environment, built on “Eclipse Theia”, an open-source IDE that embraces the Microsoft VS Code experience. It aims to improve time to value of the developers, provide a modern development experience and allow simple integration with SAP’s […]
Sample Fiori Application showcase Attachment Uploading Capabilities of SAPUI5 using XSODATA and HANA TABLE
I have spend a lot time with SAPUI5 but one thing I always stuck was with Attachments be it JPEG or PDF. I wanted to create an application which will upload a file to hana table using xsodata. Also Read: What is SAP Fiori System Administration Certification? After browsing through various blog post and website […]
Consuming Custom SAP Fiori Library in SAP UI5 application
What is the use of custom library? Custom Libraries help us to reduce our repetitive tasks which will ultimately reduce our development time. We can create all the common validations, controls, external js files and many more in our library and make use of it in many of our applications directly by calling it. Prerequisite […]
Retrieve logged-in user details in Cloud Foundry Using Web IDE
Description As the trend is moving towards Cloud Foundry, it becomes necessary for us to move existing NEO applications into SAP Cloud Foundry (CF) or develop new applications in it. While doing so, we come across many scenarios where we need to fetch the logged-in user details. In SAP NEO Environment, we can use UserInfo […]
SAP UI5 app development using SAP Business Application Studio
This blog explains a basic workaround on custom controls development and I have used SAP Business Application Studio as my IDE tool. Also Read: SAP Certification Lets begin the development. Make sure to have an active subscription to SAP Business Application Studio from Cloud Foundry environment. Click on Create Dev Space Name the Dev Space […]
Copy Data From Excel and Paste it on Table in SAP UI5
A few weeks back I had a requirement where the users are copying the data from Excel and paste it on the table.This requirement makes me think. So in this blog post i am going to explain how i achieved the requirement Also Read: SAP SF Variable Pay Certification Preparation Guide Step-1: Login to SAP […]
SAP MII SAP UI5 Application Cache buster
This blog post explains the challenges of cache control while managing changes in SAP UI5 application which are not hosted through Fiori front end server and how we can deal with that.Like in SAP manufacturing suit, SAP Manufacturing Intelligence and Integration is and Netweaver Java AS application where the SAP UI5 applications will be running […]
XSA Fiori Launchpad On-Premise Configuration With SAP Fiori Launchpad Plugins
Rest assured, it is possible to use SAP Fiori Launchpad Plugins with XSA On-Premise. Create the plugin Unfortunately there is no template available in SAP Web IDE On-Premise for the SAP Fiori Launchpad Plugin. But all is not lost, The Full Stack Web IDE provided by the SAP Cloud Platform has the template that we […]
Adding AR (Augmented Reality) – VR (Virtual Reality) to SAPUI5
Augmented Reality – Virtual Reality may seem like a futuristic thing but its applications are many and there are many use cases – like for example – how many of you have tried buying stuff from furniture apps like PepperFry or a spectacles frame from LensKart where you have a VR app/page that will show […]