Hello Everyone,
I'm a beginner to SAP HANA Studio. The current version of my HANA Studio is 1.0.48 with SP05. and I'm currently working on exposing a table using OData Services.
Project Explorer view :
The following is the content in the file "DemoTable.xsodata" :
Repositories view:
Navigator view:
I accessed this file via the browser. The URL is of the following format :
"host-id:80<instance#>/<package_path>/DemoTable.xsodata"
The following is the view, when I try the above URL:
Next, I tried the following URL:
"host-id:80<instance#>/<package_path>/DemoTable.xsodata/Test_Table"
The following is the view:
This is the error I'm getting.There are other tables which I tried to expose and it worked. But I'm having trouble with this one. I found a similar thread - http://scn.sap.com/thread/3336708 but I'm getting nowhere! Examples are very much appreciated.
Cheers.