cancel
Showing results for 
Search instead for 
Did you mean: 

Get Database Disk Usage (DBACOCKPIT) using ABAP Code

Former Member
0 Kudos

Hello,

I would like to ask for guidance regarding a task I'm working on. I need to get database disk space/usage like the one in tcode DBACOCKPIT:

I found FMs for MSSQL and ORACLE but I can't seem to find the one for HDB.

Any advice is really appreciated.

-Rod

Accepted Solutions (0)

Answers (1)

Answers (1)

ImtiazKaredia
Active Contributor
0 Kudos

Check SAP Note 1969700. These contain SQL statements for HANA.

HANA_Disks_overview.txt may help you. Adapt the SQL in you code.