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

SoCo rejection reason alert notification

Former Member
0 Likes
785

Hello Gurus,

I have a requirement to enable rejection reason text field in sourcing. I have enabled the functionality related to the same by activating switch in SPRO ' activate/deactivate rejection reason'.

Now issue is when reject SC in sourcing automatically one mail notification triggering to requestor. Mail Body content displaying as 'Alert #####' . I tried to change the mail content using BADI bbp_alert. But still no use.

And also description of mail notification also coming as '

SOCO_COMPLETED()' . Which also i tried to change using tcode ALRTCATDEF but no use.i could see description properly maintained in the same tcode for the SOCO_COMOLETE alert ( Both long and short description ). I am not able to change any of mail content or mail description for rejection reason mail notification.

Could you please help on the same.

Thanks,

Sha.

View Entire Topic
laurent_burtaire
Active Contributor
0 Likes

Hello,

use method BBP_EVENTS_CATEGORIZE from BAdI BBP_ALERTING (Enhancement Spot BBP_ENHANCEMENT_SPOT) to change message table for exporting parameter CT_EVENTS.

If you want to change the text type (to have it in HTML format for example), you have to implement BAdI ALERT_MODIFY_TEXT with filter values SRM Alerts and alert category SRM_SOCO_COMPLETE (the ones defined in ALRTCATDEF transaction).

Regards.

Laurent.