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: 

How to check where a table is used in other programes

Former Member
0 Kudos

Hi all,

I am facing one problem... there is a z-table created long back and still being used to store data.

There may be some transactions to fill / update this table. Those programs are not coming in where-used list.

As per the requirement, i already have one transaction to fetch data from this table... but this program is also not coming in the where-used list. So it means there might be some other programs also which are using this table.

So please help me in finding such programs.

Thanks,

Sujeet

1 ACCEPTED SOLUTION

Former Member

Hi,

Check out table D010TAB, where you will get alist of programs which have used this table.

5 REPLIES 5

Former Member
0 Kudos

Hi

Maybe you can try the report "RPR_ABAP_SOURCE_SCAN" to search programs for this table...?

Best Regards

Yossi Rozenberg

kesavadas_thekkillath
Active Contributor

Did you mark all the check box while searching for the where used list.

Former Member
0 Kudos

A where used list may niot find everything because of dynamic SELECTs, but a program scan using the name of the table should find everything.

Rob

0 Kudos

Gr8,

There you hit...

"DYNAMIC SELECTS".

Didnt come to my mind at all

Former Member

Hi,

Check out table D010TAB, where you will get alist of programs which have used this table.