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
1,250

I have to know the link between AFKO,AUFM,LINK,LINP tables.

I m not able to find any common field in this tables.

Can any one tell me how these tables r linked.

Thnaks in advance.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,014

AUFNR is the link between AFKO and AUFM.

Regards

Rich Heilman

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,015

AUFNR is the link between AFKO and AUFM.

Regards

Rich Heilman

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,014

You may need to go from AUFM to MSEG to get the LGNUM in order to link to LINK and then LINP.

AUFM and MSEG and be link using material document number

Regards,

Rich Heilman

Read only

Former Member
0 Likes
1,014

Hi,

LINK - Inventory document header in WM

LINP - Inventory document item in WM

<b>Link between LINK and LINP is LGNUM ( Warehouse Number ).</b>

AFKO - Order header data PP orders

AUFM - Goods movements for order

<b>The link between AFKO and AUFM is AUFNR ( Order number ).</b>

Table AUFK contains Order master data.

Regards,

RS

Read only

former_member184495
Active Contributor
0 Likes
1,014

hi Maya,

the best way to find a link between multiple tables is using :

T-code SQVI.

enter any name in QuickViewer field.

Click Create.

Give any title.

Select <b>Table Join</b> from DataSource.

Click OK.

Click Icon <b>InserTable</b>.

add your table-1, again click the same Icon add your table-2 and so on...

It shall show you which field is common between them.

Reward if helpful.

Aditya.