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

Encrypting Lotus Notes - SAP interface

Former Member
0 Likes
459

Dear all,

Is there any standard best practice if you want to encrypt data transfer from Lotus Notes to SAP RFC?

Is SNC compatible with Lotus Notes?

Or should I create or implement custom algorithm in my ABAP code for corresponding RFC and also in Lotus Notes program?

Thanks for the advice

Regards,

Erick L. Panjaitan

3 REPLIES 3
Read only

bpawanchand
Active Contributor
0 Likes
422

HI

[Refer Document|http://www-12.lotus.com/ldd/doc/uafiles.nsf/docs/sap/$File/sapdoc.pdf]

Regards

Pavan

Read only

0 Likes
422

Hi, Pavan,

Thanks, but that one was not really what I'm looking for.

I've already established an interface connection from Lotus Notes to SAP. What I am looking for is, how can I encrypt the data transmission between Lotus Notes and SAP. I am looking for some way to encrypt the transferred data between those two system.

Should I create some encryption function on both system or is there any "standard", "ready to use" one.

Regards,

Erick

Read only

0 Likes
422

Without any better idea, finally we create encryption & decryption module on both systems.

Thanks.