Hi,
I am having issues connecting to a backend SAP Gateway system while creating a "service replacement" extension. I am able to export the standard SAP Fiori application form the ABAP repository and create an extension project (which confirms that my link to the backend system is established and working). However I am unable to browse the backend services through teh extension wizard...
What I noticed in the Developer tools is that WebIDE is trying to call what seems to be an incomplete service name when trying to retrieve an invintory of services from SAP Gateway.
Should it not be calling something like "/sap/opu/odata/IWFND/CATALOGSERVICE/$metadata" in stead of "/sap/opu/odata/$metadata"
Has anyone else encountered the same issue?