I started developping an UI5 application in SAP Web IDE. At this moment, I just run it in a test Fiori Launchpad. The next step will be to deploy it to our ABAP repository. I guess I need to adapt some parts of the application for this reason (or add some file). This is my actual project structure:
When I want to make it run on the ABAP AS...
- Are there important files missing?
- How should the manifest.json and Component.js be adapted? (e.g. paths)
- Have you got some more hints?