former_member328455
Explorer
Member since ‎2012 Apr 01

User Statistics

  • 14 Posts
  • 0 Solutions
  • 8 Kudos given
  • 9 Kudos received

User Activity

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...