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.
Tutorialspoint

Checking object dependency in SAP HANA system

We are updating few of information model in SAP HANA system. How can we see SAP dependent object in HANA system to find affected areas?


1 Answer
SAP ABAP Expert

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

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.