Application Development 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: 

BAPI for getting all the Partner Functions for a Customer.......

Former Member
0 Kudos

Hi Gurus,,,,

Can anyone name a BAPI that can get a list of all the Partner functions for a Customer in a particular Sales Area.

Thanks in advance....

Abhi.....

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

Check this FM.

PM_PARTNER_DETERMINE_FROM_SD

You can also use VBPA table.

6 REPLIES 6

GauthamV
Active Contributor
0 Kudos

Check this FM.

PM_PARTNER_DETERMINE_FROM_SD

You can also use VBPA table.

Former Member
0 Kudos

hi,

I want to get the Partner Functions(in a particular Sales Area) for a Customer which are a part of the Customer master and nothing to do eith the Sales Order at this point.......

As far as table is concerned I can find all the data in KNVP, but is there any BAPI for getting the same........

Thanks And Regards,

Abhi.....

GauthamV
Active Contributor
0 Kudos

Try this FM.

VELO01_GET_PARTNERS

Former Member
0 Kudos

Hi,

You can use the FM "CUSTOMER_PARTNERFS_GET".

This returns all the parters for a customer in the given sales area.

Regards,

Ganga

Former Member
0 Kudos

You will find partner details in VBPA table. Just enter the partner function properly...

Regards,

Lalit Mohan Gupta

Astashonok
Participant
0 Kudos

Use VIEW_KUAGV FM, it does partner determination without FIC_OBJECTKEY which is SO number (VBELN).