One of the advantages of Sap Fiori is that you can integrate 3rd party JavaScript APIs with ease. In this blog I will showcase one such use case by building a dynamic Gauge using Google Charts. I will also utilize the Analytic Engine of S/4HANA to ge...
It is a common requirement to enable app to app navigation and intra-app navigation when building a suite of UI5 apps. Anybody who has experience with traditional UI5 apps (free style apps before the Fiori elements era) will acknowledge that it is a ...
In one of my developments we came across a requirement to provide display access to a transactional app. This was for a wider audience than the app was previously designed for. Now to cater to this we had two options –
Build a brand-new app which ...
Hope you all are enjoying the S/4HANA landscape and stretching the boundaries of the new dictionary objects - ABAP CDS and AMDP. In this blog I will share some of the techniques that I have learned while using Fiori Elements over the last few years.
...
In one of my customer engagements the business requirement was to build a UI5 application with geospatial capabilities. I used Interactive maps from ARCGIS enriched with business data from SAP to accomplish this. This blog outlines my journey and cha...
Hey Vishal, Just curious did you get resolution. We are in the same boat where we have SAP NW BC installed and is the single source of truth for business for both Fiori and GUI based applications and use ABAP for windows rather than ABAP for HTML for...
Simple answer is yes you can. Try putting the following lines in "code editor" of your annotation file.
<Annotations Target="<ODATA service>.<entity type>/<field name>">
</Annotations>
Now switch to Annotation modeler. You should be able to use "Co...
Hey c9f8de6ef0704cac8b4246c3c6e79ac1 I have already shared the source code here. Its a bit difficult to put it on github as we would need to deploy the applications on Fiori Launchpad(or SAP WebIDE test environment) to test app to app navigation that...