former_member655308
Explorer
Member since ‎11-28-2019

User Statistics

  • 18 Posts
  • 1 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

I want to restrict the origin in XSJS to "https://example.com" but even after tsetting the access-control-allow-origin header in the code I still get wildcard "*" in my response. I have tried setting the allowedOrigin in mta.yaml file and also trie...
My requirement: To access CDS views in SAP analytics cloud. Followed: https://blogs.sap.com/2019/11/29/consume-cds-views-in-s-4hana-step-by-step/ Issue: Unable to change API state of the CDS views. Please check the screenshots. I can see ...
Hi there, I'm developing on SAP webIDE for SAP HANA, and I created 2 MTA projects, respectively with an SAPUI5 module and odata service mdoule inside. Now I try to call cross-project odata service from my UI project: <code>var myServiceUrl ="ht...
I have annotated Entity & view to enable fuzzy search(.hdbcds file) as follows:entity.pngview.png Now I try to fetch the results using /drillDown.xsodata/learningelement?search=SAP .xsodata: service { "myDb_db::learningElementView" as "lear...
I want to Zip pdf files (which are stored in a table as blob objects) and return it to the UI5 application.
Kudos given to