cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Events needs to Implement

Former Member
0 Kudos

Hello,

I want to implement custom events into sales process. I want to notify to user that "Sales Order 1234 has been created " on instance of creating sales order into ECC via alert framework of SAP EM.

How can I achived this, early response will be appreciated.

Thanks,

Mahesh Shrivastava

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186607
Active Contributor
0 Kudos

Hi Mahesh,

if I understand you correctly, you want to track the sales order in EM, i.e. in your scenario an event handler in EM would represent a sales order in ECC. So you should set up ECC that an EH gets created in EM as soon as new sales order is created. Additionally an event could be send to EM on sales order creation. You could then set up the rule set on EM side to react on this event by raising an alert (activity function ALERT_CREATE). Contents and recipients of this alert can then be customized with customizing activities in SPRO -> Event Management -> Reactions to Event Messages -> Define Alert Framework Connection.

Best regards, Daniel