mani_ac
Participant
Member since ‎10-07-2019

User Statistics

  • 115 Posts
  • 1 Solutions
  • 65 Kudos given
  • 29 Kudos received

User Activity

We have separated UI, Node , HANA module as a separate mta/cap projects. UI is accessing the node service via destination and the node is accessing HANA via cross container.Now we would want to access the logged in user in HANA by using SESSION_CO...
We are in need of using v2 version of Odata from CAP due to limitation in UI . I used @sap/cds-odata-v2-adapter-proxy to retrieve the v2 version. I am able to fetch the data without any issue using /v2/entity but /v2/$metadata is not working. I ge...
I have a synonymn and defined in data model with @cds.persistence.exists and I have also defined the association in the data model (only at CAP not in source table) . But when I run the service metadata I don't see the Navigation property. @cds.per...
Hi, I have created a virtual table(.hdbvirtualtable) by using and deployed in DEV space VIRTUAL TABLE "RS_KNA1" AT "REMOTE"."NULL"."SAPDEV"."KNA1" It is failing in QA because the schema name is different . VIRTUAL TABLE "RS_KNA1" AT "REMOT...
Hi,I am trying the latest version of sap/cds : 5.6.3 . I have a simple calculation view which I am trying to use a update handler.This seems not working anymore. //data model -----------------------------------------------------------------------...