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的可见性分析技巧_第1张图片

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的可见性分析技巧_第2张图片

then they are filtered in cl_crm_uiu_prod_tools_layout=>get_views_to_display:

SAP WebClient UI overview页面里assignment block的可见性分析技巧_第3张图片

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的原创文章,请关注公众号"汪子熙":

你可能感兴趣的:(Jerry,Wang的原创SAP技术文章,CRM,ABAP)