前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Corrupted product category causes WebClient UI empty screen issue

Corrupted product category causes WebClient UI empty screen issue

作者头像
Jerry Wang
发布2020-01-13 17:59:06
3890
发布2020-01-13 17:59:06
举报

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:

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”.

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-01-12 ,如有侵权请联系 cloudcommunity@tencent.com 删除

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

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

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

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