Hi,
In HANA 2.0 from hdicontainer, I need to create a report with the column level lineage of the calculation views . The report should provide the source table of the output column and if its calculated column its definition. It should also go to a nested calculation view and retrieve its source table.
Could you please help me with the following.
1) To achieve this should I need to read a calculation view XML and retrieve data? If yes is it possible to get the xml just like we get _SYS_REPO.ACTIVE_OBJECT in XSV
2) Is there a standard way to get the source table of each column of the calculation view
Thanks