cancel
Showing results for 
Search instead for 
Did you mean: 

SAP .net Connector encryption

Former Member
0 Kudos

How does the .net connector send data between the application and SAP by default? Is it plain text, binary, encoded or does it have some basic encryption?

Accepted Solutions (0)

Answers (1)

Answers (1)

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Gowtham,

well, there is no real default for this as it depends on your destination configuration.A simplified summary:

In general one can say, that there is a binary transfer of the data,  depending on the parameter type there is also compression. In case the function module is flagged to support basXML serialization, it is a binary XML representation and the whole data stream is compressed.

In case your destination is configured to use SNC and SNC_QOP is signalling a level of hgh security and the used SNC library is supporting it, the line will be encrypted.

Best regards,

Markus