cancel
Showing results for 
Search instead for 
Did you mean: 

Database Disk Usage for HANA

rashmi_11
Explorer
0 Kudos
1,777

Hello Experts,

I am trying to find out Database Disk Usage which is displayed in DB02 through an ABAP program. Could anyone please help to find any FM or table or any method using which I can resolve my issue?

Below is a screenshot from DB02 for reference.

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

andreas_baldauf
Active Participant

Transaction DB02 uses methods GET_USED_DISK_SIZE and GET_USED_DISK_SIZE_DB of class CL_HDB_ADBC for the determination of the values.

rashmi_11
Explorer
0 Kudos

Hi Andreas,

Thanks a lot for your help. Resolved my issue.

Regards,

Rashmi

Answers (2)

Answers (2)

raymond_giuseppi
Active Contributor

Didn't you find view M_DISK_USAGE during your search?

rashmi_11
Explorer
0 Kudos

Hi Raymond,

I did not find this view during my search. However, I need to create a report so I used the class CL_HDB_ADBC. On studying further, I found this view useful as well. Thanks for your answer.

Regards,

Rashmi

matt
Active Contributor

Find out the technical name of the field, and debug DB02 to see how it is filled.