Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

Accessing tables from different schema in HANA CDS

$
0
0

Hi,
I also like to be able to create a CDS view in the repository which fetches data from a (virtual) table in a different schema. I found the code below in the developer guide:

 

 

 

view AddressView as select from Address

{ id,

  street.name,

  street.number

};

 

I already tried to replace the first line with: "view AddressView as select from SCHEMA.Address" (also with single and double quotes but it doesn't work.

 

From the catalog it is very easy to create a view which does a select from tables in a different schema, so I assume it should be possible in the repository as well?

 

Kind Regards,

Nico van der Linden

 

Message was edited by: Jasmin Gruschke


Viewing all articles
Browse latest Browse all 6412

Trending Articles