cancel
Showing results for 
Search instead for 
Did you mean: 

Eclipse - Where-Used functionality for ABAP CDS views not working

mchrista
Participant
0 Kudos
967

Hi all,

I want to get the know the all usage of a CDS View. In the subsequent screenshot, I try to get the "where-used-list" of CDS View I_MaterialDocumentRecord. I get only 5 hits in the result whereas my colleague gets more than 200.

mchrista_0-1733295958968.png

I have already tried the following points:

  • Calling "where-used" from project editor, outline, code editor and the menu button. All results in the same behavior.
  • Activated business function "SRIS_CODE_SEARCH" as suggested by the eclipse config guide.
  • Ran the code-search and this also doesn't show related CDS views
  • Downloaded a different Eclipse-Version 2409 with no change
  • Checked authorization object s_adt_res and a * star is assigned to me

To me it looks like that the object types are filtered, as I can see only access controls and package interfaces. But I don't find any setting, where I would be able to change this.

As I'm really stuck, any help is highly appreciated.

 

 

 

View Entire Topic
arminfarmani
Product and Topic Expert
Product and Topic Expert

Hi,

Have you tried to follow the instructions in SAP Note 28022 to create the index for the where-used list of SAP objects? This might solve the issue.

Kind regards,
Armin

mchrista
Participant
0 Kudos

Thank you very much! Will try and update you once it ran.

mchrista
Participant
It worked! Thank you so much! 🙂