I am using Hana SP09.
I have scuccessfully imported hana views by creating external views on ERP tenant,
but when i try to access it in ABAP(Open SQL). The following err happens.
SQL error "SQL code: 258" occurred while accessing table "ZXXXXX"
It seems only external views which contains data from CRM tenant makes this error.
What I have done are following.
1. Creating calculation view(SQL script) in ERP tenant. The view is calls data of table in CRM tenant.
2. Creating external views for the calculation view in ERP tenant.
3. Creating RFC function module in ERP tenant and access the external views in ABAP Open SQL.→Run time error happens.
Is it possible to access the data in different tenant by creating external view?
By the way, i can see the data of calculation view created in above step 1 in hana studio ( but can not access by abap).
I hope some one know the answer of my question...
Thank you,
Sayuri