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

Encrypt file

Former Member
0 Likes
290

Hi,

we want to transfer personal data from sap to non-sap system. Therefore we need to encrypt the data. The data should be transfered in a file. What are the opportunities via abap to encrypt datafiles. I do not found something useable.

Thanks in advance

1 REPLY 1
Read only

Former Member
0 Likes
258

Given a situation like this, that the data is going from SAP to a Non-SAP system. I would suggest that you use some kind of third party tool to encrypt after the file has been created in SAP system and then once its transferred to the Non-SAP system, you can use the same tool to decrypt it.