Your next obsolete skill: UI5 development

Published by Tobias Hofmann on

14 min read

On the horizon changes are manifesting. And these will turn UI5 development into a rather obsolete skill.

For many developers, freestyle UI5 development is the preferred approach to create a new UI5 app. It is a popular choice among UI5 developers for several reasons. First, freestyle UI5 development is the original way of creating UI5 apps. Another reason is that the overall developer experience for freestyle apps increased drastically over the last decade. The tooling available today helps enormously. A lot of tasks that made UI5 development once rather complicated are almost eliminated. This makes freestyle UI5 development rather enjoyable. An important reason is the quality of the OData service provided by the backend. Or the lack of quality. Associations to entities might be missing, filter, sorting or reading an entity directly, batch or deep insert are not implemented. In such cases, the UI5 developer was able to cover up the lack of quality in the backend. Yet, the lack of quality on the OData services is coming to an end. The ABAP RESTful Programming Model (RAP) is overcoming many problems that SEGW based development allowed to happen. RAP and CAP ensure that the developer follows a framework more closely. For Fiori development it aligns the frontend and backend app closer together by making Fiori Elements the first choice to use for the app.

The changes in the tooling, frameworks and the roadmaps will have an impact on UI5 development.

Constant Changes

Technology constantly changes and so are the skills needed. Web site development evolved from basic HTML and CSS to dynamic apps. In the early 2000’s it was common to develop enterprise Java apps using J2EE. Today Java apps are deployed to some cloud, including high availability, without having to own a deep knowledge of infrastructure. JSP was once an important skill for web apps. Today web apps are developed using Angular, React or Vue. SAP technologies may be subject to a different rhythm here but are of course not immune. Basic NetWeaver technology will still be part of S/4HANA in 2040, just as other technologies like SOAP web services or even IDocs. You could witness in the last 20+ years how technologies were hyped, adopted, used, and later declared obsolete. Technologies that focus on the user have a higher change frequency. For instance, Web Dynpro Java, Visual Composer, Duet, SAP Portal, SUP, Kapsel, SMP, etc. Just think of all the JavaScript frameworks that are available and promise to make it easy to develop apps.

Having to learn something new is not bad and at least outside the SAP universe common. This constant renewal is proof that there is innovation. Old technology gets assimilated or replaced. Rarely it gets completely obsolete at once. Change takes time and normally the ideas, or basic assumptions, of what will be replaced, will carry on. Early low code apps like Visual Composer did not survive the changes in web technology. The basic idea to let a user build its own app based on services, did. Others like the SAP Portal rather evolved over time into modern products like Work Zone. The idea of providing a single point of entry with a transparent access to apps to end users is still important.

Demand for Fiori Apps

What does this have to do with UI5 development? There are many UI5 apps developed to meet the user requirements and to offer a modern UX. Why should UI5 development become obsolete? Companies need to deliver Fiori apps and depend also on UI5 to do so. Everywhere you can see the demand for UI5 apps and developers. Companies are moving over to S/4HANA and an easy way to prepare for this is to offer Fiori apps. The thing here is: developers believe that UI5 skills are needed to deliver on the company demand for Fiori apps. And that’s where the error lies: users want an app that helps them to solve a task. Companies want that those apps work with SAP. Therefore, those apps should be Fiori apps. The demand is for Fiori apps. Not UI5 apps.

UI5 is one of many alternatives to deliver a Fiori app. There are other ways to deliver an app that follows the Fiori design guidelines. From SAP you get MDK, Fiori for iOS/Android. There is SAP Build Code or SAP Build Apps. Here the focus is on the result, the app, not on the how to get the app. Maybe in a few years, sketches, notes and requirements serve to get an AI generated Fiori app. As long as it works and can be enhanced and maintained, companies won’t care if the underlying technology is a UI5 freestyle app or something else. Contrary to this, currently mostly UI5 freestyle apps are delivered by developers. This won’t change soon, as developers that learned Fiori and UI5 development in the last years did so by mostly by writing freestyle UI5 apps. Smart controls made the development of UI5 apps easier. Not only do they make development faster, but also automatically aligned with the Fiori guidelines. And: the missing quality of OData services is revealed. While smart controls are an accelerator for freestyle development and help in having better OData service, the developer still must take care of a lot of things like navigation, page layout, placing information, action flows, etc. Tools help, but in the end, it is still the task of a developer to ensure the app works and follows the Fiori guidelines. This is a work intensive and time-consuming process.

The fact that a Fiori app is not necessarily an UI5 app is more and more accepted. After all, UI5 freestyle is only one alternative to develop a Fiori app. Looking a few years into the future, Fiori Elements will be the default for Fiori App development. Fiori Elements will replace UI5 freestyle apps.

Fiori Elements

There are two components involved that work together and depend on each other: Fiori Elements in the frontend (UI5) and the OData service in the backend (RAP). Both frameworks evolved drastically over the last years. It is possible to develop complex Fiori apps just by using annotations. A Fiori Elements app enforces some rules on both frontend and backend that make it easy for companies to benefit from it.

  • Backend: the service must have a high quality. The data model must be complete. The provided annotations should be good enough to deliver a working app. Meaning that things like value help, tables, object pages or editing do work and show all the information needed by the end user.
  • Frontend: a good thing about Fiori Elements is: in the best case, the app is realized on the fly by using the annotations from the backend. The app follows automatically the Fiori guidelines. Updates get a non-event. The less changes are done by the frontend developer, the better. Which implies: changes demanded by the business must be justified and unnecessary changes can be declined by referring to Fiori Elements.

Let’s take a closer look at some of the reasons and assumption for the shift to Fiori Elements.

OData

The quality of the OData service will increase. OData v4 services will be common. Services will offer advanced features like draft handling. OData v4 is the best choice for Fiori Elements apps. OData v4 is currently not as used as OData v2. Again, this is due to the past. When UI5 development started, the only option was OData v2. In earlier releases of S/4HANA, OData v2 was used. The same for RAP: OData v4 is only recently (in SAP terms) available and recommended. This was different for CAP where OData v4 was the default way to go very early. But then CAP lacks adoption and most Fiori apps at customers are ABAP based. OData v4 is the future way for services. Realizing OData v4 services with RAP is easy. The quality delivered by a RAP service is normally higher than with SEGW. While OData v2 services will be available for years to come, new implementations should use OData v4. This comes with some changes for the backend developers and their SEGW skills will become obsolete. The commitment from SAP to RAP is a reality. Considering the life cycle of SAP products – here: S/4HANA or NW ABAP – and the support cycles, RAP will stay with us until 2040. Looking at the cloud, in the last years SAP brought us many different options to develop something with OData. The latest iteration here being CAP. My advice: choose RAP as the way to develop services (or extensions), especially when your developers are mostly ABAP devs and you have an S/4HANA system available somewhere or have access to BTP Steampunk.

Data model

Related to the OData service is the data model. The most important task is to define the data model. With it, the rest comes almost automatically. The time where OData services were just exposing a BAPI are coming to an end. Rigorously starting the service from the data model, CDS (entity) views, associations and building from there up the service. This will close many gaps in the quality of the OData service built on the data model. A side effect of this: the OData services will be easier to consume in other frameworks, like MDK or low code.

RESTful Application Programming Model

RAP is the ABAP counterpart of CAP. From both frameworks you should expect a high-quality OData service. Both ensure that the developer follows closely the framework results in a high-quality service. RAP, however, comes with several benefits out of the box that CAP cannot offer. The most important one being: RAP runs on ABAP. The main benefit is simply: every SAP customer using S/4HANA has access to RAP. Companies and their developers get RAP with S/4HANA, and with BTP, ABAP environment. As the likelihood that an S/4HANA customer has ABAP developers available is higher than having CAP developers available, serves as a reasonably good indication that these customers will adopt RAP. Developing Fiori Elements apps with RAP is super simple. Especially on-stack. No account setup, connectivity or deploy configuration needed. Just use it. Accessing data via RAP and annotate the service is done by the person that defined the data model and normally has a very good knowledge of the business process.

Annotations

Annotations are part of a RAP or CAP project. Instead of having them in the SEGW project or overwrite them in the coding, they are better visible in the project. It is also “easier” for the developer to write them. Important here: the developers that defined the data model, the implementation, are also writing the annotations. They get to be the owner. The scenario where the UI5 developer writes them in the frontend will be get less and less. Or only be used for small adjustment.

These changes will solve an old problem: quality of the service. Companies will benefit from this not only in faster Fiori apps development. As mentioned above, there are several tools provided by SAP to create apps. When the service offers the features needed, it gets easy to build apps on top of them. Be it a mobile, low code, AI generated app, or a Fiori Elements app.

Fiori Elements

It was already mentioned several times above: the future of UI5 development is Fiori Elements. Many tasks needed for a UI5 freestyle app are not needed. Most of the work is done by the Fiori Elements framework and the annotations.

Fiori Elements is possible already with an OData v2 service. Therefore, for several years. Yet, Fiori Elements usage was not widespread. Not even at the SAP shipped Fiori apps. The problems mentioned above regarding the quality were one the reasons. The tooling, and features Fiori Elements with OData v2 offers were nice but came fast to their limits. This changes with Fiori Elements and OData v4. The flexible programming model (FPM) allows to developer a Fiori Elements app and still be able to adjust it where needed. And with the FPM Macros, complex UI controls can be used and controlled via annotations. The starting point for a Fiori Apps with UI5 will be Fiori Elements. The focus of the knowledge will shift. From freestyle UI5 to Fiori Elements with FPM. This shift is what will turn UI5 development knowledge into an obsolete skill. Following the stricter approach of Fiori Elements means: less time needed for an app, better aligned with Fiori guidelines, better services, more feature out of the box. With Fiori Elements as the basis, the Flexible Programming Model will be the foundation of custom app extensions. Knowledge of UI5 controls like responsive table, input field, panel, etc. will be replaced by knowing how to use the FPM Macros. The knowledge on how the responsive table works will still be used, but the first thing to know is how to use the Macro for table in an FPM enhanced Fiori Elements app.

The adoption of OData v4 will also make UI5 freestyle development less attractive. Using OData v2 in UI5 is super easy. As smart controls only work with OData v2, developing a freestyle UI5 app with OData v4 that uses the UI controls is cumbersome. OData v4 demands additional work from the developer as its usage is not really intended in freestyle apps.

Does this now mean that UI5 development is an obsolete skill? Of course it won’t turn completely obsolete. The basics will still be needed. Adjusting Fiori Elements apps still needs UI5 development skills. But do not mistake this that the same level of UI5 skills and knowledge for a UI5 freestyle app is needed. Writing a controller extension or view fragment is not the same as creating an app from scratch. Deep knowledge of how the rooting works, how to apply a page layout, working with FCL, etc. won’t be needed.

Next level UI5 development

The change to Fiori Elements skills will free resources on the app frontend development side. Today, many times creating a UI5 app from scratch, even with the wizards and tooling, is a time-consuming task. And freestyle always comes with the “of course we can” risk. Freestyle is great because the app can be developed in a way that does everything the functional consultant wants. It is hard for a developer to reject a requirement when it is possible to implement. After all: technically it is possible and there is a requirement, so why not do it? And everyone is happy. If budget is available, why not use it to implement these wishes and later on in maintaining these apps? Adding draft handling, collaborative editing, view management, it gets complicated. With Fiori Elements it is easier. Therefore, the focus of UI5 development will shift. Maybe to validating better if apps follow the Fiori guidelines? More on the end user and the apps, independent if a UI5, Fiori Elements, MDK, Low Code, whatever app? More on the testing? Or just in delivering more apps? One thing is for sure: for the UI5 developer, things will change. The demand for UI5 freestyle won’t go away completely. There will be always demand for some apps that demand to be freestyle. However, it will be only a very small percentage of the overall Fiori demand.

UI5 developers need to learn Fiori Elements. Focus is on Fiori Elements with OData v4 and FPM. The amount of Fiori Elements apps with OData v4 shipped by SAP will increase. They need to know how to adjust these apps. What are the possibilities and limitations. Learning annotations and best practices on where to put them: better in the backend or in the frontend, and why? Validating “old” UI5 freestyle apps and check if they are really following the Fiori guidelines. Testing will be important. Using tools that allow to test apps from the end user perspective. As well as mock data and how to manage it. The OData service will be consumed from maybe not only one app, but from many. These apps will depend on annotations and demand a high quality of the service. This is a change for the backend developer, but also for the UI5 developer, as the task to cover up for errors the backend will be gone.

Fiori Elements development skill seems to be the same as UI5 freestyle. But is not. Fiori Elements comes with a different mindset. With a different approach to the whole app creation process. It is more disruptive than you might think.

Web Components

One area where UI5 freestyle skills might be considered important is for custom UI controls. Currently you need to know how to develop a UI5 control, and this includes a good understanding of how UI5 works. The future for UI5 controls is Web Components. With this, the UI5 development skills get substituted by knowing how to developer Web Components. And with this, the focus of the developer changes. From a UI control for UI5, to a UI control for a wide range of frameworks. This will be more than interesting. If SAP does it right with Web Components, this has a great chance of changing how Fiori is used and adopted in a company. And not just for the SAP area. I’ll write about this in a future blog post.

Let the world know

Tobias Hofmann

Doing stuff with SAP since 1998. Open, web, UX, cloud. I am not a Basis guy, but very knowledgeable about Basis stuff, as it's the foundation of everything I do (DevOps). Performance is king, and unit tests is something I actually do. Developing HTML5 apps when HTML5 wasn't around. HCP/SCP user since 2012, NetWeaver since 2002, ABAP since 1998.

6 Comments

Stefano · May 21, 2024 at 21:45

Nice article. I would kindly add that as long as CAP framework allows developers to completely decouple front-end from backend, the preferred way should be a React or Angular app that consumes S4hana services or events. In terms of community and assets available, any modern js framework beats any “Fiori something” app.

Oliver · May 23, 2024 at 13:57

SAP Web Components are already here, and they are very well engineered. we recently used them to deploy the new SAP Brand design to some core SAP websites, like https://search.sap.com.

SAP UI5 Web Components: https://sap.github.io/ui5-webcomponents/

    Tobias Hofmann · May 24, 2024 at 09:44

    Web Components can drive adoption of Fiori as a design language accross company apps (SAP and nonSAP). Compared to what I have seen so far, the UI5 Web Components are better by an order of magnitute then what you get somewhere else. The current problem of UI5 Web Components are UI5 controls.

    “As of today, SAPUI5 controls typically offer a richer set of features out of the box.”

    Will be interesting to see when the available UI5 Web Components will be first class UI contorls (SAPUI5 2.0? or 3.0?)

    https://experience.sap.com/fiori-design-web/web-components-overview/

Fabio Pagoti · May 28, 2024 at 11:25

Hi Tobias!

It took me some time to write here but I read this post some days ago and I had time to reflect on that.

There is so much in here, I’d not know where to start. I politely disagree with many things, but I do agree 200% with many others.

I got that the title must be catchy so I will ignore the “next” on it.

Having mentioned 2040, SAPUI5 will really be here for some time and I would bet many others things will be dead or killed way before that.

However I cannot say the same about React, Angular and Vue. Will they last 16 years how we know them today? Will BTP survive? Will classic ABAP stuff survive? Will Will SAP survive? Will CAP survive? Will Cloud Foundry survive (this one I guess probably not)? Will CAP survive?

I guess I understand most (some that I don’t is related with fundamentals/fundamental-styles) of SAP strategy and I get the idea is to use RAP, CAP, OData V4 and customers must try to stay on track of the things coming almost every day.

But then let’s take SAP fiori elements as an example. The concept was already there around 2017, 2018 – SAP took some time to advocate in favor of it and to really recommend the adoption. Almost the same for OData V4.

Now in 2024:

Less than 40% of the standard apps are Fiori Elements

Overview pages and Analytical list pages can easily be replaced by other analytical/BI/visualization tools like SAC and Power BI.

There are at least 6 different ways of extendings apps

BTP cockpit has no Fiori Elements (including where it would be a good fit like in user, role, role collection management

BTP services (at the least the ones I have seen/used do not: CI/CD, Transportation Service, Identity-related ones, Work Zone admin.

SAP Support Portal does not use Fiori Elements

Other tools are not using it either (B1, Information Steward)

I have seen some OData V4 services having the same performance issues from OData V2 services – specially due to multi level $expand with different cardinalities due to the fact how the framework does the database selection – something present in pretty much 100% of ListReport-Object pages apps.

Will Web Components support the idea of “smart” controls as well? Will they have a support for “fiori elements”? Will they have the same limitations that we have today? I wonder if and regardless of the answer I wonder why.

Anyway, the footprint of freestyle apps done in SAPUI5 is not decreasing (maybe the creation pace has decelerated).

However of course the discussion is totally valid.

    Tobias Hofmann · June 3, 2024 at 11:49

    Fabio,
    your conclusion is based on false assumptions. Looking at the past, UI5 freestyle is the most used approach for Fiori apps in the apps library. But you have to look at the future.

    Fiori UI5 apps listed in the apps library for the S4 releases:
    2017 406
    2018 468
    2019 546
    2020 628
    2021 714
    2022 759
    2023 798

    FE apps:
    2017 346
    2018 557
    2019 740
    2020 917
    2021 1093
    2022 1293
    2023 1399

    Since 2018 there are more FE apps listed than freestyle. The adding ratio for freestyle is:
    62 for 2018, peaked in 2021 and is now for 2023 at 39 apps.

    FE:

    2018 211
    2019 183
    2020 177
    2021 176
    2022 200
    2023 106

    There are 3x, 4x, 5x the amount of FE apps added than freestyle.

    Looking at the SAP Gui transactions listed for S4, the Fiori app library gives 3308 apps. What are the chances that these will become one day a FE app?

    The future is interesting, and here the trend is cleary: FE. Which, btw, still includes UI5 development. What is important to understand is that the time to simply develop a UI5 freestyle app are over. The change is to look more at the quality of the service, multi channel delivery (FE, MDK, API, something else) and not on saying what the business wants to hear. UI5 developers will find themselves in a new role: consulting the business side.

Alfredo · May 28, 2024 at 14:57

I think this is the best and most useful article on SAP development that I have read in a long time.
Thank you also for your contribution to the new trial cloud 2022.

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.