Are you bored to see the same old fashioned display of approval process in C4C UI ? And if you are keen to have a new look and feel for better UI experience, Like, How about the idea of displaying image of the approver, along with the Title, Name and the Status. Seems interesting!! Curious....

A UI5 Control exists out of two parts, the control logic (including metadata) and the renderer. This last one defines the visualization of the control by writing JavaScript and will generate HTML at runtime. Writing the HTML by using JavaScript function is not straight forward in case of complex UI5 Controls. Although UI5 is going....

When building UI5 apps you will need to develop a custom UI5 control sooner or later. Doing this requires (or at least it is recommended to do so) to bundle those UI5 controls in a library. With TypeScript support for UI5 you do not only develop UI5 apps in TypeScript but most likely also UI5....

Using third-party libraries might be a bit more complicated in UI5 with TypeScript. The solution to do this is way easier than you would expect. Around a year ago, Peter Muessig already shared the solution for this. Maybe you’ve already seen this blog post of Peter so you know how to use this: https://blogs.sap.com/2021/11/15/using-npm-packages-in-ui5-without-shims/  ....

The ITS mobile application is a vital part of SAP when it comes to accessing SAP from remote locations, especially for scanning data from different types of handheld devices (HHD) using one application. Major challenges in developing ITS applications are related to the shape and size of application screens when we execute them from different....

In the past I shared a blog post on how to combine Dialogs with Fragments in UI5: https://blogs.sap.com/2017/03/09/ui5-fragments-and-dialogs/ .   This is an approach which I still use today but in combination with TypeScript. Therefore, I’ve updated the code to TypeScript. Besides that, I also improved some aspects of it to gain more of the TypeScript benefits.....

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 additinal authorization layer with the help of XSUAA to achieve in app authorization.   Here Node JS API and HTML5 modules are added in single MTA sharing instance....

Hello Readers, Hope everyone is doing well! It’s been a long that I haven’t developed any blog post recently, Hope you very well know the BAS(Business Application Studio) the new development toolkit provided by SAP. Introduction: SAP provides a new development tool(IDE)  called  “SAP Business Application Studio” (BAS) in the market and to the customers for developing....

About three years back Adobe talked about Flash & The Future of Interactive Content. And announced Flash end-of-life (EOL), i.e. their plan to stop updating and distributing the Flash Player at the end of 2020. For all the SAP SuccessFactors Learning customers, partners and consultants out there this of course raised the question about what this....