Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

terminal name in extract of SAP Audit Log

Former Member
0 Kudos

Has anyone been successful in including the terminal name when extracting the SAP Audit Log to an external tool? We've used sample program RSAU_READ_AUDITLOG_EXTERNAL; which works well be does not include the terminal name.

Any insight would be appreciated.

Regards,

Eric

3 REPLIES 3

mvoros
Active Contributor
0 Kudos

Hi,

can't you use RSAU_SELECT_EVENTS? BTW I wouldn't rely too much on terminal name but it depends on your network.

Cheers

Former Member
0 Kudos

We haven't tried anything other than RSAU_READ_AUDITLOG_EXTERNAL so we'll have a look at your suggestion.

0 Kudos

Hi Eric,

RSAU_SELECT_EVENTS should get you the required information. Another alternative is to have a custom program developed by using/activate the user exit in FM EXIT_SAPLSUSF_001 - module TH_USER_INFO and TERMINAL_ID_GET. This way the information can be populated in a custom table and can be used for reporting purpose.

If you are only looking at the active users, you can use USR41 table, which gives you this information.

Hope this helps!!

W.Rgds,

Raghu