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 info table

Former Member
0 Likes
845

HI,

Is transparent table usr41 the base table for sm04 ? I want to get the details of all users currently logged in the system in my internal table. Im collecting this data from usr41 table. I just want to ensure that im doing it in a right fashion. Can any one see any drawback in it ?

BYe

5 REPLIES 5
Read only

vinod_vemuru2
Active Contributor
0 Likes
653

Hi Mac,

Use below FM to get list of users logged in at any point in time.

TH_USER_LIST

Even it gives the transaction they have opened also. If u want only user ids the delete duplicates based on user IDs after calling this FM.

Thanks,

Vinod.

Read only

Former Member
0 Likes
653

Hi

U need to replace the code of trx SM04, so the report RSM04000_ALV.

The main code should be in the routine BUILD_LIST

Max

Read only

tarangini_katta
Active Contributor
0 Likes
653

Hello Mac,

As this temporrary table u can pull the data it's ok.

But i want to know the data will be changed from time to time.

I didn't get u r business but its'a problem.

Thanks

Read only

Former Member
0 Likes
653

Hi,

Base table :usr01

Regards,

Gurpreet

Read only

Former Member
0 Likes
653

Hi

try the table USR02

Regards

Hareesh