cancel
Showing results for 
Search instead for 
Did you mean: 

how to give password fields in se11

naveen_kumar7
Explorer
0 Kudos

In se11 how to give password fields for particular field name .

Is there any conversion routine .

That password should be encrypted. not the orginal value should store.

Thanks in advance,

Naveen kumar

Moderator message: please search before posting, do not cross-post a question multiple times.

locked by: Thomas Zloch on Oct 4, 2010 1:14 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member320332
Contributor
0 Kudos

Hi Naveen,

For getting it saved in encrypted foramt in table you can check the domain of the field BCODE of USR02 table and You can encrypt/decrypt passwords using functions FIEB_PASSWORD_ENCRYPT/FIEB_PASSWORD_DECRYPT or if you want to display this field as password field ('***..') in your report or module pool then use the SCREEN-INVISIBLE parameter of the screen structure.

Regards,

Pawan