cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to develop a custom program to find 'Where Used List' of custom tables

Sagar47
Participant
0 Kudos
154

I need to develop a custom program where there are more than 1000 custom tables for which I need a ‘where-used’ list. Using the standard ‘where-used’ list tool, I can check only one table at a time, which is very time-consuming. This is why I want to develop a program where we can provide multiple table names, and the program will generate the respective ‘where-used’ lists.

If you have any ideas on how I can achieve this, it would be very helpful.

Accepted Solutions (0)

Answers (1)

Answers (1)

kmoore007
Active Contributor
0 Kudos

Program RS_ABAP_SOURCE_SCAN can show in which programs/includes the table names are found.