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: 

Find Logical DB from Table Name

adeel_sarwar
Contributor
868

Hi

How can i find which logical database is a table coming from? E.g. Table LINV comes from LDB I3L now if i have a table name and want to find out which LDB it resides in how can i find this?

Thanks

Adeel

1 ACCEPTED SOLUTION

Mohamed_Mukhtar
Active Contributor
423

Hi ,

Goto SE36 ,

Press F4 on logical database

In table name , give the name of the table u wish to find LDB 
and press Enter

Thanks & Regards

6 REPLIES 6

Former Member
0 Kudos
423

do a where used list on the table in SE11, and select logical databases from the popup screen

Mohamed_Mukhtar
Active Contributor
424

Hi ,

Goto SE36 ,

Press F4 on logical database

In table name , give the name of the table u wish to find LDB 
and press Enter

Thanks & Regards

Former Member
0 Kudos
423

Go to Table LDBN and input your table name in Tablename and get the LDB.

ThomasZloch
Active Contributor
423

Wrong question, I think. A table does not "reside" in an LDB, it can be used in the hierarchy of one ore more LDBs. You can find out looking at the where-used-list for a table, option "logical databases".

Thomas

Former Member
0 Kudos
423

use where-used icon that available in se11( where you view the display of the field name) . From the pop-up choose LDB.

0 Kudos
423

Thank you always learner, i was looking in that screen and couldn't find it before, long day lol

thanks