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 […]
SAP Web IDE
SAP Web Analytics: Analytics solution for S4 On Premise systems
Introduction Almost all of the SAP S4 on Premise customers want to see how is the usage of their applications, which are the regions the applications widely used, what is the performance over time, on which browsers it is mostly used and what is the trend of visitors, from which external links people are using […]
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 […]
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 […]
WhatsApp Integration with SAPUI5 Application using Twilio and SAP Open Connectors
In this blog I am going to explain about Whatsapp Integration with SAPUI5 by using Open Connectors and Twilio. By this, we can send and receive whatsapp messages from UI5 application. Now let us see how i achieved this. Also Read: SAP ERP Certifications Pre-requisities for our requirement: TWILIO setup Setup the SAP Open Connectors […]