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

Create view for a SAP HANA System Table

$
0
0

Hi everyone,

 

I would like create a view for SYS.M_TABLES (System Table) or create an oData Service that access directly the M_Tables, I have tried to consume the M_Tables view using  this code:

service {  "SYS"."M_TABLES"  as "Table" keys ("SCHEMA_NAME");
}

but when there is a schema with multiple tables, I get this error:

"Multiple resources found. Inconsistency between data model and service description found.", which is somehow related to aggregation issue or something, I also can't use the aggergates always, as it is row table object not a view.

 

Would you please advise ?

 

Thank you,

Regards,

Shady


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>