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

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

Go to UI workbench:


image.png


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


image.png


so we can just redefine controller method:


image.png


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


image.png


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


[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-ktSAjkHQ-1580390330845)(https://upload-images.jianshu.io/upload_images/2085791-0319d71cdfaff730.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)]


Note

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


image.png


(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.


image.png


We can also configure the attributes by design layer.


image.png

image.png


T-Code: BSP_DLC_SDESIGN

image.png


相关文章
|
16天前
|
人工智能 搜索推荐 Serverless
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
37 7
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
|
1月前
|
中间件
什么是 SAP CRM 系统里的 Initial Download
什么是 SAP CRM 系统里的 Initial Download
23 0
|
12天前
|
存储
使用 ABAP 代码打印出 SAP CRM 系统里所有维护了 Sales Area 的 business partner id
使用 ABAP 代码打印出 SAP CRM 系统里所有维护了 Sales Area 的 business partner id
19 0
|
16天前
|
数据库
SAP CRM产品主数据无法根据产品描述字段进行搜索的原因
SAP CRM产品主数据无法根据产品描述字段进行搜索的原因
15 5
|
16天前
|
Web App开发 开发者 存储
介绍一个 webp 格式转 png 格式的软件:XNConvert
介绍一个 webp 格式转 png 格式的软件:XNConvert
21 6
介绍一个 webp 格式转 png 格式的软件:XNConvert
|
16天前
什么是 SAP ABAP 里的 Subscreen
什么是 SAP ABAP 里的 Subscreen
13 1
什么是 SAP ABAP 里的 Subscreen
|
1月前
|
中间件
什么是 SAP CRM Initial Download
什么是 SAP CRM Initial Download
20 0
|
1月前
|
存储 数据管理 数据处理
SAP CRM 里 Attachment 搜索的实现逻辑介绍
SAP CRM 里 Attachment 搜索的实现逻辑介绍
19 0
|
2月前
|
存储 数据库 容器
深入介绍 SAP CRM 附件存储的底层实现机制
深入介绍 SAP CRM 附件存储的底层实现机制
30 0
|
2月前
|
JavaScript 前端开发 数据库
如何在 SAP CRM 里通过 navigation framework 跳转到 ABAP Webdynpro 页面
如何在 SAP CRM 里通过 navigation framework 跳转到 ABAP Webdynpro 页面
21 0

热门文章

最新文章