前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >SAP WebClient UI的白屏问题分析

SAP WebClient UI的白屏问题分析

作者头像
Jerry Wang
发布2020-08-25 09:58:05
4410
发布2020-08-25 09:58:05
举报

Issue

Once product hyperlink in sales order line item is clicked, it is expected that product overview page is opened.

Instead the empty screen is displayed now:

Most efficient way to find root cause Follow this blog how to persist the UI exception so you can view them later to register the custom error log in your system.

(1) Specify the error date and user name who has encountered with this error:

From the query result you can find the exact code where this error is raised:

(2) Set breakpoint on mentioned included: ICOM_PRCAT_IL_REL_APIF02. The error is raised in the context of partner determination procedure related logic.

COM_PRODUCT_GET_PARTNER_PROC returns with error code 3: data_inconsistent.

Due to this error, we move to the ELSE branch where the MESSAGE ID statement is executed. Since we are currently in WebClient UI runtime environment as a result exception is raised with error message “Message E COM_HIERARCHY 000 cannot be processed in plugin mode HTTPS”.

(3) The root cause of sy-subrc 3 ( data_inconsistent ) error is a corrupted product category assigned to the given product.

This product category does not have any hierarchy ID assigned so function module COM_HIERARCHY_READ raises the exception data_inconsistent.

Once I remove this erroneous category from product, the product overview page could be opened again.

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2020-08-23 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Issue
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档