Hi Experts,
We have a scenario in which user sends confidential data from DB to PI to ECC.
In receiver side i am using one BAPI to post data in ECC.
User wants that data should not be visible in SXMB_moni or on java stack.
I was looking for possible solutions.
I have thought of 2 approaches.
1- I will use the Payload Hiding Concept by restricting the ability of users to view the payload of message.
Check SAP Note: 1370334 for Payload Hiding in Java and 1645413 for Payload Hiding in ABAP.
2- As suggested by william li
How about getting the value encrypted, just like William Li has described in this Document:
Developing Adapter User-Module to Encrypt XML Elements in Process Integration 7.1
but i have few questions about this approach
My SAP PI is on AIX server. will there be any difference between windows based and AIX based libraries used in this module?
Will libraries name used in this module will be same for AIX based server and Window based server or will be different?
William has done this implementation on SAP PI 7.1 but i am using SAP PI 7.3.
Again my question is:
Will libraries name used in this module will be same for SAP PI 7.1 and SAP PI 7.3 or will be different?
Please experts suggest me....
Thanks & Regards,
Sandeep Sharma