replace parameter name show on screen?

女生的网名这么多〃 提交于 2019-12-10 15:59:05

问题


When I'm defining a parameter, like:

 PARAMETER pa_date TYPE d DEFAULT sy-datum.

How do I change "pa_date" to something else when the app is launched? I want to change it to something like "choose date".

Any Ideas?


回答1:


The Correct Menu Path is:

Goto (Alt-G) -> Text Elements (T) -> Selection Texts (S)

Once there you can Type in the Text you want OR click the "Dictionary Ref." Checkbox. Doing this will keep your report selections a bit more standard, provided that you use the correct dictionary definition.




回答2:


in SE80 or SE38 in the menu go to "jump --> texts --> selection texts" there you can set a text for every parameter field.




回答3:


I think the menu path is edit->text->selection texts. In there you'll find the ability to change the text for selection screen items.



来源:https://stackoverflow.com/questions/4783374/replace-parameter-name-show-on-screen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!