Quantcast
Channel: SCN: Message List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 8968

Re: how to expose odata service for input parameter based procedure.

$
0
0

Hi Anand,

 

You can expose it as an Odata Service only if you wrap it in a Calculation View !!

 

Once you do that, the definition of Odata service :

 

service namespace "Test" {

      "<package::CalculationView>" as "CalcView"

      keys generate local "ID"

      aggregates always;

}

 

Check if this helps too :

REST your Models on SAP HANA XS

 

Regards,

Avinash Raju


Viewing all articles
Browse latest Browse all 8968

Trending Articles