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: 

Finding all the tables where a given field is a key field...

Former Member
0 Kudos

Hello,

I want to find a list of all the tables where a given field is a key field. How can I find that ? Is there any function module for that ?

Thanks.

Regards,

Rajesh.

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

You can use the table DD03L.

Enter the field in FIELDNAME and 'X' in the KEYFLAG to get to know all the tables.

Regards,

Naimesh Patel

1 REPLY 1

naimesh_patel
Active Contributor
0 Kudos

You can use the table DD03L.

Enter the field in FIELDNAME and 'X' in the KEYFLAG to get to know all the tables.

Regards,

Naimesh Patel