Application Development 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: 

Where used list doesn't work for global data

Former Member
0 Kudos

Hi,

When i try to do where used list on a constant in an include, it doesn't give the results for classes.

The class contains the include in a method that uses the constant, and the where used list for that constant doesn't find the appearance of the constant in the class.

I tried to look for oss note that solves the problem but i couldn't find any.

3 REPLIES 3

kesavadas_thekkillath
Active Contributor
0 Kudos

Is it a standard one, if so provide the names.

0 Kudos

I sometimes ended up in problems like this. If it is a custom one, then just go to utilities and update the navigation index. This should solve your problem.

Former Member
0 Kudos

I tried to update the navigation index but it still doesn't work. from my debuging i found out that it just doesn't look in classes, all classes. I mean even in the where used itself there is not an option for used in classes. I checked it and it's a generic problem of the where used list for global data.

Edited by: Cohen Lior on Apr 14, 2010 6:52 PM