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

tables used in a program

Former Member
0 Likes
2,422

Hi guyz,

Iam jus wondering if there is any table that gives me all the tables used in a particular program..

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
789

Go to Trasaction SE80, Select Program and paste that program name below..

Then dropdown the tree of that program...then you will find option " Dict. Structures"..

Here you can find the tables which has been you for that transaction / program.

Regards.

Hi guyz,

Iam jus wondering if there is any table that gives me all the tables used in a particular program..

Regards

5 REPLIES 5
Read only

Former Member
0 Likes
790

Go to Trasaction SE80, Select Program and paste that program name below..

Then dropdown the tree of that program...then you will find option " Dict. Structures"..

Here you can find the tables which has been you for that transaction / program.

Regards.

Read only

0 Likes
789

hiya,

thanks for your reply...but when i goto se80 it only shows the database tables ..but i do want custom tables used ....plz advise

Read only

0 Likes
789

Hi Sudheer,

Go to Environmental Analysis in the Utitlities and choose the structures and Tables you want. I hope this works.

Regards,

Sai

Read only

Former Member
0 Likes
789

Hi

Use this FM RS_PROGRAM_TABLES

This will list all the tables

Regards

Shiva

Read only

Former Member
0 Likes
789

T. Code: SE80 can give you the answer.

Give the program name and press enter. The drop down list will give you a tree structure in which you can choose 'Dictionary Structures' to view the tables and views used in your program.