Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
In SAP HANA system, you have one view available in SAP System schema named called as “OBJECT_DEPENDENCIES” and it can be used to get the information of SAP Tables.
To see details in this view, run this query: select * from "SYS"."OBJECT_DEPENDENCIES";
This will display all the details of SAP HANA system.