Application Development and Automation 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: 
Read only

for encrypting password

Former Member
0 Likes
548

hi everyone,

is there any FM to use so that one can encrypt the password.

it shud show the password as only set of asterix's i.e **********

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
515

hi ,

you can check with fm DP_SCRAMBLE_STRING

it will scramble your data and show something different then original but not *******.

hope it will be helpful to you.

thnks

hi everyone,

is there any FM to use so that one can encrypt the password.

it shud show the password as only set of asterix's i.e **********

2 REPLIES 2
Read only

Former Member
0 Likes
516

hi ,

you can check with fm DP_SCRAMBLE_STRING

it will scramble your data and show something different then original but not *******.

hope it will be helpful to you.

thnks

Read only

GauthamV
Active Contributor
0 Likes
515

hi,

no function module is required for this.

just open your screen layout from se51 and double click on the field for which you want astreick ****** and in attributes click display and select invisible.