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

transaction code for finding out tables

Former Member
0 Likes
609

hi experts,

is there any tr. code that gives entire tables where store.

anoter question is reports are client depedent or indepedent?

regards.

subhasis.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
590

Tcodes -

SE11, SE12, SE16, SE16N.

To find all tables check TABLE DD02L.

Reports are client independent.

Regards,

Amit

Reward all helpful replies.

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
591

Tcodes -

SE11, SE12, SE16, SE16N.

To find all tables check TABLE DD02L.

Reports are client independent.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
590

go to se11 ..and in database table type <b>tddat</b> for viewing all database table .

Read only

former_member196299
Active Contributor
0 Likes
590

hi Subhasish,

For viewing the tables you can check DD02L .

and abap programs are client independent .

Regards,

Ranjita

Read only

Former Member
0 Likes
590

hi,

Please check out transaction SE84. Expand ABAP dictionary tab and double click on database tables.

You can also check in DD02L table in SE11.

All the abap programs are client independent.

Award points if found useful.

Regards,

Kalyani.