Application Development and Automation 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: 
Read only

user list tr code

Former Member
0 Likes
868

how to know how many toal number of users are there , in wish transaction.

6 REPLIES 6
Read only

Former Member
0 Likes
819

tcode sm04 user list.

Read only

Former Member
0 Likes
819

Hi Kumar,

Please check the thread,

Best Regards.

Read only

former_member156446
Active Contributor
0 Likes
819

hit the user master data USR01 with a single query

select Count ( * ) from table

usr01 into lv_total.

Read only

former_member192897
Active Contributor
0 Likes
819

Use SM04 trxn code and you will get the details which user is accessing which trxn code

Read only

Former Member
0 Likes
819

Try tcode AL08 and SM21.

Read only

Former Member
0 Likes
819

hi,

go to tcode: SUIM..you will get the details of any user....all information you will get from here.

Arunima