Hello, I am working on an on-premise app in XSA using Invoices doucments from SAP Table VBRK.
I wanted to see if my declared table in the hdbsynonym folder contains correct data.
For that, I connected my app to a user provided service using the schema SAPHANADB (SAP Schema).
I created:
A hdbsysnonym file in which I imported the data from the external service:

A hdbgrants file according to schema permissions:

However, each time I build the db folder, the deployment is successful but I can't seem to find any synonyms in the hdi container in the HANA Database.
Perhaps my deployed data is not supposed to be in any hdi container ?

Any suggestions please ?
Ayoub