cancel
Showing results for 
Search instead for 
Did you mean: 

Changing Contact Person for Sold-to-party

Former Member
0 Kudos

Hi Experts,

i am having requirement like i have a order number and for that order number i have to add contact person for sold-to-party please can anybody help me..?

Accepted Solutions (0)

Answers (1)

Answers (1)

kavindra_joshi
Active Contributor
0 Kudos

Hi ,

The fetching of the name of the person for Sold Party and other details using the partner functions. It s a customizing setting and then subsequently these things are automatically picked up.Please get in touch with your functional colleagues for the same.

If you specify more information i can help you.

Regards

Kavindra

Former Member
0 Kudos

Hi, Kavindra,

thanks for the support but my requirement is like that i am reading the order details using crm_order_read and now i want to change the contact person detail using crm_order_maintain but i don't know at which particular code segment i need to change.

Maggie
Employee
Employee
0 Kudos

Hi,

Will FM CRM_PARTNER_MAINTAIN_SINGLE_OW help?

It is used to maintain single partner in CRM order.

Best regards,

Maggie

kavindra_joshi
Active Contributor
0 Kudos

You could do the following

a) Extract the partner from CRM_ORDER_READ through the exporting parameter et_partner.(Check the exporting parameter)

b) Manipulate the partner data you had extracted in step a)

c) Pass the data to the importing parameter IT_PARTNER in the CRM_ORDER_MAINTAIN.

I think this should work.

Regards

Kavindra