How to debug Interaction center inbox workflow WS14000164

Posted sap-jerry

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to debug Interaction center inbox workflow WS14000164相关的知识,希望对你有一定的参考价值。

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

技术图片

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

技术图片

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

技术图片

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

技术图片

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

技术图片

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

技术图片

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

技术图片

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

技术图片

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

技术图片

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

技术图片

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
技术图片

以上是关于How to debug Interaction center inbox workflow WS14000164的主要内容,如果未能解决你的问题,请参考以下文章

How to debug a GLSL shader?

How to DEBUG a trigger or procedure

How to debug PostgreSQL function with pgAdminIII

How to enable debug in slf4j Logger?

如何 debug nodeJS 代码? how to inspect NodeJS code?

How to debug .NET Core RC2 app with Visual Studio Code on Windows?