2010 Jan 30 4:31 AM
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
2010 Jan 30 5:36 AM
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
2010 Jan 30 5:43 AM
Hello,
Check the FM DB02_ORA_FILL_TD110 for DB02 transaction information
Vikranth
2010 Jan 30 9:23 AM
Before asking the question, please find it in the program yourself
Just find for call function in the program.
2010 Jan 31 8:11 PM
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