2010 Dec 03 6:55 AM
Hi,
Can anyone tell how can i read cluster table 'moni' for workload statstics?I want to read it from 4.7 as 'swncmoni' is not available in 4.7.
Thanks
Sumy
2010 Dec 05 1:46 PM
Try Function Modules :
APPLICATION_DATA_GET.
IMPORT_DOWNLOAD_FROM_MONI
Shaik
2010 Dec 06 10:23 AM
Hi Shaik,
Thanks for the function modules.After using the function module 'Application_data_get',I m getting the cluster data from moni in a table of type moni_data .But i am not able to read its contents as it holds hex data .How can i read this table?
Thanks
Sumy
2010 Dec 07 11:17 AM