‎2008 Nov 12 4:08 PM
I have a program that calls a class method to update a table for history purposes. Is it possible to make the class method call be asynchronous (fire and forget). I don't not want it to hinge on whether or not the history record posted. Its not a mission critical process, its more for recording purposes.
Is it possible for asynch calls, and if so, how would you handle that?
Thanks everyone for your input.
Steve
‎2008 Nov 15 1:45 PM
Hi
You should create own remote enabled function module.
And insert method calling into source code of module .
‎2008 Nov 15 1:45 PM
Hi
You should create own remote enabled function module.
And insert method calling into source code of module .
‎2008 Nov 17 1:48 PM