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

IHPA

Former Member
0 Likes
1,398

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
Read only

Former Member
0 Likes
1,233

Hi

check table VBPA

Regards

Deepak

5 REPLIES 5
Read only

Former Member
0 Likes
1,234

Hi

check table VBPA

Regards

Deepak

Read only

0 Likes
1,233

Kunnr is not the key.

Read only

Former Member
0 Likes
1,233

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

Read only

Former Member
0 Likes
1,233

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

Read only

Former Member
0 Likes
1,233

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