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

BTE for Material Master

Former Member
0 Likes
3,812

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.

4 REPLIES 4
Read only

Manohar2u
Active Contributor
0 Likes
1,929

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

Read only

Former Member
0 Likes
1,929

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

Read only

Former Member
0 Likes
1,929

BTE 1250

Read only

Former Member
0 Likes
1,929

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