Hello,
I am trying to make small changes to the Fiori's "Leave Request App".
I have created a project in Eclipse Juno, shared it with our ABAP system (containing the add ons IWBEP and GWCORE).
Retrieved the BSP: ui5_hcm_lr_cr and made some cosmethic changes to it. When I tried to submit these changes, I got the message that I wasn't licensed for it. I was changing standard SAP coding so that might be the reason.
So started all over again. But now after retrieving the BSP code into Eclipse Juno, I unshared the project with the ABAP system. After this action I shared the project again but now creating a new BSP application for it (starting with Z....).
Now I was able to submit the changes towards the ABAP backend system.
instead of opening http://xxxxxxxx:xxx/sap/bc/ui5_ui5/sap/ui5_hcm_lr_cr/index.html?backToHome=true
the following url is opened:http://xxxxxxxx:xxx/sap/bc/ui5_ui5/sap/zui5_hcm_lr_cr/index.html?backToHome=true
But unfortunately nothing is shown.
I noticed that after retrieving the standard Fiori application, the objects like application.json, Main.view.html, Main.controller.js etcetera and all the folders i18n, css, view and more are put directly under the root of the project and not under the WebContent folder.
So I moved all these objects to the WebContent folder but this did not help at all.
What I am doing wrong ?
Best regards,
John