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

function module os390_encrypt

Former Member
0 Likes
769

hi experts,

there is a FM (OS390_encrypt), for encryption, it is working in our SAND box server, but when we execute in our DB server it is not working

our version in SAP R/3 is 4.7 and BI.7.

waiting for ur response

thanks in advance

regards

kumar

6 REPLIES 6
Read only

Former Member
0 Likes
743

Hi

Try this for encryption and decryption *'FIEB_PASSWORD_ENCRYPT' *

*'FIEB_PASSWORD_DECRYPT' *

You can't use these FM to decode user passwords.

Be very careful, because once the string has been encrypted the decryption side is the only way to get it back.

<removed_by_moderator>

Regards

Divya

Edited by: Julius Bussche on Jul 10, 2008 12:00 PM

Read only

0 Likes
743

hi,

thanks for ur answer

this FIEB* function do not use any key for encryption.

but OS390_encryption uses a key for encryption which we require.

regards

kumar

Read only

0 Likes
743

hi experts,

please help me out on this

Read only

matt
Active Contributor
0 Likes
743

In what sense does it "not work".

matt

Read only

0 Likes
743

hi,

when we are executing the FM(os390_encrypt) it's not giving any out put and no error also.

actually it should give encrypted value

regards

kumar

Read only

0 Likes
743

hi,

can any one help me on this