cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I have a CAPM ( or XSA ) application . I am connecting an S4HANA on premise database ( schema - SAPABAP1 , Table DD02L ) . I created a user provided service , hdbgrants and a hdbsynonym to facilitate this. I can access the table .
My question here is : If I am conning to another database ( lets say CRM ) which has the same SAPABAP1 schema and DD02L table, how would the synonym distinguish between these ?
I see only schema name and table names mentioned in the synonym definition .

-- I am building a capm app and deploying the mtar to xsa on prem .

Sreehari

0 Likes
View Entire Topic
sreehari_vpillai
Active Contributor
0 Likes

Accessing external containers / schemas through a user provider service only supported within a tenant and you cannot access outside tenant objects.

so cross tenant / cross DB access is not supported via User Provided Service.