‎2014 Nov 12 4:01 AM
Hello Expert,
I'm now implementing Change pointer for Vendor master data. The requiremnt is that the vendor master data should be sent out via IDOC message when the vendor is created/Changed.
I Implemented the change pointer for the vendor master data. But it seems that it's impossible to send IDOC immediately when vendor is created / Changed. Only after I ran program RBDMIDOC with message CREMAS, can the IDOC be sent out.
So I want to consult every expert that how the IDOC can be immediately sent out with change pointer when the vendor master daa is created/changed?
Thanks in advance.
Best Regards,
Johnny.
‎2014 Nov 12 5:58 AM
‎2014 Nov 12 5:58 AM
‎2014 Nov 20 9:46 AM
Hi Johhny/Yongbo
In short: you cant.
You can either setup change pointers for the data you need to distribute and them send them via RBDMIDOC which can be scheduled as a job in SM36 and run recurring.
Remember to setup the "Output mode" in partner profile (WE20) to "Transfer idoc immediately" unless you also want to control this part with background jobs.
Or you can distribute the vendors directly in transaction BD14
Hope that helps you out
Best regards,
Chris
‎2014 Nov 20 9:58 AM
Hi Yongbo,
May be you need to find an enhancement after save in xk01/02 and then submit RBDMIDOC with message CREMAS . It will create change pointer idoc for that particular vendor. or
Please schedule program RBDMIDOC as background job for every 5mins.
Thanks