Hi Jason
I'm deploying the application onto a SAP ABAP instance and launching it as shown via the launchpad.
All the Fiori Apps are working fine as is gateway etc as the SAP standard apps run without issues.
At the moment my Component.js file looks like the following...
sap.ui.component.load({
name: "hcm.mgr.approve.leaverequests",
url: jQuery.sap.getModulePath("hcm.mgr.approve.leaverequests.SAP_HCM_LVExtension") + "/../ZSAP_HCM" <------
with ZSAP_HCM being the custom Fiori application. I'm not sure if this is the correct syntax but not been able to find a decent example yet.....
Cheers
James