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 for Partner Function

Former Member
0 Likes
4,418

Hi friends,

Is there any function module which can return me all the partner functions for a particular vendor.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,839

Hmm...

I dont think there is any function module for that..

you got to check at the table level only ..i guess..

anyway... in SE37 ... type 'parvw' and check for F4 help...

but i guess.. none of these function modules would help....

Regards.

8 REPLIES 8
Read only

Former Member
0 Likes
1,842

Hmm...

I dont think there is any function module for that..

you got to check at the table level only ..i guess..

anyway... in SE37 ... type 'parvw' and check for F4 help...

but i guess.. none of these function modules would help....

Regards.

Read only

0 Likes
1,839

so wat is the best way to find all the partner functions for a particular vendor

thanks

Read only

0 Likes
1,839

HI,

you can get detail of partner from the tpart , wyt3 table

& for ur field F4IF_SHLP_PARTNER_VENDOR function module you can use .

regards

digvijay rai

Read only

Former Member
1,839

hi,

table vbpa gives you all the function based on the value of the field 'PARVW'.

check this should help you.

regards,

Gayatri.

Read only

Former Member
0 Likes
1,839

Hi,

The data base table WYT3 contains all the partner functions for a vendor.

You can query directly on the table WYT3 to get the partner functions of a particular Vendor.

Regards,

Lavanya.

Read only

Former Member
0 Likes
1,839

Hi Amit,

Not sure of the FM but can find from transaction XK02.

give the vendor and check teh partner function check box and enter.

it will give you the partner functions associated..

regards,

Dinesh.

Read only

Former Member
0 Likes
1,839

Hi , try out this link

Read only

Astashonok
Participant
0 Likes
1,839

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