former_member607994
Explorer
Member since ‎04-11-2019

User Statistics

  • 35 Posts
  • 0 Solutions
  • 5 Kudos given
  • 4 Kudos received

User Activity

How to resolve the issue of self signed certificate error while adding on premise ABAP system in VS-code.I am connected to client VPN. "An error occurred self-signed signature"
I wanted to know how to extend standard fiori apps as web ide is discontinued!I tried the SAP business studio but couldn't find resources on how to extend.
I have added the useexporttoexcel = true using the open guided wizard.But how ever I am not able to see the export to excel button in deployed app ( system 1909 version).When using npm run start command to run locally the export to excel button is av...
The Fiori KPI App is showing id number instead of the title in view drop down for languages other than EN.I have created the app in kpi design using lang=EN. When I try to open in ES/DE or any language other than EN it is showing me the numbers in...
Fragment : <m:Button id = "btn1" press = ".extension.zmyproject.btnSave.showText"/> Controller : btnSave.js return ControllerExtension.extend("zmyproject.btnSave", { onInit: function() { MessageToast.show("Hello World"); }, sho...