SAP WebClient UI overview頁面裡assignment block的可見性分析技巧

i042416發表於2020-09-06

issue

some assignment block is visible in design time ( the assignment block already appears in "Displayed Assignment blocks" area), however it is missing in runtime.


SAP WebClient UI overview頁面裡assignment block的可見性分析技巧


How to analyze the issue

Set a breakpoint on CL_PRD01OV_MATERIALOV_IMPL->DETACH_STATIC_OVW_VIEWS , open the product overview page again:

totally 65 assignment blocks as static views are fetched from runtime repository,


SAP WebClient UI overview頁面裡assignment block的可見性分析技巧


then they are filtered in cl_crm_uiu_prod_tools_layout=>get_views_to_display:


SAP WebClient UI overview頁面裡assignment block的可見性分析技巧


You can debug the code to check why your assignment block is determined to be hidden in the runtime ( put into internal table lt_detach )

要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":

SAP WebClient UI overview頁面裡assignment block的可見性分析技巧


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2717430/,如需轉載,請註明出處,否則將追究法律責任。

相關文章