Checking object dependency in SAP HANA system



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.


Advertisements