cancel
Showing results for 
Search instead for 
Did you mean: 

Email Notfication to SUS for new PO

Former Member
0 Kudos

Hi,

I am changing the email text message in SE61 for the document BBP_SUS_SUP_NOTIFICATION”. And in the text message I am printing the &DOCTYPE& &DOCNO&. When I am receiving the email, I am not getting any value of this (&DOCTYPE& &DOCNO&) two field. Could you any one please tells me which ABAP program is running behind this to send the email, or where to do the debugging.

We did the IMG changes in the Supplier Self-Service ->Maker data -> Make settings.

Your answer is highly appreciated.

Thanks,

Senthil.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Senthil,

The following program calls the 'BBP_SUS_NOTIFICATION_SEND' function:

From Debugger:

Main program: SAPLBBP_BD_DRIVER_SAPXML1

Source Code of: LBBP_BD_DRIVER_SAPXML1U09

This is funcation module 'BBP_SAPXML1_SUSPO_CREATE_IN' (line 117 calls 'BBP_SUS_NOTIFICATION_SEND' ). Set your external breakpoint here for you XIAPPLUSER and you should be able to find your problem.

Regards,

Kyle

Former Member
0 Kudos

Hi Senthil,

Have a lokk at the FM BBP_SUS_NOTIFICATION_SEND.

BR,

Aakash

Former Member
0 Kudos

Thanks Aakash,

Thanks for your reply. I am using SRM 4.0 version.

Can you please tell me which is the program triggered to send the email or triggered to FM (BBP_SUS_NOTIFICATION_SEND). We can check in SOST transaction for all the email flotings. I want to find out which is the program to triggered to send the email to web mail.

Thanks and Regards,

Senthil