Skip to Content
0
Former Member
Apr 21, 2009 at 09:55 PM

In update task option with class methods ??

1859 Views

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