cancel
Showing results for 
Search instead for 
Did you mean: 

About hiding password in monitor

Former Member
0 Kudos

Hi All¨

I am sending a user password from sap system to a third party system via XI , I do not want anyone to se the password in the monitor , how can I hide it.

thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

There is no direct way to restrict a specific field in sxmb_moni

The good option would be restrict the overall access of the user. See this

/people/michal.krawczyk2/blog/2006/01/02/xi-sxmbmoni--controlling-access-to-message-display

Regards,

Prateek

Former Member
0 Kudos

Hello Mader,

just use some FM to do that

take a look at this one:

FIEB_PASSWORD_ENCRYPT

this is probably something very easy but

is encrypts a given string

so you may have a look at it

to create your own

and also Look at this link...

http://help.sap.com/saphelp_nw04/helpdata/en/f7/c2953fc405330ee10000000a114084/frameset.htm

******Reward points,if found useful

Former Member
0 Kudos

Hi,

You could use the SAML based Principal propagation concept for this kind of activity.

But you need to use either RFC, proxy or SOAP adapter only.

It will create SAP Assertion ticket as per the User ID and Password the login User ID and Password that will be of SAP side.

Principal propagation means the ability to forward the user context of a message unchanged from the sender to the receiver.

the message is executed under the same user in all participating messaging components.

In such ..

Users to be propagated must be maintained in the messaging components with the same name as in the sender system. For security reasons, we recommend that you create these users as users of type system and not as dialog users. These users must be assigned the role SAP_XI_APPL_SERV_USER.

If you use access control lists (ACLs) for messages with specified sender systems or interfaces (see SAP Note 852237), these ACLs must include propagated application users if principal propagation is applied.

I hope the below links are useful..

refer

Principal Propagation in SAP XI

/people/alexander.bundschuh/blog/2007/01/16/principal-propagation-in-sap-xi

Principal Propagation with SAP NetWeaver Process Integration 7.1

/people/alexander.bundschuh/blog/2007/08/06/principal-propagation-with-sap-netweaver-process-integration-71

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/808d3048-638c-2a10-35a6-faa48e50...

http://help.sap.com/saphelp_nw04/helpdata/en/45/0f16bef65c7249e10000000a155369/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/45/345d11a7993446e10000000a155369/frameset.htm

/people/alexander.bundschuh/blog/2007/08/06/principal-propagation-with-sap-netweaver-process-integration-71

Thanks

Swarup

Edited by: Swarup Sawant on Apr 9, 2008 12:37 PM

Edited by: Swarup Sawant on Apr 9, 2008 12:38 PM