‎2005 Feb 23 5:54 AM
hi everyone!!!!
I want to know how data is store in Mon table and how to get data from moni table please let me now any tcode available to extract data from moni table and associated tables and any report in sap which gives me encoding , decoding logic of moni data.
thanx
john
‎2005 Feb 23 6:59 AM
‎2005 Feb 23 7:03 AM
Hi,
Take a look at FM APPLICATION_DATA_GET. See if helps.
If you intend to read data explicitly yourself, you will need to use IMPORT FROM DATABASE... statement since MONI is a cluster table.
Regards