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: 

User Exist for Material master data changes like standard cost, master pric

Former Member
0 Kudos

Hello,

Could anyone please provide the user exit name for the following requirement.

The trigger to transfer data from SAP to Unix directory should be whenever one of the SAP field values change (standard cost, master price, Type Of Sales) or whenever a new item is added to SAP. The data will be interfaced out of SAP NIGHTLY using the certain data format.

thanks

kumar

4 REPLIES 4

Former Member
0 Kudos

Hi Mulam Kumar,

Please use the user-exit MGA00001 for your purpose.

Lakshminarayanan

Former Member
0 Kudos

Hi Lakshminarayanan

thanks for your information.

i have tested by changing the Type of Sales in material master(MM02) but the FM - EXIT_SAPLMGMU_001(MGA00001) did NOT get trigger. i did not write any code in side the INCLUDE program.i just tried wether the User Exit is getting trigger or not while changing the material master.

Please advise me how to test it.

Thanks

Kumar

Former Member
0 Kudos

Check for the BADI

To find out the BADI for a particular transaction put the break point in the

method CL_EXITHANDLER=>GET_INSTANCE and execute the business transaction

when the system stop at break point you can easily check the BADI name.

Regards

Aman

Former Member
0 Kudos

Hi,

You can use BADI: BADI_MATERIAL_CHECK.

Method: CHECK_DATA.

parmetere: WMVKE will give you price related data.