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

ABAP Debugger: hiding password field value

Former Member
0 Likes
855

Hi to all !!

I'm using a screen with password type field. Is there a way to prevent to see what this field contains in debugger?? I don't want smart users with ABAP skills to play with it and see the password.

Thanks,

Yuval at Cellcom.

Hi to all !!

I'm using a screen with password type field. Is there a way to prevent to see what this field contains in debugger?? I don't want smart users with ABAP skills to play with it and see the password.

Thanks,

Yuval at Cellcom.

2 REPLIES 2
Read only

Former Member
0 Likes
600

Hi!

Call Function Module "SCRAMBLE_STRING" OR "DP_SCRAMBLE_STRING" that calls system function 'AB_RFC_X_SCRAMBLE_STRING' to scramble the password.

Gisk

Read only

FredericGirod
Active Contributor
0 Likes
600

Hi Yuval,

If your user could debug the screen, he will show his password. Not the password of other users.

Frédéric