Hi All,
I have designed a custom report program to notify in case of multiple ABAP dump occurrences. This program will send a notification mail to intended recipients (maintained in tcode SO23) if the dump is occurring above a threshold number of times. The users can then take required corrective action.
Report Display:The report will generate ALV output.
Email Mode: Main advantage of this program is in scheduling it in background.
The logic is such that in daily job
- program will check for dumps occurring above the input threshold value, will notify ABAP DL users via email, and updated in a custom table.
- A dump notified once in a day will not be notified again.
- the table will be refreshed on date change, hence, it will be daily notification activity.
Below is the table used in the program and code is attached as a text document.
Kindly let me know your view.
Regards,
DN.