How to debug Interaction center inbox workflow WS14000164

(1) sent one mail to IC inbox via outlook:

How to debug Interaction center inbox workflow WS14000164

(2) go to SWEL to check if there is one entry for the mail you just sent

How to debug Interaction center inbox workflow WS14000164

(3) go to tcode SWI1, you will find two entries for the mail you just sent, choose entry with Status = READY.

How to debug Interaction center inbox workflow WS14000164

set a breakpoint in the method below, then execute the selected entry.

How to debug Interaction center inbox workflow WS14000164

(4) in debugger change the content of ls_rfc_dest-rfcdest to "NONE".

How to debug Interaction center inbox workflow WS14000164

(5) go to SM58, you will find one entry for background execution in step4.

How to debug Interaction center inbox workflow WS14000164

if you could not find any entry, please check whether you have marked Block Sending in your debugger setting.

How to debug Interaction center inbox workflow WS14000164

Once "Debug LUW" is clicked, a new debugger will pop up. Now you can debug the workflow execution.

How to debug Interaction center inbox workflow WS14000164

Once you finished debugging, you can go back to SWI1 and three background steps have already been marked as COMPLETED.

How to debug Interaction center inbox workflow WS14000164

and the mail item could be found in IC inbox now.

How to debug Interaction center inbox workflow WS14000164

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
How to debug Interaction center inbox workflow WS14000164

相关推荐