Programme SAP CRM_HH_DELETE_LUID_GUID - Deletes LUID GUID pairs from CRM_HH_LUID_GUID based on their age

Purpose
The aim of this program is to delete entries from CRM_HH_LUID_GUIDtable. This is to be done so as to keep the number of entries inCRM_HH_LUID_GUID to a manageable level and thereby improve theperformance of CREATE modules of CRM_HH package.

Prerequisites
A variant is to be created which specifies the number of days for whichrecords in CRM_HH_LUID_GUID are to be retained. The concerned user mustalso have authorization to change the variant in SE38.

Features
This program is to be scheduled as a background activity with a variantwhich specifies the number of days for which the values are to beretained in CRM_HH_LUID_GUID. In case the variant specifies a valuewhich is less than or equal to zero, then the program assumes thedefault value of 30 and deletes any entries which are older than these,from CRM_HH_LUID_GUID else the user specified value is taken fordeletion.