cancel
Showing results for 
Search instead for 
Did you mean: 

Change in the subject of the mail when creating or changing PO in SRM

kamalakar_reddy2
Explorer
0 Kudos

Hi,

In SRM, when there is a change in PO , a mail gets triggered to the intended recipient .My requirement is to change the subject of the mail.

I tried setting external breakpoint on the Badi's BBP_CTR_MAIL_BADI/BBP_OFFLINE_APP_BADI but none of them stop at runtime.

Can someone tell me where am I going wrong?? or the correct badi where I can change the subject of the mail.

Thanks in advance.

Regards,

Kamal

Accepted Solutions (0)

Answers (1)

Answers (1)

lisa_sheil
Contributor
0 Kudos

Hi Kamal

You could try the following:

- for the particular workflow that you are using, find the task that is responsible and then edit the description tab.

For debugging please go to transaction SE24 and set a breakpoint in CL_BBP_ACTION_NOTIFICATION_WF.

I hope this helps,

Kind Regards,

Lisa

kamalakar_reddy2
Explorer
0 Kudos

Hi Lisa,

I have kept breakpoint in CL_BBP_ACTION_NOTIFICATION_WF.

when iam changing PO it is not stopping at this break point .

Do have idea if any other badis are used for this functionality.

Thanks,

Kamal.

lisa_sheil
Contributor
0 Kudos

Hi Kamal,

Did you also try making the change in the Task for this workflow ? This shoud work here. I do not know of any other BADIs that can be used to help in this case.

Kind Regards,

Lisa