cancel
Showing results for 
Search instead for 
Did you mean: 

Table containing Partner Functions Data for a specific Vendor

Former Member
0 Kudos

Hi SDN members

I'm building an iView on our Supplier Portal, and part of our "Welcome iView", we want to show supplier (vendor) relevant information contained in the Vendor Master. One of them is to show their Quality Partners in Read mode, including their phone # and email address. However, I cannot find the tables linking a Vendor to all the "partners" listed in the Display Vendor : Partner Functions Screen. Do you happen to know where this data is? Also, all the details for a given partner is contained somewhere else, which table(s) would that be?

Thanks in advance for your collaboration!

Eric L.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi,

WYT3 as written above will contain the link.

1/From the link you get the partner and the partner function.

2/ With the partner function, you can determine accurately the partner type (table TPAR)

3/Now where are the accurate phone and address !!

3.1/ customers KNA1 => which provide a short info. More accurate is the address attached to it (table ADRC, ... )

3.2/ vendor LFA1=> which provide a short info. More accurate is the address attached to it (table ADRC, ... )

3.3/ contact person: KNVK. => which also provide a short info. More accurate is the address attached to it (table ADRC,ADRP, ... )

Take into account that Function modules do exist to read easily these data.

Hope this helped a bit

Answers (2)

Answers (2)

JL23
Active Contributor

WYT3

former_member202528
Active Contributor
0 Kudos

Hi Eric,

Chk in LFM2 table for the details which u want.

BR,

Krishna