美文网首页SAP札记SAP 实用篇
如何隐藏SAP CRM搜索页面的某些搜索条件

如何隐藏SAP CRM搜索页面的某些搜索条件

作者: _扫地僧_ | 来源:发表于2020-01-30 21:18 被阅读0次

    Go to UI workbench:

    And we can see the entries in search attribute drop down list is rendered via this method in controller:

    so we can just redefine controller method:

    For example, if we DO NOT want the product_id appear in UI as search attribute, the solution is simple:

    After that we cannot see product id in search attribute drop down list any more:

    Note

    (1) There is NO WAY to remove these search fields from configuration in work bench via ABAP code

    (2) There is NO WAY to hide those fields in overview page via ABAP code. The visibility control could only be done based on assignment block level, not field level.

    We can also configure the attributes by design layer.


    T-Code: BSP_DLC_SDESIGN

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


    相关文章

      网友评论

        本文标题:如何隐藏SAP CRM搜索页面的某些搜索条件

        本文链接:https://www.haomeiwen.com/subject/qmdwthtx.html