2005 Jun 30 2:57 PM
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.
2005 Jun 30 3:28 PM
Hi!
Call Function Module "SCRAMBLE_STRING" OR "DP_SCRAMBLE_STRING" that calls system function 'AB_RFC_X_SCRAMBLE_STRING' to scramble the password.
Gisk
2005 Jun 30 3:28 PM
Hi Yuval,
If your user could debug the screen, he will show his password. Not the password of other users.
Frédéric