Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

POP-UP window prompting for input which is non-readable.

Former Member
0 Kudos

Hi Experts,

I want to display a POP-UP window which will ask a user for his ID. When user enters the ID, it should be non-readable. That is whatever user enters should be displayed as "*" ( wildcard entry). Is there any way other than using a Function Module for this purpose. if not, then which function module i should use to achieve this?

Thanks.

Regards,

Chetan

1 REPLY 1

madan_ullasa
Contributor
0 Kudos

hi,

Use the following FM to encrypt

CALL FUNCTION 'FIEB_PASSWORD_ENCRYPT'

Use the following FM to decrypt

CALL FUNCTION 'FIEB_PASSWORD_DECRYPT'

By these FM you can encrypt & decrypt any fields of the Program.

Regds,

Madan..