I want to copy my Fiori project called "Listreport1" in BAS to a new project "Listreport2". Then I want to change manifest to get odata from another Destination.
Please guide my how-to.
Best regards Rolf
Integration guru's.
I have developed an iflow for a SOAP-service and can successfully post message via a SOAP-adapter.
Now I want to add exception-handling, but I don't get exceptions from the SOAP-receiver adapter, so I changed adapter to HTTP. ...
My controller for view1 looks like this: ( and works perfect from BAS, but not from Cloud Foundry ) return Controller.extend("yr2.yr2.controller.View1", { onInit: function () { var that = this; ...
I have the same problem, calling a "free weather service" API: Weather for MandalMy "Freestyle Tile" works from BAS, but not from Cloud Foundry Launchpad.I added these 2 lines to my controller: var sModelUrlPath = this.getOwnerComp...
I also have the same problem.I can update tiles via odata, but calling a "Non-autentication" API directly from a "Freestyle-Tile-App", is not possible. ( It works from SAP Business Application Studio )Rolf