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

Different transactions that use a table

Former Member
0 Likes
804

Hi,

I would like to find out the different transactions that access a particular standard SAP table TFK043U.

Using the where used list is one way, but it is very cumbersome because the where used list for a table gives the list of programs accessing it and then the where used list of each of the programs has to be found out which in turn gives another set of programs.

Hence I would like to know if there is any other convenient way to find the different transactions accessing the table.

Thanks & Regards,

Sushanth Hulkod

Hi,

I would like to find out the different transactions that access a particular standard SAP table TFK043U.

Using the where used list is one way, but it is very cumbersome because the where used list for a table gives the list of programs accessing it and then the where used list of each of the programs has to be found out which in turn gives another set of programs.

Hence I would like to know if there is any other convenient way to find the different transactions accessing the table.

Thanks & Regards,

Sushanth Hulkod

3 REPLIES 3
Read only

Former Member
0 Likes
754

Hi Sushanth,

Try checking the object directory entry to obtain the package that the table is associated with. This can be done in SE11 (the package is FKKB). Next go to SE84 ---> Other Objects -


> Transactions, and search by this package. This should give you a list of TCODES in the same package. Not sure if this would be all of them, but most likely it will give most. Please let us know if this works and returned an adequate list.

Regards,

sifter

Read only

0 Likes
754

Hi,

Through SE84, all the transaction codes with respect to all the tables are displayed, but in my case, I would like to see only those transactions that access TFK043U table.

Could anyone suggest me a convenient way to do the same.

- Sushanth

Read only

Former Member
0 Likes
754

Hi ,

I am not aware of any way which gives the list of transaction that use a table , the most common way is the one you already mentioned about where use list.

Regards

Arun