‎2008 Dec 23 5:52 AM
Hi friends,
Is there any function module which can return me all the partner functions for a particular vendor.
Thanks.
‎2008 Dec 23 5:58 AM
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.
‎2008 Dec 23 5:58 AM
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.
‎2008 Dec 23 6:00 AM
so wat is the best way to find all the partner functions for a particular vendor
thanks
‎2008 Dec 23 6:07 AM
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
‎2008 Dec 23 6:13 AM
hi,
table vbpa gives you all the function based on the value of the field 'PARVW'.
check this should help you.
regards,
Gayatri.
‎2008 Dec 23 6:26 AM
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.
‎2008 Dec 23 6:39 AM
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.
‎2008 Dec 23 6:46 AM
‎2020 Sep 03 11:42 AM
Use VIEW_KUAGV FM, it does partner determination without FIC_OBJECTKEY which is SO number (VBELN).