‎2011 Nov 28 9:22 AM
Hi,
I have to remove unused data elements and domains form my system.
Is there any way(slin check, transaction or a report) to know unused data element in DDIC?
Regards,
Shubhra.
‎2011 Nov 28 12:50 PM
So you need some sort of mass-where-used-list. I did not find this in the standard (maybe somebody else?), but it should be not too complex to write a little helper program that loops via TADIR based on selection, determines the where-used count for each object e.g. using function module RS_EU_CROSSREF and presents the result as an ALV-list. Those with count 0 are your deletion candidates.
Thomas
‎2011 Nov 29 6:58 AM
Please check any of the programs in package SDUT solves your purpose. Programs like, RUPCHKDD,RUTDD*, etc
Regards,
Gokul
‎2012 Jan 06 1:16 PM
Hi,
Your requirement will be solved if we know the "where-used-list" of the object.
Try with the Function Module "RS_TOOL_ACCESS" and pass your objects and package to Function module. This will return where that object is used.
Regards,
Supriya.
‎2012 Jan 09 6:05 PM
You are only removing unused objects in the customer name space, I hope, not the SAP-created objects.