Thursday, September 25, 2014

How to delete a DUMP ST22

Hi Folks,
i am back, somehow.  I have been working on stuff that is absolutely uninteresting for anybody. So i stopped blogging.
today i triggered a dump and i don't want it to show up.

So i looked up in the coding.
The table is "snap".

It is sufficient to do a simple

report zsnap.
start-of-selection.
delete from snap where DATUM= sy-datum AND uname = 'MYUSER'.
 
and voilà you have it.

Check also tables snap_beg it might contin a line you also need to delete.

Have fun withi this little hack!