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: 

Function Module to Create or Change or Delete

Former Member
0 Kudos
97

Hi Friends,

Is there any function module to create or change or delete the business partners, there is a possiblity to do with CRMXIF_PARTNER_SAVE, but we are having some issue while calling in ISA applications.

So please let me know is there any possibility to get the functionality.

We need to create the BP with all the details means central data, address data and communication data as well as some sales area data.

Please share the helpful suggestions.

Thanks,

Bhaskar

1 REPLY 1

Former Member
0 Kudos
57

Try following Functions:

BAPI_BUPA_FS_CREATE_FROM_DATA2

BAPI_BUPA_CENTRAL_CHANGE

or combination of both these FMs.

Good Luck.