SAP Program RSCDOK99 - Delete Change Documents

Purpose
All change documents of OBJECTCLAS are deleted.
OBJECT = '*' --> CAUTION: All documents are deleted that are olderthan the "until date" if specified.
Before you use this delete program, check whether if would be betterto archive the data and then delete the data. Once you have deleteddata with this program, you can no longer read the data.If you archive the data, you can still read the archive.

Selection
parameter: object like cdhdr-objectclas = Object class of thechange document, such as "MATERIAL, EINKBELEG", and is mandatory
to_date like cdhdr-udate = Until date
The change documents of the object class whose "created on" date islower than the "until" date are deleted.
show_no radiobutton group show = Noheader information is displayed for the deleted documents.
show_old radiobutton group show = Theheader information is displayed in a list.
show_new radiobutton group show default 'X' = Theheader information is displayed in an ALV list. This list can be usedin dialog mode only, but it can be downloaded.
testrun as checkbox default 'X' If thischeckbox is selected, the program is started as a test run by default.No documents are deleted yet, but the list is created. Only when thecheckbox is deselected can the records be deleted in the database.