‎2012 Feb 01 11:31 AM
Hi Guys,
My requirement is to trigger an IDOC at the time when I am creating a material using MM01 transaction. The Changepointer is active and when i am tring to send materials using BD10 it's showing that the IDOC is created which certifies that the config is OK. but when I am creating a material and saving it ..the same process is not triggering an Idoc.
Can anyone help me out ...where I am missing out.
Thanks
Debasis Roy Chowdhury
‎2012 Feb 01 1:05 PM
Hi,
<< Moderator message - Cut and paste response from removed and points unassigned. Plagiarism is not allowed in SCN >>
Edited by: Rob Burbank on Feb 2, 2012 9:34 AM
‎2012 Feb 02 5:05 AM
Hi Ramya,
Thanks for your reply, but what you have mentioned is about the transaction data (SALES ORDERS..) what I am looking for is the master data, in my case it is Material Master. As I had already mentioned that I have my config in place since on executing BD10, it works fine and the change pointers active for MATMAS, only what i would require to generate IDOC instantly at the time of saving material using MM01.
Thanks
Debasis Roy Chowdhury
‎2012 Feb 02 2:26 PM
Since you are sending material data based on change pointer( changed data of material). You can scehdule BD21 with message type in background.
This will ensure that your data is send.
‎2016 Apr 27 2:32 PM
Dear all,
you can use change pointer, but you have check the field Key of modification object.
When you create a record this key change from blanck to I.
Regards,
Andrea
‎2012 Feb 02 4:01 PM
Hi Debasis,
Activating pointers for the message type do not trigger Idoc, we need to manually or scheduled the program to create the idoc against pointers.You need to run BD21 transaction or schedule RBDMIDOC .
Go through this [Idoc Triggers|;.There is a good discussions.
Regards,
Madhu.
Edited by: madhurao123 on Feb 2, 2012 9:40 PM
Edited by: madhurao123 on Feb 2, 2012 9:43 PM
‎2012 Feb 03 9:45 AM
Pls. close this thread.. Hope your questions are answered...
1. Run Manually BD21 with MATMAS message type. (Scheduled in background)
2. Work Around to trigger immediately... Use a BTE Event or Save exit or a workflow and submit the program BD21 with MATMAS Message type. This will ensure it triggered once you save the material data. But ensure that the data is committed to the Database. To avoid any inconsistencies..
‎2012 Feb 03 10:49 AM