cancel
Showing results for 
Search instead for 
Did you mean: 

Daily monitoring script

Former Member
0 Kudos

Dear ABAP developers,

Is there any possibility to create and run script/report for daily monitoring of system insteed of going each transaction and take information to excel. its a Time consuming, so I want to work with you and wants to create one script for generating script for daily monitoring script if possible.

please can you inform me how to create and how to test this script.

please inform me links which are greatly help full to this scripts.

Thanks in advance,

Sravan

SAP BASIS Admin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Are you aware of transaction RZ20? Have you heard about Solution Manager?

Cheers,

Julius

Former Member
0 Kudos

I know RZ20 CCMS monitoring,

but i want to develop one script to run that with that i will i want all transactions details

for example.

If in SM37 we need cancelled jobs and long running jobs which that script has to generate.

this is not only for the purpose of generating daily report, i want to learn some ABAP related coding, which will help BASIS people.

Former Member
0 Kudos

I created a script in perl to monitor canceled jobs. It could easily be modified to look for long-running jobs as well. You can find it here:

https://wiki.sdn.sap.com/wiki/display/EmTech/Howtoalertoncanceledbackgroundjobswithsapnwrfcandperl

If you want to write the program in ABAP, then you should post to the ABAP forums, not the scripting languages forums. But I'm not certain that's what you want to do. If so, you can see the function modules I called in my perl script. You could write an ABAP program to execute the same function modules to get the same data. Of course, an external script can only call RFC-enabled function modules, so you could likely find other function modules to use running it inside the system, instead of RFC_READ_TABLE.

Cheers,

David.

Former Member
0 Kudos

Thanks for your help guys, i will try with ur script and i will contact ABAPers on this also.

Thanks Much,

Sravan

Answers (0)