Suppose there is a data field: XYZ in the table TAB. XYZ is a primary key and besides being primary key for the table TAB, this happens to be primary key for other tables as well. Now, is there any method or t-code in ABAP wherein I can find for which tables XYZ is the primary key?
For example, I need to find that MATNR is the primary key is which tables?
Can anyone help me out?