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

FM for adding/deleting partner functions

Former Member
0 Likes
1,500

Hello everyone,

Is there an Fm to add/delete partner functions of customer.I am not sure whether sd_partner_single_modify works.Can anyone confirm this or post other FM which does this.

Thanks in Advance,

Kiran

Hello everyone,

Is there an Fm to add/delete partner functions of customer.I am not sure whether sd_partner_single_modify works.Can anyone confirm this or post other FM which does this.

Thanks in Advance,

Kiran

2 REPLIES 2
Read only

Former Member
0 Likes
782

Hello Kiran

You can try with this Fm

PM_PARTNER_DELETE_PARVW

Regards,

Vasanth

Read only

Former Member
0 Likes
782

Hi Vasanth,

The FM ,you mentioned ,deletes partner functions based on plant.What i needed is to delete partner functions based on customer number.I found that FM CUSTOMER_UPDATE_SALES_AREA can be used for the purpose.Anyway thanks for your input.