‎2006 Jul 05 10:31 PM
Is there a BTE for MM01 or MM02? I would like to capture the changes to data on these transactions when user has pressed the save button and also after the dB COMMIT is executed.
So far in my search, I have found that there is no BTE for Material master data transactions. I want to confirm this with other users. Also, is there a BAdI that I could use?
TIA.
‎2006 Jul 05 10:41 PM
Refer to this link below
http://help.sap.com/saphelp_47x200/helpdata/en/03/abb8f85fbe11d396a600a0c930e0da/frameset.htm
<b>The business transaction event (BTE) interface can be used to transfer created or changed material master data to customer-defined processes. The interface cannot be used to change existing material master data.</b>
Regds
Manohar
‎2006 Jul 06 5:44 AM
Hi Shri ,
BTE mainly for FI transactions .
BADIs for MM
BADI_MATERIAL_CHECK Enhanced checks for material master table
BADI_MATERIAL_OD
BADI_MATERIAL_REF Addition of customer-defined default data for material
BADI_MATMAS_ALE_CR Change Data in MATMAS IDoc When Generating an IDoc
BADI_MATMAS_ALE_IN Change Data in MATMAS IDoc Before Posting
BADI_MATN1 BAdI for Conversion Exit MATN1
BADI_MATRIX_SORT Sorting of Matrix Axis Population
BADI_MAT_F_SPEC_SEL BAdI for Material Special Field Selection
Regards
Prabhu
‎2006 Jul 28 9:24 AM
‎2011 Jul 19 11:52 AM
Hi shirisha,
There is a BTE 1250 linked to function module SAMPLE_INTERFACE_00001250 which is capturing all the material master data, you can find this in TCode 'fibf'.
If you want to go for badi then BADI_MATERIAL_CHECK would be appropriate for your requirement...Infact i am also working on these two things.
Regards,
Jeetu