I am using BAS for development.
my app is comsuming some reuse component and library.
I clone the reuse component and library to my workspace, and config ui5.yaml as following:
- name: fiori-tools-servestatic afterMiddleware: compression conf...
Beginning
For a long time I have been using WEBIDE to develop fiori apps. Although I benifit a lot from webide, it is really powerful, but because of slow network, I often came across some problems to launch workbench, to save code, to test run apps ...
hi experts,here is my case, i create a app with ui5. before user open view1, i check if the user has logoned, if not, i will open logon view instead.view 1:sap.ui.controller("elearning_ui5.controller.Tile", {
_oToken: null ,
onInit: function(...
I create a hana xsjs service which return a JSON data, when i try to access this service in my sapui5 application using ajax or jsonp, failed.Cause this service URL will automatically redirect to "accounts.sap.com/saml2/idp/sso/accounts.sap.com?SAMLR...
Dear Guys,I create a master view in which i put such code:
<mvc:View xmlns:mvc="sap.ui.core.mvc"
xmlns:custom="http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1"
xmlns="sap.m">
<App id="myApp">
</App>
</mvc:View>
I take this vi...
Thanks for your encouraging. Besides i have a question which you can help to answer. For a real Fiori Launchpad tile, we can add url parameters when creating the tile. But how can this be done through fioriSandboxConfig.json. For example, the app i c...
hi viplove,i am creating my own custom logon page. Username and password input on logon page will be sent to backend server, there if user is verified, a special token will be responed. by the way, what is sapIDS ? my app will not depend on sap, i j...
"it's mandatory to use the Web reference, or i can use the local one?, is there any line of configuration that i'm missing?, maybe something in the mainfest file?"Hi Jose,did you get the answer? I am facing the same question, i tried to use local ope...