‎2007 Jan 05 1:35 PM
Hi,
I need to update a database table. I've a field "<b>password</b>" in the table ZTAB.
When i input password and then press enter, password is encrypted and encrypted password is shown in the table control. But that is not being updated in the database table. When I see the contents of the table, original password( actual value not encrypted value) is stored there.
i used FM <b>HTTP_SCRAMBLE</b> for encrypting the password.
How encrypted value can be stored in the database table.... actually I am not able to see the table name in the whole module-pool program for the table.
can anyone help me out ?
‎2007 Jan 05 8:36 PM
See the type of the field you are using in the database table as your encrypted password should be of type X.
Regards,
AMAN
‎2007 Jul 03 10:54 AM
sry..
this didn't helped me..
but my problem has been resolved...
thanks for ur reply..
‎2007 Jul 08 1:53 AM