当前位置:网站首页>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.
边栏推荐
猜你喜欢
随机推荐
422B测试成功
Laravel 5.8笔记
2021年9月电子学会图形化三级编程题解析含答案:绘制图形
Fortinet全新云原生保护产品上线亚马逊云科技平台
el-tree设置单选,点击完成后收起
2021年9月电子学会图形化一级编程题解析含答案:小狗进圈
Smobiler的复杂控件的由来与创造
企业“数字化转型”成功的2个必备条件!
搭建DG导致归档日志量变多问题排查
Why do you need to cross compiler
CF533B(树形dp+转移技巧)
“非洲之王”传音答复投资者提问:手机产品暂无计划进入中国
倒置字符串
LeetCode:每日一题【第二周】
uva1468
MogDB学习笔记-从0开始
hdu2647 N!Again
面试官:Redis 大 key 要如何处理?
01、前言
Numpy函数、模块、类列表