How do I call a WF task dynamically?

Question: I want to call a WF Task dynamically? Is it possible?

I have a table wherein task nos/names are specified and as per the key combination I need to read that Z-table and call the WF task accordingly i.e. dynamically.

Can we do that in WF and How?

Answer:
Knowing the following:
Tasks can execute methods from business objects.
Methods can call all sorts of abaps like function modules, transactions and the like.
business objects can be created (and delegated).

you could create a method in which you pass the table entry and build your logic around that in ABAP.
Then you can create one task which executes that method and behaves dynamically.

Regards, Rob Dielemans
Copyright ?2007 - 2008 www.jt77.com