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: 

Capture the material master changes during the update

0 Kudos

Hello,

My requirement is to run some program that will evaluate the changes done in the material master and then execute some other program, based upon whether these changes satisfy some criteria.

Now, the issue is, we want to capture the material master changes after the database updates and we are planning to use the MATERIAL_WRITE_DOCUMENT for that purpose, but I could not find any BADI/user exit, which could be used to implement the custom code.

Note - We want to run this program online at the time of changes in material master, so we don't want to read the CDPOS and CDHDR tables.

5 REPLIES 5

Former Member
0 Kudos

Try enhancement MGA00001.

--

Reddy

0 Kudos

This enhancement occurs before the update starts, i am looking for something after the update is complete

0 Kudos

Better go for implicit enhancement, if you know the right place to have ur code.

--

Reddy

0 Kudos

Yeah, I am planning to put imlicit enhancement in the MATERIAL_WRITE_DOCUMENT FM, 'coz it is called after the V1 and V2 updates in the update mode.

But, other than this, if anyone could come up with anything else, please let me know.

0 Kudos

Thanks for replies