Jsousa
Participant
Member since ‎01-25-2018

User Statistics

  • 54 Posts
  • 6 Solutions
  • 183 Kudos given
  • 19 Kudos received

User Activity

Hello! I'm trying to run one app from SAP Business Application Studio loading the ui5 bootstrap src resource path from locally: <!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-...
Hi gurus! I have a problem with SAP Business Studio OData consumption. I've created 2 applications without Authentication: Consuming OData from ES5Consuming OData from own server with SAP Cloud Connector Destinations configuration: Both wi...
Hi gurus! I'm trying to start to coding on SAP Business Application Studio and I need your help with this question. I want to create some MTAR applications and deploy to both ABAP Frontend Server and Cloud Foundry. I have no problem with Cloud Foun...
Hi experts, I have a problem with scrolling in SAPUI5 custom tile. It works fine in Web Browsers, but when is ran on mobile devices with Fiori Client, the scroll doesn't work always... I have created a pluker: https://embed....
Hi to all, I'm trying to use barcode scanner included in SAP Fiori Client in simple Launchpad SAPUI5 app: onScan: function () { if (typeof cordova === 'undefined') { sap.m.MessageToast.show("Cordova Barcode Scanning is not Supporte...