‎2011 Mar 03 7:14 AM
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
‎2011 Mar 03 8:13 AM
‎2011 Mar 03 8:22 AM
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.
‎2011 Mar 03 8:29 AM
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
‎2011 Mar 03 8:38 AM
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]
‎2011 Mar 03 2:58 PM
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
‎2011 Mar 03 3:10 PM
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???