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: 

need a table which all custom tables used in the program

Former Member
0 Kudos

HI to all experts.

I need a table which contains all the custom table used in the program . Or any other method which can accomplish this.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

There's no tables, u can try to run the program and trace it while working.

Max

7 REPLIES 7

Former Member
0 Kudos

Hi

There's no tables, u can try to run the program and trace it while working.

Max

0 Kudos

hi max,

thanks for u r reply . if we use the statement tables in the report and write some tables

for example: tables: zf020

zf023

..

is there any table which stores this .

0 Kudos

Hi,

There is no table to store those values. The entire source code will be stored in one table and you can access the total source code of report by using read report statement.

Regards

0 Kudos

Try this FM.

RS_PROGRAM_TABLES

0 Kudos

Hi Veerendranath,

Go to SE80 transaction. Gie your program name and hit ENTER.

Then in Dictionary Structures, you will be able to get data dictionary objects used in the program.

Regards,

Anil Salekar

Former Member
0 Kudos

1. run sql trace ST05.

2. run Se30

and check tables used.

former_member555112
Active Contributor
0 Kudos

Hi,

give the program in SE39 and click from Menu Utilities-->Environmental Analysis.

It will give you the list of dictionary objects used within the program.

regards,

Ankur Parab