cancel
Showing results for 
Search instead for 
Did you mean: 

To retrive log details from Digital signatures

Former Member
0 Kudos

How to retrive the details logged using Digital Signatures?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Here is some info on [iCommands |http://help.sap.com/saphelp_mii121/helpdata/en/44/d908d1d06f3ee2e10000000a114a6b/content.htm]and [digital signatures|http://help.sap.com/saphelp_mii121/helpdata/en/45/ca9b10f63b4ebbe10000000a11466f/content.htm]. You can research the methods associated with them.

Regards,

Kevin

Former Member
0 Kudos

Hi,

You can get the details of User ID, Role, etc information by the following process:

1. Create Xacute connector with AUTOBIND on.

2. Use Xacute query and a transaction.

3. Put all the Audit variables in the Transaction as input values.

Use these variables and can save them in database as per requirements.

Please refer to the following help document:

http://help.sap.com/saphelp_xmii120/helpdata/en/45/ca9b10f63b4ebbe10000000a11466f/frameset.htm

Hope it helps!

Best Regards,

Kedar

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Have you looked in the NetWeaver logs?

Former Member
0 Kudos

Cant able to enter into Netweaver logs.Needs higher login Privilege.Me now in developer role.

As Kedar Explained I can be able to collect those details and log it in my own database.