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

Function module for checking link between two transparent tables.

Former Member
0 Likes
492

Hi Experts,

I want to know function module for checking link between two transparent tables.

say ex: if i pass mara and marc in function module, it return link is present or not.

Thanks,

Rajavel Nj

3 REPLIES 3
Read only

kiran_k8
Active Contributor
0 Likes
468

Rajavel,

May be you can get some lead if you debug from SE12>>give table name>>display>> put /h and then press Ctrl+Shift+F11.It displays the graphical map of all the linked tables.

K.Kiran.

Read only

Former Member
0 Likes
468

Hi,

To find the direct or indirect link between two transparent tables there is an ABAP program with the name of TABLOSCOPE available on SCN. Search for it.

Execute it in your SAP system.

Read only

Former Member
0 Likes
468

Thank U..

I got it from the above comments..........