Skip to Content
0
Former Member
Jun 04, 2009 at 01:16 PM

Triggering WF with FM SAP_WAPI_START_WORKFLOW

1487 Views

Hi,

I am triggering the WF with FM "SAP_WAPI_START_WORKFLOW" but the WF does not trigger.

The FM gives the RETURN_CODE as 0 but still the WF does not trigger.

the code is as below plz suggest a solution.

w_task TYPE swwwihead-wi_rh_task VALUE 'WS95100002',

CALL FUNCTION 'SAP_WAPI_START_WORKFLOW'

EXPORTING

task = w_task

IMPORTING

return_code = lv_return_code

TABLES

INPUT_CONTAINER = lt_cont.