Application Development 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: 

Encrypting data

Former Member
0 Kudos

Hi,

I want to encrypt data before sending it via an RFC call.

I want to know if there is any function module(or any other way) which can be used to encrypt data based upon the various popular encryption algorithms(like RSA, DES) so that it can be provided as a plugin feature to the client where he can choose whatever algorithm he wants to and is not restricted by my choice.

Please help me and thanks in advance.

Vikas

3 REPLIES 3

Former Member
0 Kudos

Hello Vikas,

have a look at the thread

0 Kudos

Hi Frank,

It was real good of you to provide that link but it does not help me much because it talks about ncoding URLs in HTTP requests.

What I exactly require is some functionality using which I can encrypt my parameters(like an internal table) to an RFC call. I want to use standard encryption algos like RSA,DES for this purpose so that we can provide this functionality as a plugin to the user.

Pls help...

0 Kudos

Vikas,

you might want to look into SSF (Secure Store & Forward) Architecture:

http://help.sap.com/saphelp_nw04/helpdata/en/f0/3fb6388d35bf51e10000009b38f8cf/frameset.htm

I am not aware of standalone ABAP functions / classes in standard R/3 that would fit your need for strong encryption.