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 to add partner function to a partner

Former Member
0 Kudos
1,868

Hi all,

Is there any FM or BAPI to add a Partner Function (Sold to Party) to a partner.

Thanks & Regards,

Naveen.

3 REPLIES 3
Read only

agnihotro_sinha2
Active Contributor
0 Kudos
614

hi,

list of BAPIs here:

http://www.sapbapi.com/bapi-list/

ags.

Read only

former_member242255
Active Contributor
0 Kudos
614

BAPI_BPCONTACT_ADD_TO_ASGN

Read only

Former Member
0 Kudos
614

Hi Naveen,

The required module is BAPI_BUPA_PFCT_ADDFUNCTION.

Other modules related to partner functions that wil be relevant for further processing are :

BAPI_BUPA_PFCT_ADDFUNCTION - : Add Partner Function

BAPI_BUPA_PFCT_GETFUNCTDETAIL Read Partner Function

BAPI_BUPA_PFCT_REMOVEFUNCTION - Delete Partner Function

BAPI_BUPA_PFCT_SETFUNCTDEFAULT -: Set Partner Function as Standard

BAPI_BUPR_PFCT_CREATEFROMDATA -Create Business Partner Relationship

BAPI_BUPR_PFCT_DELETE - : Delete Business Partner Relationship

BAPI_BUPR_PFCT_EXISTENCECHECK- : Check Existence of Business Partner Relationship

I hope this helps you !

Cheers,

Rishu.