Application Development and Automation 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: 
Read only

Capture the material master changes during the update

kanwardeepsingh_gill
Product and Topic Expert
Product and Topic Expert
0 Likes
902

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.

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
Read only

Former Member
0 Likes
829

Try enhancement MGA00001.

--

Reddy

Read only

0 Likes
829

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

Read only

0 Likes
829

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

--

Reddy

Read only

0 Likes
829

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.

Read only

kanwardeepsingh_gill
Product and Topic Expert
Product and Topic Expert
0 Likes
829

Thanks for replies