cancel
Showing results for 
Search instead for 
Did you mean: 

Stop/Delete active broadcast messages.

Former Member
0 Kudos

Hi,

Is it possible to stop or delete any active broadcast message by code. Not by selecting Mark as Read from the UI.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Sigrid
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

Can SAP Note 2259166 CRM-IC: delete old Broadcast messages help?

Best Regards,
Sigrid

bruce_li
Contributor
0 Kudos

Hi Tapas,

I think you can consider adding your code in Class CL_CRM_BM_BROADCAST, for example

the methods PURGE, RETRIEVE and SEND which are responsible to purge, retrieve and send the messages respectively.

Best Regards,

Bruce

Former Member
0 Kudos

Hi Bruce,

The PURGE method is deleting the messages but its not immediately removed from the screen. A refresh is needed. Can it be done without refresh.