Application Development 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: 

KNVP

Former Member
0 Kudos

In Table KNVP what is the releation between the two fields,

KUNNR and KUNN2

Thanks,

Shejal.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

KNVP table is used to maintain the partner functions of Sold To Party or Payer etc..

If you are looking for partner functions of a Sold to party then KUNNR is the actual sold to party number

and KUNN2 is its partner number (either shipto or payer).

The different partners are identified by their partner function (PARVW).

5 REPLIES 5

Former Member
0 Kudos

KNVP table is used to maintain the partner functions of Sold To Party or Payer etc..

If you are looking for partner functions of a Sold to party then KUNNR is the actual sold to party number

and KUNN2 is its partner number (either shipto or payer).

The different partners are identified by their partner function (PARVW).

Former Member
0 Kudos

Hi,

The KUNNR is the customer and the KUNN2 are the partners for the customer..

EXAMPLE record:

KUNNR - cust_soldto

PARVW - 'WE' "Ship to

KUNN2 - cust_shipto.

Hope this is clear..

Thanks,

Naren

ferry_lianto
Active Contributor
0 Kudos

Hi,

KUNNR is the customer number and you need to specify the partner function (field PARVW) to find business partner (sold-to, ship-to, bil-to, payer).

KUNN2 is the result business partner.

Regards,

Ferry Lianto

Former Member
0 Kudos

Hi Shetty,

1)KUNNR is the customer number.

2)KUNN2 is the businee partner for a customer.

3)Each customer is associated to certain parter types.

4)You can see the relation between these two under transaction VOPA.

5)Click on Partner functions.

Thanks,

Vinay

0 Kudos

Thanks Everyone.

Shejal Shetty.