Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table or FM requirement

Former Member
0 Likes
686

Dear All

I am developing a z report for database monitoring.

In my report, i want to use Database usage percentage, size and free size etc. In standard report these all things displying using transaction code DB02.

Is there any table or function module exists for the same. so that i can use for my z report.

Thanks

Narendra Jinger

Dear All

I am developing a z report for database monitoring.

In my report, i want to use Database usage percentage, size and free size etc. In standard report these all things displying using transaction code DB02.

Is there any table or function module exists for the same. so that i can use for my z report.

Thanks

Narendra Jinger

4 REPLIES 4
Read only

Former Member
0 Likes
650

Hi,

I do not understnad why do u want to develop DB02 as this is already a very nice thing,

However if you want to develop some part like if you just want to have database used sapce etc.

you can get the table name by pressing F1 on the particular field.

Reards

Bikas

Read only

Former Member
0 Likes
650

Hello,

Check the FM DB02_ORA_FILL_TD110 for DB02 transaction information

Vikranth

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
650

Before asking the question, please find it in the program yourself

Just find for call function in the program.

Read only

Former Member
0 Likes
650

Hi Narendra,

function module SEL_SERVERDBSTATISTICS_ADA is what You are looking for. If You need something more, You can check also some other function modules from function group SADA.

Regards,

Adrian