Hi,
In my case, I have written a BADI and in it's method I will be updating a custom table. In the earlier approach I was updating the custom table in a function module which was invoked in update task as
CALL FUNCTION 'Z_XXX'
IN UPDATE TASK
EXPORTING
...
...
Do we have a similar update task concept w.r.t class methods ? So that whatever i have written in the FM I will copy into the method but that code must execute in update task !!
thks