blog
akp mersin
emo
rock
mp3 dinle

Attention: open in a new window. PDFPrintE-mail

2008
06
Oct

Password Field on Selection-screen

SAP Technical - ABAP

User Rating: / 6
PoorBest 
The following code sets a PARAMETER to be a password input field, where for security
purposes only *'s are displayed on the screen during input
i.e. Password: *******

Parameters: p_password like sy-uname.

*******************************************************
AT SELECTION-SCREEN OUTPUT.
loop at screen.
check screen-name eq 'P_PASSWORD'.
move: 1 to screen-invisible.
modify screen.
endloop.
Last Updated (Tuesday, 30 November 1999 00:00)
Please register or login to add your comments to this article.
blog
akp mersin
emo
rock
mp3 dinle
Banner