Skip to Content
0
May 31, 2011 at 06:50 AM

Call class method from within UPDATE TASK

1661 Views

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