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

Class/Interface for Where used list for a data element

Former Member
0 Likes
1,225

Hello all,

Task : Need to find out class or FM for the where used list for a data element (For DDIC obtects/Non DDIC objects).

If a data element is given as an input then the output should be its used in DDIC or not.

when ever we click on where used list it will ask for the selection criteria and for each and every selected attribute we need to find if the DE exists or not.

Approch I am thinkingof:Checking with each and every table related to the selected attributes.

Example : If in where used list 'Table Types' is selected then search in table DD03VV.

Like this for every selected attribute.

Now I want to know is there any easy method for doing this task? or any class/method where i could enter only DE and will get the result as exist or Not exist ?

Please suggest me on this.

Regards,

Anil

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
782

Hello Anil

Have a look at thread

.

Regards

Uwe

3 REPLIES 3
Read only

Former Member
0 Likes
782

Hi Anil,

You can use this FM : RSZ_X_WHERE_USED_LIST_GET.

Regards,

Jovito

Read only

uwe_schieferstein
Active Contributor
0 Likes
783

Hello Anil

Have a look at thread

.

Regards

Uwe

Read only

0 Likes
782

Hi ,

Function name is : RS_EU_CROSSREF

Thanks for that .