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

Get table name

Former Member
0 Likes
649

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
595

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
Read only

GauthamV
Active Contributor
0 Likes
595

Press Where used list on that fields in Se11.

Read only

Former Member
0 Likes
595

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

Read only

Former Member
0 Likes
596

hi,

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

Regards,

Siddarth