InterviewSolution
Saved Bookmarks
| 1. |
What happens when an object is activated in HANA? |
|
Answer» When an object is activated, it BECOMES accessible for reporting and analysis. After the view has been SUCCESSFULLY activated, a run-time object is built in the _SYS_BIC schema. For instance, let’s say there exists a calculation view CV_VIEW1 in package “MyPackage”. After this view is activated, a run time object (column view) will be developed in _SYS_BIC schema having the NAME “MyPackage/CV_VIEW1”. This column view is IMPLEMENTED while PERFORMING the data preview of the calculation view. |
|