‎2008 Nov 07 1:17 PM
how to know how many toal number of users are there , in wish transaction.
‎2008 Nov 07 1:20 PM
‎2008 Nov 07 1:24 PM
‎2008 Nov 07 2:36 PM
hit the user master data USR01 with a single query
select Count ( * ) from table
usr01 into lv_total.
‎2008 Nov 08 4:44 AM
Use SM04 trxn code and you will get the details which user is accessing which trxn code
‎2008 Nov 08 5:05 AM
‎2008 Nov 08 6:06 AM
hi,
go to tcode: SUIM..you will get the details of any user....all information you will get from here.
Arunima