cancel
Showing results for 
Search instead for 
Did you mean: 

Encrypting/Hiding messages in PI using "Sensitive Data" Option in Service Interface

narendar_gaddam
Explorer
0 Kudos

Hi Every one,

We are going to implement interfaces in SAP PI 7.31 dual stack based on below tasks

Q1: How to Encrypting/hiding Messages in PI using "Sensitive Data" option in Service interface.

Q2: How to Hide Payloads by Customizing roles in ABAP and JAVA stacks?

Q3: How can we hide/mask only few fields in a payload?

Please let me know the solutions for above questions .

Thanks in Advance

Regards,

Narender

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

3 - is not possible at the moment to my knowledge

0 Kudos

Hello Narendra,

Q2: Please consider also the new blacklist feature for the AE payload hiding as per note 2177275 - Message Monitoring: deny payload display authorization.

Mark

narendar_gaddam
Explorer
0 Kudos

Hi Mark,

Can you please provide link for(2177275 - Message Monitoring: deny payload display authorization)

Thanks,

Narendra

KarthikBangeraM
Active Participant
0 Kudos

Hi Narendra

Note sure of the 1st question. Below are possible solutions for the rest.

Q2: How to Hide Payloads by Customizing roles in ABAP and JAVA stacks?

You can refer the below link from Michal for your requirement.

http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/10/06/michals-pi-tips-authorizations-fo...

Q3: How can we hide/mask only few fields in a payload?

For this, it would be better if your source is encrypting the data and if you need to do mapping transformations, you can decrypt, map and then encrypt the data.

Regards,

Karthik

iaki_vila
Active Contributor
0 Kudos

Hi Narendra,

Q1: How to Encrypting/hiding Messages in PI using "Sensitive Data" option in Service interface

Check this link Encrypting Message Content on Database Level - SAP NetWeaver Process Integration - SAP Library

Depending your PI version you can use the PGP encryption module:

Q2: How to Hide Payloads by Customizing roles in ABAP and JAVA stacks?

Check Michal's blog

Regards.