当前位置:网站首页>SE11 创建搜索帮助
SE11 创建搜索帮助
2022-07-30 06:16:00 【ki_reikun】
保存激活。
如果是非主键字段作为搜索帮助来源,需要删除重复项,操作如下:
搜索帮助出口是复制函数 F4IF_SHLP_EXIT_EXAMPLE 创建,
代码:
IF callcontrol-step = 'DISP'.
SORT record_tab.
DELETE ADJACENT DUPLICATES FROM record_tab COMPARING ALL FIELDS.
EXIT.
ENDIF.
边栏推荐
猜你喜欢
随机推荐
Derivative Operations on Vectors and Derivative Operations on Vector Cross and Dot Products
WinForm(一):开始一个WinForm程序
Fix datagrip connection sqlserver error: [08S01] The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption.
Interview with Ant: How do these technology pioneers do the bottom-level development well?| Excellent technical team interview
golang : Zap log integration
mysql8的my.conf配置文件参考指引
this and super
Go语学习笔记 - gorm使用 - 数据库配置、表新增 Web框架Gin(七)
解决datagrip连接sqlserver报错:[08S01] 驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。
C# uses RestSharp to implement Get, Post requests (2)
物联网网关该怎么选
ARM体系结构概述
selenium模块
C语言自定义类型详解
Keil compile size and storage instructions
go : go gin returns JSON data
IDEA搜索插件无结果一直转圈圈的解决办法
MySQL master-slave replication configuration construction, one step in place
谷粒商城--环境部署(2022/7/28最新)
Input method for programmers