cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding few fields of Payload

Former Member
0 Kudos

Hi Experts,

I am working on RFC to JavaProxy Scenario, wherein I have done mapping for the secure fields like credit card number.

As a result, the same field is appearing in the payload as well.

Is there any way to hide fileds of credit card number?

Please suggest.

Regards,

Sushama

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi Sushama,

My suggestion would be to use a adapter module which will encrypt the confidential data from RFC.

And if you need to do any mapping of those encrypted field, then:

1. decrypt

2. map a

3. encrypt

The steps 1, 2, 3 can be done either in a java mapping or by using a java code udf

Regards

Suraj

stefan_grube
Active Contributor
0 Kudos

> My suggestion would be to use a adapter module which will encrypt the confidential data from RFC.

That would not help. If the system admistrator enables sync logging for adapter framework, he can read the data anyway in message montor for adapter framework.

That data must be encrypted in sender application.

former_member187339
Active Contributor
0 Kudos

Hi Stefan,

>>If the system admistrator enables sync logging for adapter framework, he can read the data anyway in message montor for adapter framework.

Yes that there should not be any logging for sync messages in the adapter framework level.

Regards

Suraj

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Sushama,

please see to the following link.hope this might answer your question.

Regards

Ravi

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

Please check the following SAP Notes

Note 633462 - Encrypting credit card data

Note 1105524 - Security when displaying credit card numbers

Also check the following Thread

Regards

Abhijit