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

SAP Fiori应用里出现http request错误的原因分析

Click “Show Details” hyperlink:

SAP Fiori应用里出现http request错误的原因分析

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.

SAP Fiori应用里出现http request错误的原因分析

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.

SAP Fiori应用里出现http request错误的原因分析

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

SAP Fiori应用里出现http request错误的原因分析

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
SAP Fiori应用里出现http request错误的原因分析

相关文章:

  • 2021-10-29
  • 2021-07-17
  • 2021-09-09
  • 2022-12-23
  • 2021-10-21
  • 2021-05-19
  • 2021-12-21
猜你喜欢
  • 2021-09-24
  • 2021-12-07
  • 2021-09-11
  • 2021-08-01
  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
相关资源
相似解决方案