cancel
Showing results for 
Search instead for 
Did you mean: 

workflow not getting triggered...

Former Member
0 Kudos

Hi all,

I am trying to trigger an event from webdynpro ABAP,

i use SAP_WAPI_CREATE_EVENT to trigger the workflow,

in my workflow i use dummy b.o and event, after executing my application i checked the tx.SWEL and found that no event have been triggered.

can anyone help me on this please.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Explicit commit is required for the fm SAP_WAPI_CREATE_EVENT.

So after the function call call the commit function module BAPI_TRANSACTION_COMMIT.

regards

Yatin Joshi

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

use your callback url to trigger events:

call method cl_swf_ifs_ws_export=>launch_callback

exporting

callback_url = lv_url

http_method = cl_swf_ifs_ws_export=>c_http_method_get

this will advance your workflow to next step

grtz,

Koen