‎2010 Apr 26 8:29 AM
Hi Folks,
I have a requirement to send IDocs to the other system on create or change of material. On any create or change of material I want a MATMAS01 IDoc to be triggered and to be sent to the partner system.
1. I have chceked the Active checkbox for MATMAS in the tcode BD50.
2. I have saved the Change pointer in the tcode BD61
3. I have created the partner profile added the message types to it in the outbound parameter.
4. I have created the distribution channel.
But the problem is the IDoc is not triggering automatically once the material is created or changed in the source system.
Kindly let me know how to resolve this.
Regards,
Santosh
‎2010 Apr 26 8:53 AM
Hi,
Activating the change pointer for the mnessage type wont create the Idoc, you need to manually or schdueld prog to create the idoc against chage pointers.
Via change pointer, you have to run BD21 transaction or need to schedule RBDMIDOC to create an idoc.
If its a new material you need to run BD10 transaction.
Hope you clear, if not pls come back.
‎2010 Apr 26 8:40 AM
Transaction BD10 is used to trigger the Materail master IDOC based on change pointers. You can schedule the program RBDSEMAT to trigger the idoc as per your requirement.
Regards
Vinod
‎2010 Apr 26 8:53 AM
Hi,
Activating the change pointer for the mnessage type wont create the Idoc, you need to manually or schdueld prog to create the idoc against chage pointers.
Via change pointer, you have to run BD21 transaction or need to schedule RBDMIDOC to create an idoc.
If its a new material you need to run BD10 transaction.
Hope you clear, if not pls come back.