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

Regarding finding Tables

Former Member
0 Likes
652

Hi,

I know one TCODE . From this Tcode how to know the tables include..

1 ACCEPTED SOLUTION
Read only

former_member196299
Active Contributor
0 Likes
630

hi Vijay ,

I'll tell you an easy method to find what are the tables included in that transaction ..

Open the transaction , goto the SYSTEM menu , then go to status and pen it ... here you can see the program name ... open the program and look for the include ending wioth TOP . open this include and put a search for the Tales statement . You will geta list of tables included in the transaction .

do not forget to reward points if answer found helpful .

Thanks

Ranjita

6 REPLIES 6
Read only

Former Member
0 Likes
630

Hi Vijay,

make use of T Code. SE93 and gte the tables.

Regards,

-->Suresh

Read only

Former Member
0 Likes
630

Hi,

Goto SE93.

Get the program associated with this tcode.

Then goto SE80.

Look into the Program there and u can find the tables.

Regards,

Himanshu

Read only

Former Member
0 Likes
630

use FM <b>RS_PROGRAM_TABLES</b>

and pass OBJECT_TYPE = 'P'

PROGRAM = PROGRAM ( Program name for TCODE)

Read only

Former Member
0 Likes
630

Run a trace for that transaction.

go to st05. Activate the trace.

Run your transaction.

fater you save the transaction, decativate the trace using st05.

Display the trace using st05 again.

then you cansee all the tables that were read, updated.

Regards,

ravi

Read only

former_member196299
Active Contributor
0 Likes
631

hi Vijay ,

I'll tell you an easy method to find what are the tables included in that transaction ..

Open the transaction , goto the SYSTEM menu , then go to status and pen it ... here you can see the program name ... open the program and look for the include ending wioth TOP . open this include and put a search for the Tales statement . You will geta list of tables included in the transaction .

do not forget to reward points if answer found helpful .

Thanks

Ranjita

Read only

Former Member
0 Likes
630

Hi,

Take one field name and search in table DD03L by giving that field name as input.

it will show what r the table r there with that field.

Kishore reddy.