Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Nitofication message of change in BOM

Former Member
0 Kudos

Hi all,

I have activate the following functionality:

"Whenever a Bill ob Material is changed message will be sent to group of users automatically through system."

How can I do this?

Regards,

Sagar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

use BADI:

BOM_UPDATE.

METHOD: CHANGE_IN_UPDATE.

Here if any one of the paramters of the method is filled then there has been a change in the BOM. you can use the sap function modules to send either an internal mail to SAP inbox or external mail based on the requirements.

1 REPLY 1

Former Member
0 Kudos

use BADI:

BOM_UPDATE.

METHOD: CHANGE_IN_UPDATE.

Here if any one of the paramters of the method is filled then there has been a change in the BOM. you can use the sap function modules to send either an internal mail to SAP inbox or external mail based on the requirements.