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

Is RFC Secure ?

Former Member
0 Likes
431

We are planning to build an interface from an non-SAP system to SAP. The non-SAP system can talk to SAP using RFC. One of the requirements of this interface is to secure the communication channel or encrypt the data because it is sensitive in nature. This is NOT an external (B2B) communication. The non-SAPsystem does NOT support SNC. Does anyone know what kind of security features does plain RFC offer? Is all the data in a RFC call encrypted?

We are planning to build an interface from an non-SAP system to SAP. The non-SAP system can talk to SAP using RFC. One of the requirements of this interface is to secure the communication channel or encrypt the data because it is sensitive in nature. This is NOT an external (B2B) communication. The non-SAPsystem does NOT support SNC. Does anyone know what kind of security features does plain RFC offer? Is all the data in a RFC call encrypted?

1 REPLY 1
Read only

Former Member
0 Likes
345

- Webservices have SSL feature

- don't know about RFC --> encrypt the data yourself and decrypt at arrival ?

good luck,

Rolf