cancel
Showing results for 
Search instead for 
Did you mean: 

MII security with SAP on transactions

Former Member
0 Kudos

Hi,

I have a question about security.

We use MIIUser to communicate with SAP, so all transactons are written to SAP as MIIUser.

We would like the actual user account name in the transaction log.

Is it possible to set a variable that writes the user account name instead of xmiiuser as the executer of the transaction?

Thanks

Andy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Andy,

I'm thinking that you could use the EventLogger action to add a message to the Netweaver Log. With any of the permanent session properties, if you create a transaction property with the same name (case-sensitive) as one of these session properties and the Autobind property of the Xacute Connector is set to true, the value will be automatically linked to the transaction property. Thus, if you create a transaction property called "IllumLoginName" you should be able to capture the name of the currently logged in user and write it to the log file.

Kind Regards,

Diana Hoppe

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Andy,

maybe the following thread also helps:

[Pass user name from MII to SAP R/3|]

Michael