Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ways to remove unused data elements

Former Member
0 Likes
1,588

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.

4 REPLIES 4
Read only

ThomasZloch
Active Contributor
0 Likes
1,107

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

Read only

gokul_radhakrishnan3
Active Participant
0 Likes
1,107

Please check any of the programs in package SDUT solves your purpose. Programs like, RUPCHKDD,RUTDD*, etc

Regards,

Gokul

Read only

Former Member
0 Likes
1,107

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.

Read only

Former Member
0 Likes
1,107

You are only removing unused objects in the customer name space, I hope, not the SAP-created objects.