Resurrecting an old thread, as wondering whether anyone resolved how to get the VDM properties tab when viewing a HANA Live view properties within HANA Studio?
Is this a feature or studio plugin only available internally at SAP I wonder?
I can see the view types with the following SQl, but obviously would prefer the VDM tab:
select * from "_SYS_REPO"."ACTIVE_TAGS"
where "TAG" = 'fncViewLayer'and "PACKAGE_ID" like '%sap%plm%'
order by "PACKAGE_ID", "VALUE", "OBJECT_NAME" ;