With SAP Fiori front-end server 2020 for SAP S/4HANA there is a new concept to structure the content on the SAP Fiori launchpad: Spaces and Pages. The layout and content structure defined via spaces and pages can be reused for different...
In this blog post I have discussed on various technics those can be used to push down the consumption level filters to the database table level Pushing down the single selection filters from the fiori application using parameterized ABAP CDS views...
Hello, While creating Odata services, I had gone through multiple blogs post and found that there are few steps which are not self explanatory and hence at the end of creating an odata service we get bad HTTP response . This...
Hello everyone,I am going to write about my experience regarding a simplified way of implementing OData service and re-using the same OData service for all of my UI5 projects (around 8+ big projects) for last 5 years. First of all, if...
In this blog, I would like to spread awareness and share my experience of how we can easily start UI5 / Fiori app development locally using VS Code. Step 1: 1. Install Node.js – Node.js® is a JavaScript runtime built on...
Introduction There are business scenarios in which the application needs to jump from one system to another, or the application requires information from a remote system. For example: an application wants to call a transaction from a remote system an application...
When activating applications in Fiori it is very important to know the theory of catalogs and groups and how to apply it correctly, so let’s start. Catalogs are where the tiles of the applications as such reside and groups define the...
Esta es la lista de transacciones que he encontrado muy útil para el desarrollo de Fiori, Compartir con todos, Por favor, añadir más si he perdido algunos. Mas info en: https://setevalapinsap.com Saludos. /UI2/CACHE Register service for UI2 cache use /UI2/CACHE_DEL Delete...
Hi to all, as probably all of ABAPers that touch UI5 for even the simplest (transactional) applications, I found some bottlenecks, one of them is the pessimistic object locking, which in ABAP is the standard way to deny multi-user changes of the same object at...
Opción para capturar la navegación hacia atrás desde el botón del launchpad de fiori. Para poder capturar la navegación hacia atrás del botón del Launchpad de Fiori que no tendremos en un desarrollo local ya que nuestra aplicación estará embebida podemos...
Cuando lanzamos peticiones a backend desde Fiori(app personalizada) a través de odata la llamda entra en la RFC asociada y genera el bloqueo «ENQUEUE» del objeto correctamente, pero en cuanto sale de la rfc ese bloqueo se libera. When we launch...