cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Alert Notification in SNC

0 Kudos

Hi Experts,

We have a requirement to create a custom alert as similar to standard alerts and to be displayed in Alert Monitor of SNC.

I have followed the steps given in the below reference document and created till step 6(Activate the New Alert in SNC Customizing), but i struck with the final step, testing the custom alert, where they mentioned a BADI '/SCA/ORDER' method Before_Alert_Create needs to be modified in order to generate custom alerts.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80b31362-7806-2d10-84a0-d2886880c...

But they didn't specify what exactly needs to be changed in that BADI and even that badi is not getting called.

Could anyone please help me on this to proceed with custom alert.

Regards,

Ashwini

AnkitB
Participant
0 Kudos

Hello Ashwini,

Were you able to figure out how to trigger the required method (Before_Alert_Creation) in debug mode and what kind of code we should be writing there? I have a requirement for custom alert. any help would be appreciated.

Thanks, Ankit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ashwini

As note clearly mentions that additional coding in the BADI /SCA/ORDER method Before_Alert_Create needs to added to generate the custom alerts which means you need to write logic or condition under which your custom alert should get trigger.

So as per your business requirement you need to code the logic or mention the criteria which if gets satisfied custom alert should get trigger. Take ABAP person help to write code in BADI.

Thanks

0 Kudos

Hi Sandhya,

Thanks for your response.

But BADI is not triggereing at any point.

If it get triggers, then we can check for the coding like what logic we can place.

Please help me on this if you have any ideas.

Thanks.

Former Member
0 Kudos

Hi Ashwini

This BADI will trigger while processing of purchase order.

You can use this BAdI to process purchase orders and replenishment orders or to modify the processing of purchase orders and replenishment orders.

Can you explain your scenario briefly to help you. 

Thanks

0 Kudos

Hi Sandhya,

Our requirement is , whenever PO Revision Level is changed in ECC system custom alert should be triggered.

We have used standard IDOC 'ECMREV' at sender system( ECC )  and custom proxy at Receiver end( SNC ). Based on the proxy trigger of updated revision level against Material, alert should be notified.

So, please advise how can we achieve this.

Thanks in advance.

former_member194108
Participant
0 Kudos

Hi Ashwini,

Are you looking for a changed PO alert OR want to create an Alert when Material Revision level is changed in ECC PO?

Regards,

Rahul

0 Kudos

Hi Rahul,

I want the alert to be triggered in SNC alert monitor when material revision level is changed via ECC transactions CC01 and MM02.

Regards,

Ashwini