Hi Experts,I am currently working with SAP Mobile Services. I created Mobile Services instance on BTP. Established trust between these two platforms. Then I created native/MDK application that is utilizing Sample OData ESPM.I kept all the default set...
Hi Experts,I would like to inquire what is wrong with my set-up on providing a deep link towards MDK app. I am following the tutorial from (Implement Deep Linking into an MDK Application | SAP Tutorials). Despite the fact that I use the given reposit...
Hi Experts!I am very new to the BTP and CAP and faced the following. I have a CAP application that is deployed to Cloud Foundry and is utilizing connectivity service destination. The destination is set-up towards cloud connector that would then call ...
Hi experts,I am currently working with HANA authorizations and am currently frustrated. My views are organized in several packages representing different stages of data aggregation and preparation. The last package is containing views that are suppos...
Hi Experts,
I am using SAP BTP CF to create a Fiori application using BAS. I want to call the REST endpoint of the BPMWORKFLOWRUNTIME destination.
I have xs-app.js configured with the route,
{ "source": "^/bpmworkflowruntime/(.*)$", "target": ...
Hi @Jitendra_Kansal, yes, the communication via email solved my problem. Will also note it down here, so if there is anyone else with the same problem, it can be used as a reference. The problem for my case was the fact of skipping steps 6 and 7 of t...
Hi, I am using Mobile Project created in Build Code. It was created using Mobile Development Kit (MDK) option from the SAP Mobile Services. There is no manifest file. I configured pages from the BuildCode and events from the Application.app file. Thi...
In case if anyone has the same issue, it can be fixed by the following,move the fetchCsrfToken: false to the destination section,add X-CSRF-Token: None to the headers section,add sap.iot.fetchXcsrf: false to the additional attributes of the destinati...
Hi Cocquerel,This property was changed to invoker's for some reason. Once changed back to definer's, it worked like a charm!Thank you very much for your advise!Br,Aleks.
Hi Cocquerel,Thank you for the reply!My actual problem is that I want to hide views that are required to execute consumption view and are currently visible since users have to have SELECT privilege on them. If this privilege is revoked, they wont see...