I have a React web application which I created with the ui5-webcomponents-react
library from SAP https://github.com/SAP/ui5-webcomponents-react.
I wish to make this application available via the SAP Fiori Launchpad (as a tile).
How can I make this happen?
I've successfully uploaded the 'built' app (contents of the build
folder) to SAP via the method outlined here:
https://blogs.sap.com/2019/11/27/how-to-run-reactjs-web-apps-in-sap/
(Essentially created a bespoke Z
BSP application in SE80 and manually uploaded & linked all of the relevant 'minified' files)
And I can access the application via the open web service in SAP.
But I'm unsure how to continue?
Is the above method even the right thing to do? There has to be a much easier way of doing this?
I'm on the latest version of S/4 HANA and don't wish to use Eclipse or the WebIDE (primarily because I'm on the on-premise version and because I'm not a huge fan of the Eclipse IDE as it's considerably slower and more resource heavy compared with VSCode).