Questions tagged [xsodata]
8 questions
2
votes
0 answers
v2.ODataModel: Response object (response headers) not contained in the "requestCompleted" event
I have an OData V2 model bound to a sap.m.Table. The trigger for the service call (to HANA XSOData) is through the bindAggregation method. I have attached the requestCompleted method to get the statistics back from the server to add to the…

Deepak
- 505
- 1
- 9
- 32
2
votes
1 answer
xsodata: converter[index] is not a function
I have two entitys in hdbcds:
context PyramidDB {
entity PipelineType {
key TypeName : String(200) not null;
Displayname : String(200) not null;
Description : String(300);
};
entity PyramidType {
…

TheRadianer
- 57
- 1
- 7
1
vote
1 answer
ODataModel error: Invalid metadata document (Initial loading of metadata failed)
I'm trying to read an OData but I'm getting this error and I don't understand why:
The function which I invoke is the below:
_getHanaData: function() {
var xsODataModel = new sap.ui.model.odata.v2.ODataModel("/catalog/");
// ...
},
As shown in…

M.Morris
- 147
- 1
- 12
1
vote
0 answers
I am trying to get Postman connected with SAP HANA ADVANCE API via oauth 2.0?
I have been shared with Username and Password of SAP HANA X ADVANCE. I can successfully login from a web browser and see the list of web services.
I want to connect my API Client (Postman) with SAP API can you help me from where I can get the values…

Kashif Abid
- 88
- 8
0
votes
0 answers
Can the INIT OData Source Kafka Source Connector pull data from XSODATA services?
I'd like to preface this with the fact that I am completely new to SAP and SAP HANA, and OData.
I was tasked with pulling changes from a SAP HANA table and transfer those to Kafka.
I noticed there was a Kafka source connector already written, which…

eitaporra
- 51
- 7
0
votes
0 answers
XSODATA service authentication in SAP HANA (XSA)
I have exposed my table using xsodata. I can access it directly through the URL without giving username/password. How do I enable authentication for my xsodata service in SAP HANA (XSA) Web IDE?

Krishna Lakhi
- 11
- 3
0
votes
1 answer
hana xosdata json limitation
I would like to know if there are any JSON size limitation for response returned by HANA XSODATA service. I am working on a service which is returning huge volume of data (15-20K). When I call the service from browser I am receiving json parsing. I…

gvs
- 39
- 1
- 11
0
votes
2 answers
CORS issue using OData service
I have created an OData service using SAP's XS application. The service is working perfectly when I try to access it via browser. When I try to consume it via SAPUI5 application, it gives me CORS error.
I even enabled the cors in the .xsacess file…

user12
- 55
- 4
- 11