cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Activate Alert Mgt for Contract

Former Member
0 Kudos
599

Hi Experts;

We are using SRM 7.0

I need to activate alert management for contract so that the system will send a notification when the contract is going to expire, for example, in 30 days. Also when, for example, 90% of the contract is consumed.

How to do that?

Appreciate your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member208675
Active Contributor
0 Kudos

Hi,

You have to do following settings to activate alert management for contracts:

  • Specify the default alert thresholds for contract expiry dates, release quantities, and release values under Path: SRM Server  Cross-Application Basic Settings  Enter Alert Threshold Data for Contracts
  • Define transaction types under Path: SRM Server  Cross-Application Basic Settings  Define Transaction Types
  • Define who you want to receive alerts under Path:SRM Server  Cross-Application Basic Settings  Event and Event Schema for Alert Management  Define Recipient of Notifications

        Notification can be in the form of e-mail, BI report or alert in Alert notification in work overview.

Regards,

Former Member
0 Kudos

Hi Vinay;

Thanks for your helpful answer.

All the settings you mentioned have already been maintained but notifcation is still not sent. In some documents, I read that there must be a program to be executed in the background to send the notification but I could not get the name of that program.

Do you have any idea about the progran name?

Thanks 

Former Member
0 Kudos

Hi,

Please check the program BBP_CONTRACT_CHECK

With Regards,

Malay

Former Member
0 Kudos

Hi;

I have already executed this program before but it gave the below output.

Events Created for Following Contracts:

Contract           Message                                                                                        Message type
4400000001         Contract expired                                                                               TASK
4400000022         Contract expired                                                                               TASK
4400000032         Contract expired                                                                               TASK
4400000037         Contract expired                                                                               TASK
4400000038         Contract expired                                                                               TASK
4400000039         Contract expired                                                                               TASK

How to send these messages to the user?

Former Member