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

component tables

Former Member
0 Likes
517

Hi guyz,

may i know how to find component tables for a field

for eg:

if we got kunnr , we have to find all the tables where kunnr is key element.

is there anyway to find all the tables(having kunnr in them) in one go.

plz advise.

thanks in advance

sudheer

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
491

Hi,

Go to SE16

Give the table name as DD03L

In the FIELDNAME field give KUNNR

In the field KEYFLAG give value 'X'.

Press F8..You will find the list of tables that is having KUNNR as key field..

Thanks

Naren

4 REPLIES 4
Read only

gopi_narendra
Active Contributor
0 Likes
491

one way is to use the WHERE USED LIST (Ctrl + Shift + F3 Button)

but u will NOT know the field as Primary Key, it lists all the tables in which the field is used.

place the cursor at the field name and press the where used list button

Regards

- Gopi

Read only

Former Member
0 Likes
491

Hi Sudheer

Please check table DD03L.

As you were saying, you have the fieldname and need to check the existence of the field as KEY: try passing the field to FIELDNAME and 'X' to KEYFLAG in table DD03L and check.

Hope this helps.

Kind Regards

Eswar

Read only

Former Member
0 Likes
492

Hi,

Go to SE16

Give the table name as DD03L

In the FIELDNAME field give KUNNR

In the field KEYFLAG give value 'X'.

Press F8..You will find the list of tables that is having KUNNR as key field..

Thanks

Naren

Read only

Former Member
0 Likes
491

thanks guyz.