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

Link between tables

Former Member
0 Likes
2,912

Hi,

how can I find the links between tables ?

I remember it is possible by a trx to look at links between tables, the trx shows a flow chart

with the link between all SAP tables.

Best regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,259

hi,

goto SE11->enter the name of the table you want to find the link.

for e.g EKKO. Press display .

On the application Table there is a button 'Graphic' (CTRLSHIFTF11). Press this button

to get list of table which are linked .You see a screen with the list of all tables which are linked

and on that screen when u press back u get a graphical flow chart box where u see all the tables

and their link .They will be shown in green color.

The below Step only works if you know some tables

other way is u can do it with SQVI transaction.Its called as Quickviewer screen.Create a view

by entering some name and press create .Its prompts for a dialog box and enter some title.

Below there is a drop list in DATA Source tab Choose table join and press enter.

Go to EDIT option in menu bar and enter the name of the table which u know. ADD similar tables

and if there is any link it will be shown below.

5 REPLIES 5
Read only

Former Member
0 Likes
2,259

You can use transaction SQVI

Read only

Former Member
0 Likes
2,259

Hi,

Use T.Code SQ01

Read only

Former Member
0 Likes
2,260

hi,

goto SE11->enter the name of the table you want to find the link.

for e.g EKKO. Press display .

On the application Table there is a button 'Graphic' (CTRLSHIFTF11). Press this button

to get list of table which are linked .You see a screen with the list of all tables which are linked

and on that screen when u press back u get a graphical flow chart box where u see all the tables

and their link .They will be shown in green color.

The below Step only works if you know some tables

other way is u can do it with SQVI transaction.Its called as Quickviewer screen.Create a view

by entering some name and press create .Its prompts for a dialog box and enter some title.

Below there is a drop list in DATA Source tab Choose table join and press enter.

Go to EDIT option in menu bar and enter the name of the table which u know. ADD similar tables

and if there is any link it will be shown below.

Read only

Former Member
0 Likes
2,259

Hi,

Goto the table for which you want to find the links from SE11.

Click on display.

Click on Graphic Button or CTRL + SHIFT + F11.

Regards,

Swapna.

Read only

Former Member
0 Likes
2,259

Hi,

In SQ02 we can find out the link between two tables.