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

Idoc should trigger only while creating material through mm01

Former Member
0 Likes
1,331

Hello ,

I have a requirement , where currently i am able to trigger idoc while creating material through MM01 , also while changing material through MM02, this they are achieving based on change pointers concept for message type MATMAS.

But now the requirment is to trigger the idoc only while creating material through MM01, idoc should not trigger while any changes done through MM02. My Question is if i remove the checkbox on MATMAS in BD50 will idoc trigger for MM01 as change pointer will not trigger for MM02.

This is my first object in idocs, kindly provide some inputs on this.

Thanks,

subash

6 REPLIES 6
Read only

Former Member
0 Likes
1,061

Any inputs please...

Read only

Former Member
0 Likes
1,061

What is the method used to trigger idocs ? If you disable the active flag in BD50, change pointers will not be created while creating the article, so the idocs will not be triggered for the creation of article also.

Read only

0 Likes
1,061

Thanks for your reply vinod, so can i remove the fields from BD52 transaction. what happens if i do that will it trigger for MM01 then .

I am using change pointers method to trigger idoc.

Thanks,

Subash

Read only

0 Likes
1,061

Read SAP Documentation on Master data distribution using changes pointers for more details : [Distributing Master Data Using the SMD Tool |http://help.sap.com/saphelp_nw73/helpdata/en/4a/6dcbe9c95261a3e10000000a421937/frameset.htm]

Read only

Former Member
0 Likes
1,061

Hi,

Please Create Custom Requirement number for Procedures in Applications for NACE Transaction.

in that check for the Material in the mara. if it exists set sy-subrc eq 4 otherwise set sy-subrc eq 0.

Hope it helps you.

Regards,

Archana.T

Read only

0 Likes
1,061

Please Create Custom Requirement number for Procedures in Applications for NACE Transaction.

in that check for the Material in the mara. if it exists set sy-subrc eq 4 otherwise set sy-subrc eq 0.

Hope it helps you.

Really?? Where exactly in NACE would you suggest the poster do that for master data???