Hello Guys,
We have requirement to add new column on front end display table and that table data is coming from backend SAP standard CDS view which is added in standard ODATA project 'EAM_MALFUNCTION_MANAGE' as entity.
We need to add custom colum...
data-types.jpg
Hello Experts,
I need advice on one issue i am facing on Data types used in ODATA SAP gateway.
Issue - We have exposed our URL to third party and in Incoming payload we have one integer field in that they are using data type long...
Hello Experts,
I need some pointer on X-CSRF-Token, Is it possible to have Static/ Constant value for X-CSRF-Token instead of using Fetch every time?
My client requirement is they don't want to disable it and pass 'X' value for header 'X-Request...
Hello All,
We have a requirement in which we need to call external DELETE method, but we need to pass a single parameter in payload
like.. { "Id" : "1234"}
But in SAP I observed we cannot send payload using delete method.
Is it possible to s...
Hello All,
I am working of ODATA service which we need to establish connection via HTTPS connection, I tried executing My service on chrome browser and its working on chrome. But when we tried to execute with the external system. We are getting 403...
Yes, Extending standard CDS view worked in this case. when I extended CDS view first time that time there was other error that is why I thought it's not working but when I fixed the other error it worked.Thanks for the reply.