将选择屏幕上的参数名称更改为真实文本
我正在尝试替换 选择屏幕。
例如我有:
PARAMETERS pa_age TYPE age_type DEFAULT '18'.
它在屏幕上显示 PA_AGE
。
例如,如何将其更改为How old are you?
?
I'm trying to replace the parameter name shown on the selection screen.
For example I have:
PARAMETERS pa_age TYPE age_type DEFAULT '18'.
It shows PA_AGE
on the screen.
How to change it to How old are you?
for instance?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须通过转到->文本元素->选择文本来定义文本。
如果您在执行代码时使用另一种语言进行开发,则还需要翻译。
You have to define a text via Goto->text elements->selection text.
If you develop in another language as you execute your code, you need also a translation.
通过菜单
Goto->Text Elements->Selection Text
。Via menu
Goto->Text Elements->Selection Text
.