2014 Mar 02 9:27 PM
hi
i have a WebDynpro url which i have a parameter in it
http://us7211.wdf.sap.corp:50021/sap/bc/webdynpro/sap/othello?p_parameter=123123.
i want to prevent the user to edit the value and might get different data, ao i want to encrypt the value '123123' so the user will get some thing like that
http://us7211.wdf.sap.corp:50021/sap/bc/webdynpro/sap/othello?p_parameter=az%wl
and in the winint method the value will be dncrypt to 123123 again.
is there a method/FM that can ENCRYPT and DNCRYPT a string?
thanks
Elad
2014 Mar 02 10:42 PM
2014 Mar 03 4:10 AM
2014 Mar 05 3:04 PM
Sorry I did not want to imply Encoding = Encrypting.
Encoding simply might help him to overcome this issue.
2014 Mar 05 3:19 PM
2014 Mar 05 5:21 PM
Hello Elad,
Use the below Function modules.
FIEB_PASSWORD_ENCRYPT
FIEB_PASSWORD_DECRYPT
OFX_ALS_PASSWORD_ENCRYPT
UIPW_ENCRYPT
UIPW_DECRYPT
Regards,
Thanga
2014 Mar 06 3:45 AM
2014 Mar 06 5:04 AM
2014 Mar 06 7:04 AM
Hi Elad,
You can refer FM 'HTTP_SCRAMBLE'.. for encrypting the string. The String is encrypted using depending on the Source (Character string), Source length (String length) and Key..
Please let me know if this is of any use.
Thanks in Advance.
Regards,
Rajesh