2008 Oct 10 8:57 AM
hi,
i want to erase all entries older than 2 months from database.
please do the needful.
Hi,
Hey you would not do that in production... Data are usually archived... not deleted.....
As for your sandbox ask your basis to do a system refresh...
regards,
Madan...
2008 Oct 10 8:58 AM
From all SAP tables? This is going to be fun... hope you already start looking for another job.
2008 Oct 10 9:02 AM
2008 Oct 10 9:07 AM
Better hand it over to somebody who knows what he is doing.
Thomas
2008 Oct 10 9:01 AM
Hi
I assume you are trying to data from Z table
is yes
Data : temp_date type sy-datum.
temp_date = sy-datum - 60.
delete ztable where your date field < temp_date.
Regards
Madhan
2008 Oct 10 9:41 AM
2008 Oct 10 9:01 AM
Hi,
Hey you would not do that in production... Data are usually archived... not deleted.....
As for your sandbox ask your basis to do a system refresh...
regards,
Madan...
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |