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的原創文章,請關注公眾號"汪子熙":
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2714074/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SAP CRM WebClient UI上以html格式顯示note的問題討論WebclientUIHTML
- SAP WebClient UI的會話重啟原理WebclientUI會話
- 如何在SAP WebClient UI裡使用jChartFXWebclientUI
- 使用note++開發SAP WebClient UIWebclientUI
- SAP CRM WebClient UI和Fiori UI混搭並存WebclientUI
- 在SAP WebClient UI裡顯示倒數計時的UIWebclientUI
- SAP UI5 日期型別 sap.ui.model.type.Date 的解析格式問題分析UI型別
- SAP WebClient UI overview頁面裡assignment block的可見性分析技巧WebclientUIViewBloC
- SAP CRM WebClient UI異常的持久化機制WebclientUI持久化
- 將SAP CRM WebClient UI的表格匯出成PDFWebclientUI
- 如何將SAP WebClient UI的表格匯出成PDFWebclientUI
- SAP WebClient UI One Hit Navigation的實現方法WebclientUINavigation
- SAP CRM WebClient UI和Hybris backoffice UI開發的相同點WebclientUI
- SAP CRM WebClient UI的Delta處理機制介紹WebclientUI
- SAP CRM WebClient UI html 格式的 Text 顯示邏輯WebclientUIHTML
- SAP CRM WebClient UI 支援的一些 url 引數WebclientUI
- Jerry答網友提問:SAP CRM WebClient UI裡的EXT,STRUCT等含義WebclientUIStruct
- 在SAP CRM WebClient UI中用javascript觸發ABAP eventWebclientUIJavaScript
- 如何在SAP WebClient UI裡使用HANA Live reportWebclientUI
- SAP CRM WebClient UI的on_new_focus應該怎麼理解WebclientUI
- SAP CRM WebClient UI表格編輯模式的除錯明細WebclientUI模式除錯
- SAP CRM WebClient UI Text Type 顯示的過濾邏輯WebclientUI
- SAP WebClient UI和business switch相關的邏輯介紹WebclientUI
- 頁面白屏問題
- 如何自行分析SAP WebClient UI開發環境裡丟擲的錯誤訊息根源WebclientUI開發環境
- 使用Selenium自動化測試SAP CRM WebClient UIWebclientUI
- 在SAP CRM WebClient UI裡開啟ABAP Webdynpro頁面WebclientUI
- SAP WebClient UI component模型後設資料解析工具WebclientUI模型
- SAP CRM WebClient UI和ABAP Webdynpro頁面的互相跳轉WebclientUI
- 使用SAP Transaction Launcher將ABAP Webdynpro嵌入到WebClient UI中WebclientUI
- 如何在SAP WebClient UI裡建立柱狀圖(bar chart)WebclientUI
- 自己實現一個SAP WebClient UI Repository Information SystemWebclientUIORM
- SAP CRM WebClient UI Text 可編輯與否的控制邏輯WebclientUI
- SAP WebClient UI頁面標籤的決定邏輯介紹WebclientUI
- 增強版本的自開發SAP WebClient UI Repository Information SystemWebclientUIORM
- SAP CRM WebClient UI和Hybris的controller是如何被呼叫的WebclientUIController
- react history模式下的白屏問題React模式
- 使用工具分析 SAP UI5 應用前端執行的效能問題UI前端