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 field in customer master data

Former Member
0 Likes
522

I am looking for a way to encrypt certain fields in the customer master data. Would I need to use the SAP Crypto Library for this?

I am looking for a way to encrypt certain fields in the customer master data. Would I need to use the SAP Crypto Library for this?

2 REPLIES 2
Read only

Former Member
0 Likes
443

Which field?

For standard SAP programs, you can take a look into "SSF" (Secure Store and Forward) for confidential fields.

But you cannot use this mechanism for custom programs (you will find the discussions about this in the same threads when searching for "SSF".

Cheers,

Julius

Read only

Former Member
0 Likes
443

The short answer to your question is "YES". However, this won't help much. You'll also need to use SSF (as Julius pointed oput already) and a working PKI including key management (not so easy as well).

Do you need to store credit card numbers? If yes, please also have a look at the PCI DSS documents....