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

program to delete short dump

Former Member
0 Likes
983

hi friends,

can anybody tell me program to delete short dump ?

thanks..

i'll rewards points if answered...

Sachin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
815

Hi,

Run RSSNAPDL program to delete the shordumps. This program is normally schedule in backgroud jobs.

To save the trouble of scheduling this job, you can run the ABAP report RSNAPJOB from the ABAP editor. This report schedules RSSNAPDL with the following specifications:

Job name: RSSNAPDL

Variant name: DEFAULT (you must create this variant)

Start time: 0100 AM

Repeat interval: Daily

Hope this will help u.

Regards

ChandraK

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
815

have a look at report RSNAPREO.

Also might be useful to check reports in same package as this report, package SABP.

Read only

Former Member
0 Likes
816

Hi,

Run RSSNAPDL program to delete the shordumps. This program is normally schedule in backgroud jobs.

To save the trouble of scheduling this job, you can run the ABAP report RSNAPJOB from the ABAP editor. This report schedules RSSNAPDL with the following specifications:

Job name: RSSNAPDL

Variant name: DEFAULT (you must create this variant)

Start time: 0100 AM

Repeat interval: Daily

Hope this will help u.

Regards

ChandraK