cancel
Showing results for 
Search instead for 
Did you mean: 

Notification to vendor when bid rejected

sap_2605
Active Participant
0 Kudos

Hi,

We are in SRM 7 and ECC 6. We have requirement, that once a vendor's bid is rejected then a notification will be sent to supplier. If not mistaken this should be a standard SAP feature. I have configure in the event schema that for object type BUS2202 (QUote) event 'REJECTED' will have event category NOTIFIC. I assign the event schema to the transaction type QUOT.

Then I reject the bid, but there is no email what-so-ever coming to the supplier. Is there something that I miss?

PS: I notice if I try to simulate the event SWU0 there is no task/workflow ready to be triggered. And when I try to create event rejected manually by using tcode SWUE I got message 'no receiver found'. I think this means the event 'REJECTED' not linked to any task. But should it be linked to any task at all. If yes, what task it is?

Best regards,

John

Accepted Solutions (0)

Answers (1)

Answers (1)

sap_2605
Active Participant
0 Kudos

Solved. Apparently we have to activate BADI BBP_ALERTING as well. In there we then append the ct_recipients with vendor's contact person data. Then the email is sent