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

Moni help

Former Member
0 Likes
739

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

2 REPLIES 2
Read only

Former Member
0 Likes
463

Hi John,

Please look at this post.

Regards,

Anand Mandalika.

Read only

Former Member
0 Likes
463

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