Issue

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

Corrupted product category causes WebClient UI empty screen issue

Instead the empty screen is displayed now:

Corrupted product category causes WebClient UI empty screen issue

The error is raised in the context of partner determination procedure related logic.

Corrupted product category causes WebClient UI empty screen issue

COM_PRODUCT_GET_PARTNER_PROC returns with error code 3: data_inconsistent.

Corrupted product category causes WebClient UI empty screen issue

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

Corrupted product category causes WebClient UI empty screen issue

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

Corrupted product category causes WebClient UI empty screen issue

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

Corrupted product category causes WebClient UI empty screen issue

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

Corrupted product category causes WebClient UI empty screen issue

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
Corrupted product category causes WebClient UI empty screen issue

相关文章:

  • 2021-09-21
  • 2021-07-01
  • 2021-09-07
  • 2022-01-01
  • 2021-10-27
  • 2021-12-17
  • 2022-12-23
  • 2021-10-01
猜你喜欢
  • 2021-09-28
  • 2021-09-16
  • 2022-12-23
  • 2021-11-12
  • 2021-08-17
  • 2021-11-06
  • 2021-07-05
相关资源
相似解决方案