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: 

Get table name

Former Member
0 Kudos

How to get a table name based on two fields...?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

go to table DD03L, and search for the field names.... you will get all the tables using those fields...

Regards,

Siddarth

3 REPLIES 3

GauthamV
Active Contributor
0 Kudos

Press Where used list on that fields in Se11.

Former Member
0 Kudos

Hi,

there are many ways.

Goto se15 -> ABAP dictionary -> Fields -> Table Fields .

Now enter field name in field name screen.execute

All tables having that field will come.

Repeat same for second field.

Out of two results find comman tables.

Also if u know data element of fields -> Goto se11 -> data type -> enter De name -> F7.

Then click on where used -> table fields .

Select from list appear.

Hope u will find it out

Regards

Former Member
0 Kudos

hi,

go to table DD03L, and search for the field names.... you will get all the tables using those fields...

Regards,

Siddarth