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

Update Database table using SM31

Former Member
0 Likes
569

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 ?

3 REPLIES 3
Read only

Former Member
0 Likes
527

See the type of the field you are using in the database table as your encrypted password should be of type X.

Regards,

AMAN

Read only

0 Likes
527

sry..

this didn't helped me..

but my problem has been resolved...

thanks for ur reply..

Read only

Former Member
0 Likes
527