Hi folks,
My calculation views have a property that I can change for DB SCHEMA which is great because we have had many different schema names due to our early proof of concept experiments when first getting HANA. This option is great. Now for other view types I'm not finding this nice feature;
1) ANALYTIC VIEW:
I see a dropdown in the view for DEFAULT SCHEMA however it is blank. Nothing to pick from the list. Is this normal?
2) ATTRIBUTE VIEW:
I do not even see an option for schema at all. In a very simple attribute view I have a single table. At the very top of the table inside the table definition of the view it shows the schema name such as ABCSchema.BSEG. This is the latest schema we are using. However if you look at the PROPERTIES of the table you see a different schema name such as XYZSchema. We have been avoiding this problem by using SCHEMA MAPPING in Quick Launch. ie: XYZSchema = ABCSChema.
Is there any way of changing the original 'authoring schema' of these types of views without having to do schema mapping? Would love to clean up and get rid of all these references to old test schemas that no longer exist.
Thanks,
-Patrick