简体   繁体   English

将选择屏幕上的参数名称更改为真实文本

[英]Change parameter name on selection screen to a real text

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.它在屏幕上显示PA_AGE

How to change it to How old are you?如何将其更改How old are you? for instance?例如?

You have to define a text via Goto->text elements->selection text.您必须通过 Goto->text elements->selection text 定义文本。

If you develop in another language as you execute your code, you need also a translation.如果您在执行代码时使用另一种语言进行开发,则还需要翻译。

Via menu Goto->Text Elements->Selection Text .通过菜单Goto->Text Elements->Selection Text

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM