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: 

IHPA

Former Member
0 Kudos
257

Hi,

How partner function is linked to customer number?

Also i need the link between order number, customer no. and partner function.

Is there any direct link?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
92

Hi

check table VBPA

Regards

Deepak

5 REPLIES 5

Former Member
0 Kudos
93

Hi

check table VBPA

Regards

Deepak

0 Kudos
92

Kunnr is not the key.

Former Member
0 Kudos
92

Hi,

You can get partner details for any documents in VBPA,

pass the document number & partner function you will get the customer number,

if you need any other data for this partner you can go to KNA1 & find it.

Regards,

Raghavendra

Former Member
0 Kudos
92

Martina,

When you create a customer, you will have to specify what kind of partner function you are assigning to that customer (Sold to Party, Ship to Party, Bill to Party etc.).

This is recorded in the Master tables for the customer, one of the KN* tables, look into KNA1, which is the master table. else you can look into KNVV table.

When you create a order, you usually specify the sold to party customer only. and specify the SHIP tO PARTY for shipping address and BILL TO PARTY for sending the invoice.

I hope its clear now.

Regards,

Ravi

Note - Please mark all the helpful answers

Former Member
0 Kudos
92

HI,

r u talking about Service order..or sales order.?

Actually if u check any equipment in IE03 there wilol be a tab sales and sistribution.Here u can see the info.

If u want get the info in ur program.

step.1) get the <b>objnr</b> from <b>Equi</b> table.

2)get the partner info from <b>ihpa</b> by giving the <b>objnr</b> field

Regds,

Vinsa.R