‎2011 May 31 7:50 AM
Hi,
Is it possible to call a class method from within an UPDATE TASK similar to a function module call?
Of course I could use a FM for this task and intantiate the class inside and call the method, however, this requires to code one or more FMs for each method I would like to call this way. This is IMO not the best practice. So far I did not find any alternatives, do you know of a way to do this?
Thanks,
Michael
‎2011 May 31 2:32 PM
‎2011 May 31 2:32 PM
‎2011 Jun 06 11:15 AM
I am not sure as to what exactly you want to accomplish, but why don't you have your class method as a static.