Calling workflow tasks in program

Question: Hi,

I need to call a workflow task in ABAP program, how do we do that. This task is created for a customised method.

Thanks in advance,
Ananth

Answer:
Ananth,

Look at the SAP_WAPI_* function modules (don't remember the FM name) . If you cannot find a suitable FM in your R/3 release, look for *WI_start*.

Ramki.

Answer:
Hi Ananth,

Use the FM 'SAP_WAPI_START_WORKFLOW' in your ABAP Program.

Cheers,
Bhanu

Answer:
Hi Ananth,

You can try out any one of these

SWW_WI_START
SWW_WI_START_SIMPLE
SAP_WAPI_START_WORKFLOW

inorder to call a workflow task through the ABAP Program.

Regards,
Geetha
Copyright ?2007 - 2008 www.jt77.com