Tool

Collector for SAP Logons

Author Info

28 May 2008 - 6:57am
Submitted by: otoquero

tool
Reads:

720

Score:
0
0
 
Comments:

0

license: 
Open

This collector executes a Query who retrieves the last succesful logons to SAP applications like R3, APO, BW.

Table USR02 from SAP application store user's logon information, the Offset used is based on the time of the events.

In the core file maybe you will need to add the name of your instance database to execute the query correctly.

This is the syntax of the query executed.

SELECT TOP {Max_Rows_To_Return}
USR02.MANDT as s_CV30, (Mandant)
USR02.BNAME as s_SUN,
USR02.USTYP as s_CV31, (User Type)
USR02.CLASS as s_CV32, (Group Type)
USR02.ANAME as s_CV33, (Creator)
USR02.ERDAT as s_Creation_Date,
USR02.TRDAT as s_Access_Date,
USR02.LTIME as s_Offset,
USR02.PWDCHGDATE as s_Last_Pass_Change
FROM USR02
WHERE USR02.TRDAT = {Current_Date} AND USR02.LTIME > {Event Time} 
ORDER BY USR02.LTIME ASC

AttachmentSize
SAP_R3_DB_600.zip142.39 KB

Author Info

28 May 2008 - 6:57am
Submitted by: otoquero




User Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <p> <a> <em> <i> <strong> <cite> <code> <img><ul> <ol> <li> <div> <dl> <dt> <dd> <h1> <b> <strong> <h2> <h3> <pre> <table> <td> <tr> <th> <blockquote>
  • Lines and paragraphs break automatically.
  • Glossary terms will be automatically marked with links to their descriptions. If there are certain phrases or sections of text that should be excluded from glossary marking and linking, use the special markup, [no-glossary] ... [/no-glossary]. Additionally, these HTML elements will not be scanned: a, abbr, acronym, code, pre.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
11 + 9 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

© 2008 Novell, Inc. All Rights Reserved.