Question:
Dear all,
How can I send MATMAS IDOC immediately when created? I tried to send by manual with tcode BD10 that it not meet my requirement.
Thanks for any advise,
Thommy
Answer:
we have also similar requirement
1. we have written custom RFC , to populate the Idoc details
2. attached this custom RFC to business object 'SWO1'.
Hope this information will helpful
Answer:
hi..If u implement change pointers concept then no need of using bd10
thanks
Answer:
Create Event for material master object. and attache the functional module to it.
So that whenever the material is created you can get the MATMAS IDOC immediatly.
Or.
Use the change pointers technique.