cancel
Showing results for 
Search instead for 
Did you mean: 

Create Support Message via BAPI with additional partners

Former Member
0 Kudos

Hi all,

i need to create a support message (slfn) via bapi / function module. The basic creation is no problem with BAPI_NOTIFICATION_CREATE.

But i need to set additional partner(functions) like "approved by" in the support message. With this bapi i can only set the processor and creator of the message.

How can i add additional partners via BAPI call?

Any help would be much appreciated.

Daniel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Daniel,

i do not think there is a standard functionality for this.

you can use function module CRM_DNO_UPDATE_PARTNER to set partner functions to a message. You will have to build your own RFC enabled function module around this, though.

Then you can use it to add your partners after the message was created.

Regards,

Christoph

Former Member
0 Kudos

Hi Christoph,

thank you for your response.

I've actually tried CRM_DNO_UPDATE_PARTNER but it didn't work for me. I used CRM_ORDER_MAINTAIN and ...SAVE.

So i guess this should do it for now.

Regards Daniel