cancel
Showing results for 
Search instead for 
Did you mean: 

Active users in OS level

Former Member
0 Kudos

Dear All,

We are running the UNIX has a OS level. for which now we are in the necessary to get the report for every 1 hour.

So we are seeing in SAP through ALL11 T-Code , but we thought of getting at OS level, Kindly tell me who to get the active users from the unix,For information we are having ORACLE has DB .

Thanks

S SURESH

Accepted Solutions (1)

Accepted Solutions (1)

former_member204746
Active Contributor
0 Kudos

other possibility, write an ABAP to fetch user list and write this down to an OS file.

schedule this program and set its start condition based on an event.

now, at OS level, simply call that event with program SAPEVT

Answers (3)

Answers (3)

samrat_mutukuri
Explorer
0 Kudos

We dont have an option other than viewing from SAP level. .it seems so..

former_member204746
Active Contributor
0 Kudos

you can run an external command in SAP.

check the following blog to get to know how:

http://www.saptechies.com/how-to-execute-and-external-os-command-in-sap/

Former Member
0 Kudos

Hi,

If you have the access to OS you can use the command who -a command to get the active user list at OS level

Thanks

Chaitanya

markus_doehr2
Active Contributor
0 Kudos

> If you have the access to OS you can use the command who -a command to get the active user list at OS level

He wants to have the SAP users on Unix level, not the operating system users.

Markus

markus_doehr2
Active Contributor
0 Kudos

> We are running the UNIX has a OS level. for which now we are in the necessary to get the report for every 1 hour.

which report?

> So we are seeing in SAP through ALL11 T-Code , but we thought of getting at OS level, Kindly tell me who to get the active users from the unix,For information we are having ORACLE has DB .

AL08 will show you all active users across all instances.

There's no easy way of getting that information without C programming from OS level.

Markus

Former Member
0 Kudos

Thanks Markus ,

sorry for the wrong information . i am seeing AL08 T-CODE only,

i like to know how to find the active user list in UNIX , (tat is it should be same as the al08 t-code ) so tat i can publish as report

Kindly help

Thanks

S SURESH

markus_doehr2
Active Contributor
0 Kudos

> i like to know how to find the active user list in UNIX , (tat is it should be same as the al08 t-code ) so tat i can publish as report

Please read my reply.

Without programming this is not possible.

Markus