Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: How to expose an analytic View using OData?

$
0
0

Hi Ravi,

Thanks for replying.

 

The answer in http://scn.sap.com/community/developer-center/hana/blog/2012/12/21/hana-development-xs-odata-services is helpful. But, it's assumed there that the analytic view I am going to expose exists on my current development package. I would like to be able to expose any analytic view

from within the _SYS_BIC schema.

 

I did the following :

 

service {

          "_SYS_BIC"."I301605/EFASHION_STAR_SCHEMA" as "test" keys generate local

          "GENERATED_ID" aggregates always (SUM of "MARGIN");

}

 

But  I am getting an error saying: feature not supported.

 

Thanks

Mohamed Ali


Viewing all articles
Browse latest Browse all 9165

Trending Articles