‎2007 Jul 09 2:42 AM
I need to send idoc once there's new data created, updated or deleted.
In the customized dialog program, after data created, i collect the data needed and call function module to send idoc.
The problem now is the idoc are not successfully receive by the external system.
By using the same method for other programs or standard user exit, it's works.
Is there any other things need to take note in dialog program to send idoc?
‎2007 Jul 09 4:08 AM
Vikki,
As far as I understand, nope. Can you please paste your code to analyse further?
Thanks
Ganesh.S
‎2007 Jul 09 4:16 AM
I already got the solution for that.
I just need to add in COMMIT WORK. after call the FM.