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

Function module to give all partner functions for given customer

Former Member
0 Likes
4,423

Can anyone tell me function module name which gives all partner functions for a customer. For ex if we give customer number and sales area then it should give the list of all partner functions of this customer.

I know 'CUSTOMER_PARTNERFS_GET' function module. But I want other than this.

Can anyone tell me function module name which gives all partner functions for a customer. For ex if we give customer number and sales area then it should give the list of all partner functions of this customer.

I know 'CUSTOMER_PARTNERFS_GET' function module. But I want other than this.

7 REPLIES 7
Read only

former_member404244
Active Contributor
0 Likes
2,011

Hi,

U can join VBAK and VBPA table and get the parrtners of the customer..

Regards,

Nagaraj

Read only

Former Member
0 Likes
2,011

Hi,

You can fetch the data from table KNVP (Customer Master Partner Functions) for a given customer and sales area.

regards,

Advait

Read only

Former Member
0 Likes
2,011

Deleted..

Edited by: Karan Sethi on Jan 14, 2009 4:57 PM

Read only

Former Member
0 Likes
2,011

Fetch from KNVP table its best solution.

Read only

0 Likes
2,011

I can not do join since I am doing this from VB.

It's VB to SAP connectivity.

So I should use any function module/BAPI

Read only

Former Member
0 Likes
2,011

I used CUSTOMER_PARTNERFS_GET function

Read only

Astashonok
Participant
0 Likes
2,011

Use VIEW_KUAGV FM, it does partner determination without FIC_OBJECTKEY aka SO number VBELN.