cancel
Showing results for 
Search instead for 
Did you mean: 

SUS New docuement email notification

Former Member
0 Kudos

Hello Experts,

Please help us on the issue. We have MM-SUS in place. When we create a PO and send it to SUS. A mail notification always going to Administrator iD of vendor. Instead this mail should go to a sub user created by Admin vendor ID.

How can we achieve this requirement?

Please help

Regards,

Aakash

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Aakash

Muthu is correct, it is the standard action to send a single email notification to the vendor's contact address.

To implement your requirement you will have to enhance the "BBP_SUS_NOTIFICATION_SEND" routine with the "BBP_SAPXML1_SUSPO_CREATE_IN" subroutine to perform a loop around your vendor "sub users" to send a mail to each one. You could just restrict this loop to those users that have the order processor role. A much better solution would be to also enhance the user "Own Data" BSP to include indicators for receiving notifications. These could then be set by each user individually and stored as custom user parameters. Your loop above could then be restricted to only those vendor "sub users" that requested notification.

Regards

Mike

former_member183819
Active Contributor
0 Kudos

Hi Akash

Supplier selfservices ->Master data--> Make settings for for Business partners.

Administrator - ?

Email notification-> ?

I believe that this config may send notification to admin . Can you modify the Administrator user name into your desired sub person role and see . what happen?

but designed such a way.

i would suggest you to write a program to forward those to corresponding notifications. checked no BADI s are available.

can you update here the notification data sent..

regards

muthu