Description Main program for cleaning up text tables of the development environmentand the Repository. Only user DDIC (or a user with comparableauthorizations, see documentation for the moduleTRINT_AUTHORITY_CHECK_ADMIN) is allowed to perform deletion runs. Parameters: DIRECT - Log directory DEV_ENVI - Flag for development environment REPOSIT - Flag for Repository DELETE - Deletion flag If the deletion flag is not set, a test run takes place. If this is notthe first time RSLACL01 is run and the history of clean-up runs is tobe updated, the past history must be provided in the fileCLEAN_UPS_ (comp. OUTPUT) in the log directory. If this is not thecase, RSLACL01 opens a new file with this name. For the actual clean-up, RSLACL01 calls programs RSLACL03 (for cleaningup the ABAP/4 text pool) and RSLACL02 (other clean-ups).Output The following types of files are created in the log directory throughthe run: MOBJ_ e.g. MOBJ_DD07L - Contains current master objects TOBJ_ e.g. TOBJ_DD07L - Contains those objects that no longer have a master entry but are still recorded in the translation work lists (because they still have a TADIR entry, for example). e.g. DD07T - Contains the lines that were deleted in the course of the clean-up of the respective text table. CLEAN_UPS_ e.g. CLEAN_UPS_C11 - Logs a summary of the result of the clean-up run (wich tables were cleaned-up or only tested, and how many incorrect lines were found). |