SAP WebClient UI overview页面里assignment block的可见性分析技巧

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的可见性分析技巧