The migration guide for calculation views and the objects around them is here (to take them from their XS Classic version into the XS Advanced world in Web IDE for SAP HANA): https://help.sap.com/viewer/58d81eb4c9bc4899ba972c9fe7a1a115/2.0.02/en-US/2aa5aa246a704e199cd06ca5c84d1155.html
Cross-container access to get data from your old schema (or just a plain one, like the one you would replicate with SLT, for example) from your hdi-container is explained here (the key is the xs cups command and the synonym as Lars says): https://www.sap.com/developer/tutorials/xsa-create-user-provided-anonymous-service.html
I just caught this because @lars.breddemann commented on it... I also replied to this same question on my blog (that did send me a notification), also referencing Thomas Jung's and Rich Heilman's upcoming open SAP course: https://open.sap.com/courses/hana6
What objects you can see and reference in WebIDE depends on the HDI configuration.
Generally speaking, there is no default access to other schemas objects with XSA/HDI containers but you have to explicitly define synonyms for objects you want to use.
The blogs https://blogs.sap.com/2017/05/17/sap-hana-express-xsa-application-part-1/ and https://blogs.sap.com/2015/12/08/sap-hana-sps-11-new-developer-features-hdi/ give a good start on that.
Also: putting usernames as tags does not lead to notifications. Based on blog https://blogs.sap.com/2017/09/13/dont-mention-it-oh-wait-do/ the @https://answers.sap.com/users/9078/shyamuthaman.html (at-mention feature) should work. However, it did not provide me with a user list when writing out this answer.
Add comment