Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1317522
  • 博文数量: 932
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 10208
  • 用 户 组: 普通用户
  • 注册时间: 2011-07-08 12:28
文章分类

全部博文(932)

文章存档

2021年(1)

2020年(134)

2019年(792)

2018年(5)

我的朋友

分类: 架构设计与优化

2020-02-06 13:33:44

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

阅读(361) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~