can we expose graphical calculation view with ST_GEOMETRY data type column in XS ODATA Service? I know that calculated column is an alternative way to do that. can anyone tell me that if xsodata support Geo Spatial datatypes in SAP HANA ?
Suppose, In XSJS code I'm calling a calculation view. I'm getting 100 records from the view. in the code I'm fetching all the records to the response body in JSON format and the request is of type POST. I'm using postman tool to test the API. Now I w...
service {
"myfiles::calview" as "view" key generate local "ID"
parameters via entity "CVParams" results property "Execute";
}
CV calview is accepting one input parameter call "idd"
I'm executing this xs odata file by run as xs service command...