cancel
Showing results for 
Search instead for 
Did you mean: 

Partner functions in CO-PA

Former Member
0 Kudos

Hello COPA experts,

We are going to have a new partner function in addition to "Sold to", "Ship to" "Bill to"

It is critical to bring that field value in to CO-PA

But the table structure is that the field name and table are same for all the partner functions.

We will be defining a new character for this partner function in CO-PA. But not sure how to map the new partner function to the character.

Can any one help me in understanding how the new partner function can be brount in to COPA?

Best Regards,

Surya

Accepted Solutions (1)

Accepted Solutions (1)

ajaycwa1981
Active Contributor
0 Kudos

Hi Surya

Create 2 derivation rules in KEDR using table look up (table VBPA) for the same partner function

1. In one Der Rule, make the sale order item KDPOS as constant value 0000

2. In the other one, dont make it a constant....Leave it as it is

DERIVATION RULE 1

SOURCE FIELDS

VBPA-VBELN = COPA-KAUFN

VBPA-POSNR = COPA-KDPOS

VBPA-PARVW = GLOBAL-USERTEMP1 (Click on Magnifying lens.. Specify Constant = Your SD Part Function)

TARGET FIELDS

VBPA-KUNNR = COPA-WW100

DERIVATION RULE 2

SOURCE FIELDS

VBPA-VBELN = COPA-KAUFN

VBPA-POSNR = COPA-KDPOS (Click on Magnifying lens.. Specify Constant = 0000)

VBPA-PARVW = GLOBAL-USERTEMP1 (Click on Magnifying lens.. Specify Constant = Your SD Part Function)

TARGET FIELDS

VBPA-KUNNR = COPA-WW100

Regards

Ajay M

Former Member
0 Kudos

Thanks a lot Ajay.

Former Member
0 Kudos

Hi Ajay,

Thanks a lot for your information. I have the same requirement, we created Z1 which is the sales employee, as per your advice, I was able to bring in the personnel number into CO-PA, but I am not able to see personnel name (employee name) tagged with it. Like you have the customer number followed by the customer name. The WWxxx characteristic i have created is not referenced to any table, it has data element PERNR_D.

Could you let me know how can I bring the personnel name?

Thanks in advance

Best Regards,

Jen

Former Member
0 Kudos

Hi Ajay,

I tried some thing different which i've seen in other post, I assigned VBPA-KUNNR to COPA-VRTNR, now I got the personnel number and personnel name. The issue now is I am transferring two partner functions which is Z1 and Z2, since Im getting Z1 with the help of VRTNR, how do i go about Z2 which is also like Z1 personnel name and number but different manager.

Thanks in advance

Best Regards

Jen.

Answers (0)