cancel
Showing results for 
Search instead for 
Did you mean: 

equivalent of SM50 in Java only systems

Former Member
0 Kudos

Experts:

I want to see if on EP700 GUI I can see following info:

1) the users, job names, CPU, job status on different work processes, similar to SM50 in ABAP stack;

2) in non-ABAP UME, the user info , similar to SUIM in ABAP.

Thanks !

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Christy,

1) the users, job names, CPU, job status on different work processes, similar to SM50 in ABAP stack;

- Yes, from technical point of view, you can find similar info in Java from IRJ portal link.

http://<hostname>:5XX00/irj/portal

System Administration --> Monitoring --> Request Overview and Thread Overview.

2) in non-ABAP UME, the user info , similar to SUIM in ABAP

- I am not sure whether we can get same info as SUIM in Java. But you can explore the user details from the following IRJ portal navigation.

User Administration --> Identity Management.

As Kiran said, you will see threads instead of work processes in Java.

Hope your query is answered.

Thanks,

Siva Kumar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

1) The users, job names, CPU, job status on different work processes, similar to SM50 in ABAP stack;

In java system you won't see any work process. Instead of work process you will see the server nodes.

Server nodes consist of threads.

Using Visual admin and Telnet you can check the user threads (sessions) logged onto the system.

2) in non-ABAP UME, the user info , similar to SUIM in ABAP.

Using identity management you can check the users information.

I hope it will help you.

Regards,

Kiran .V