- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
- Related Articles
- Checking System limits in SAP HANA
- Checking performance of SAP HANA system
- Checking version of SAP HANA system
- View to find object dependency in SAP HANA
- Checking XS Engine service in SAP HANA system
- Checking list of system schema in SAP HANA
- Checking existing password policy of SAP HANA system
- Checking dependent object of a table in SAP HANA
- Checking enforced license in SAP HANA
- Checking backup configuration in SAP HANA
- Checking topology of SAP HANA
- Checking schema creation in SAP HANA database
- Checking all alert types in SAP HANA
- Checking SAP HANA Schema owner name
- Checking savepoint statistics of SAP HANA

Advertisements