cancel
Showing results for 
Search instead for 
Did you mean: 

Add revievers if Rfx is rejected by any user

Former Member
0 Kudos

Hi Experts,

There is a requirement to send intimation to all the people in the workflow that this document(Rfx) is rejected.

We thought, One way is to add reviewers while the Rfx getting rejected by user - so that the intimation goes.

Kindly advise steps to proceed.

Warm Regards,

Ashwin.

Accepted Solutions (1)

Accepted Solutions (1)

ashish_shah
Contributor
0 Kudos

Hi Ashwin,

You can refer to this wiki link:

General Configuration on Approval Alerts and Notifications - Supplier Relationship Management - SCN ...

You have two options: either configure it using SPRO nodes or configure it programatically using BaDI BBP_ALERTING.

regards,

Ashish

Former Member
0 Kudos

Thanks Ashish.

One step in our config was missed, this wiki link was helpful.

However the DETERMINE_RECIPIENTS method of CL_BBP_ACTION_ALERT_BID class is not able to determine the recipients.

The SRM Version is SRM 7.0 - support pack 0006. There are many notes applicable on this method, but not sure which one to go with.

As mentioned, BBP_ALERTING BADI is an alternate option, but we would want standard to be working.

Warm Regards,

Ashwin.

ashish_shah
Contributor
0 Kudos

Hi Ashwin,

Does the user receive any other notifications like Approved?

Even i had faced some issues in rejection notifications for Confirmation, SAP OSS Message is the way to solve this issue.

Also check if this blog helps , its for SRM 7, but check the config

https://scn.sap.com/people/ramakrishna.rallapalli/blog/2008/07/20/bidder-alert-notifications

Alternatively you can debug method : /SAPSRM/CL_WF_EVENT_ADAPTER-->TRIGGER_EVENT (This gets triggered first during rejection or any other event) and its subsequent methods.

Regards,

Ashish

Answers (0)