当前位置:网站首页>How to add F4 Value Help to the input parameters of the report in the ABAP report
How to add F4 Value Help to the input parameters of the report in the ABAP report
2022-08-08 18:42:00 【Wang Zixi】
In the previous article of this tutorial, Reading local text file content with ABAP, we have learnedHow to read the local file to the ABAP server, the file we used at that time contained 1 2 3 4
this simple content that did not involve character encoding, and the file path was also hard-codedC:\temp\1.txt
.
In this step, we make enhancements on this basis.
First, we use the PARAMETERS
keyword to define an input parameter of an ABAP report, the name is path, and the type is string, which is used to specify which local file we want to upload to the ABAP server.The path parameter stores the absolute path of the local file to be uploaded on the operating system.Modified with OBLIGATORY
, which means that the parameters are required and must be maintained, otherwise the ABAP program cannot continue to execute.
We select the menu Goto -> Text Elements
:
Switch to Selection Texts
, you can see the PATH variable displayed under the Name column, its Text is ?...
. We can maintain some explanatory text here, to increase the readability of this parameter.
边栏推荐
- 做测试几年,靠业务熟悉吃老本,技术短板暴露,30岁被无情辞退...
- Is there any function in MAXCOMPUTE SQL to judge whether the string is a number?
- vue项目打包后的网页缓存问题
- 面试官:synchronized 和 Lock 的区别是什么?
- 【wpf】Bingding的方向和触发的时机
- Edu Codeforces 103 (div2)
- 我们想更换RDS数据库,从sqlserver 2016 web升级到 2017企业集群版,有专家咨询
- 传音控股:目前公司手机产品暂无明确计划进入中国市场
- 文件传输-FTP使用简介
- 常用字符的编码
猜你喜欢
随机推荐
荧光探针/近红外荧光/荧光纳米/水凝胶/纳米水凝胶pH荧光探针的研究
ABAP 报表中如何给报表的输入参数增添 F4 Value Help 试读版
CF696C(计数推公式+欧拉降幂)
SSH协议抓包-工具Wireshark
Performance optimization | CPU power management from the perspective of ping delay
Transsion Holdings: At present, there is no clear plan for the company's mobile phone products to enter the Chinese market
OpenSSH生成的私钥如何在putty中使用?
codeforces 231A.Team
2021年9月电子学会图形化一级编程题解析含答案:无奈的Jaime
MIMO雷达波束赋形
数字货币永续合约交易所开发开发功能以及代码呈现
【761. 特殊的二进制序列】
uniapp父组件使用prop将异步的数据传给子组件
hdu2647 N!Again
Dataworks上的ODPS spark处理数据会比直接用ODPS SQL效率高吗?
Oracle--表
We want to replace the RDS database and upgrade from sqlserver 2016 web to 2017 enterprise cluster version, with expert consultation
APICloud AVM 封装日期和时间选择组件
多线程之不可变对象
CF533B(树形dp+转移技巧)