zoukankan      html  css  js  c++  java
  • SAP Connection inbound邮件接收处理机制

    Email inbound process is done by user SAPCONNECT so that you cannot debug it via normal debugging approach.
    then you have to follow the steps below to debug:

    (1) Inside one entry like below into table BCSD_BREAKLOOP.
    BL Module = INBOUND
    CREATEDFOR = SAPCONNECT
    Set the expire time accordingly.
    Note: As the insertion of this entry will lead to an endless loop in SAPconnect inbound processing, please make sure to delete it or set the status to abap_false.

    (2) Send your mail to agent inbox mail box as usual, then go to tcode SM51, you should find the endless loop there.
    Click Administration->Programm->Debugging:

    This is because your entry inserted by step1 takes effect:

    (3) In debugger, use Shift+F12 to jump out of the endless loop manually:

    After that you could debug the left inbound process of SAP connect now:

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

  • 相关阅读:
    剑指offer-用两个栈实现队列
    Java数组判空的正确打开方式
    浏览器输入URL后后的过程
    HTTP状态码
    HTTP和HTTPS
    北京好未来公司linux面试题
    三剑客 -- sed
    三剑客 -- grep
    shell脚本
    自动化 -- expect
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13446060.html
Copyright © 2011-2022 走看看