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: 

what is the table name for showing all trasparent tables in ABAP/4

Former Member
0 Kudos

what is the table name for showing all trasparent tables in ABAP/4

4 REPLIES 4

Former Member
0 Kudos

HI,

table DD02L with field TABCLASS = 'TRANSP'. will give you all the transparent tables.

rgds,

bharat.

Former Member
0 Kudos

Hi,

It's DD02L

Regards

ThomasZloch
Active Contributor
0 Kudos

you might as well use the repository info system (SE90) -> ABAP dictionary -> database tables

Expand to "all selections", then you can narrow down by "transparent".

Cheers

Thomas

Former Member
0 Kudos

Hi,

table name : DD02L

while executing in SE!6, pass the follwing

field TABCLASS = TRANSP.

With Rgds,

S.Barani