on 2020 Jan 11 3:30 AM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.