zoukankan      html  css  js  c++  java
  • SAP WebClient UI的白屏问题分析

    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.

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

  • 相关阅读:
    梦1
    ASP.Net Web Page深入探讨
    创建ASP.NET WEB自定义控件——例程3
    自定义有模板功能的控件
    .net中Web自定义控件编写注意事项
    一个javascript脚本网站
    今天
    Konami世界一代(1)
    使用随机数
    做了一个赋值的测试
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13568345.html
Copyright © 2011-2022 走看看