‎2010 Apr 11 10:50 AM
Hi,
I want to trigger IDoc immediately and automatic from user exit or BADI when save of MM01/MM02 ( Example )
I know change pointers using RBDMIDOC and BD10. But this will not work for automatic triggering.
For my requirement, This automatic IDoc triggering should work for MATMAS and BOMMAT IDocs. Please help.
Thanks,
Vinay.
‎2010 Apr 12 1:14 PM
Try like this.
After calling the function module MASTER_IDOC_DISTRIBUTE, Use CALL TRANSACTION BD21 in SE38.
Sri.
Edited by: srikanthn on Apr 12, 2010 5:44 PM
‎2010 Apr 12 6:33 AM
Hi,
Create an update function module which in turn call the function module "MASTER_IDOC_DISTRIBUTE"(Function module to create IDOC). Call the first function module in Update task during the execution of Material Master User exit.
Regards
Vinod
‎2010 Apr 12 1:14 PM
Try like this.
After calling the function module MASTER_IDOC_DISTRIBUTE, Use CALL TRANSACTION BD21 in SE38.
Sri.
Edited by: srikanthn on Apr 12, 2010 5:44 PM
‎2010 Apr 15 7:54 AM
Check the partner profiles: Output Mode should be snt to "TRANSFER IDOCS IMMEDIATELY*