zoukankan      html  css  js  c++  java
  • SAP Fiori应用里出现http request错误的原因分析

    Issue: When you try to create a new Opportunity in Fiori, you meet with the following error message in UI:

    Click “Show Details” hyperlink:

    Click F12 to open Chrome development tool, you could see more detail about this error. The exception has prefix “IWBEP” which indicates this exception occurred in the backend system.

    Log on to backend system, set a breakpoint on CONSTRUCTOR of exception class /IWBEP/CX_MGW_BUSI_EXCEPTION, repeat the step in Fiori UI. The breakpoint is triggered as expected:
    From the callstack in debugger we can know the incomplete customizing means the process type to be used in Fiori has not been configured in backend system yet: the error message is raised because lt_processtype is initial.

    Then scroll up the code a little bit, and then we can find the context and reason why lt_processtype gets empty.

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

  • 相关阅读:
    论语心得
    水果总结
    欢乐颂
    大牌驾到
    Excel补全日期(日期按顺序补全)
    c语言define和typedef区别和使用
    c语言寄存器变量
    c语言伪常量const理解
    c语言静态断言-定义自己的静态断言
    c语言静态断言
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13625565.html
Copyright © 2011-2022 走看看