代码:
* password not visible
at selection-screen output.
loop at screen.
if screen-name = 'PWD'.
screen-invisible = '1'.
modify screen.
endif.
endloop.
本文介绍了一个编程代码片段,展示了如何在选择屏幕上控制密码输入框的可见性,当屏幕名等于PWD时,隐藏密码输入。
代码:
* password not visible
at selection-screen output.
loop at screen.
if screen-name = 'PWD'.
screen-invisible = '1'.
modify screen.
endif.
endloop.
598
1380

被折叠的 条评论
为什么被折叠?