cancel
Showing results for 
Search instead for 
Did you mean: 

Auto mail triggering when BOM is changed -reg

Former Member
0 Kudos

Hi ,

We use change management for BOM changes

our requirement is when BOM is changed for a part ,it shoudl trigger mail to predefined user mentioning the BOM change

for example if for a part A bom is changed a mail communication should be triggered to the parts MRP controller

how we have to go further

please provide some valuable inputs

regards,

madhu kiran

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Madhu,

What was the analysis result?? Please share it will the entire team so that any one else facing the issue will know what solution works..

-Swapnil

Former Member
0 Kudos

analysed

former_member184655
Active Contributor
0 Kudos

Dear Madhu Kiran,

Along with our experts reply,I would like to share that this same requirement was achieved in one of my

project ,but we were using ECM,then developed a report to find out the exact changes happened between

a period and for a particular Change number for the BOM components and we scheduled the job in SM36

by specifying that development's program name and including the User's mail Id under Spool Recipient's

name.

So its a big process if you follow the above procedure.

Check & revert back.

Regards

Mangalraj.S

Former Member
0 Kudos

You can also use the BADI: BOM_UPDATE and use Method: "CHANGE_AT_SAVE" to add logic to send email notification if item is changed. There is no standard way to fetch the MRP controller for the item being changed in BOM and send the email notification.

Try it out and let us know.

Former Member
0 Kudos

Use the exit - PCSD0005 in which you can write your won code to give the mail to concerned person.

Come back if you need more help

Former Member
0 Kudos

Hi

You can try with work flow.

Regards

YMREDDY