I have a calculation view, and an corresponding abcd.xsodata file defined as:
service namespace "CTag" {
"Pkg::ABCD_CALC_VIEW" as "CView" keys generate local "ID"
"Pkg::ABCD_CALC_VIEW" as "CView" keys generate local "ID"
parameters via entity "InputParams";
}
How would a url to access this over http look like?
I have looked at the various blogs here and also scoured the hana_dev_en document but it has not helped at all. If I try something like:
I get an error like:
400 Bad HTTP requestBad HTTP request
|
© 2001-2009, SAP AG |
The lack of clear cut specification on how to construct a URL for different views is very frustrating. Where can I find such specs?