‎2014 Aug 13 12:42 PM
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
‎2014 Aug 13 12:48 PM
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.
‎2014 Aug 13 12:51 PM
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.
‎2014 Aug 13 1:11 PM