Application Development 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: 

Current Actual User

Former Member
0 Kudos

Hi,

How can I check (which table or FM) who use payroll transactions like for example PC00_M18_CALC...

Or which tables despite usr41 are used in SM04

Regards,

Joanna

7 REPLIES 7

Former Member
0 Kudos

Use function module "THUSRINFO"

Thanks

Ganesh

0 Kudos

FM "THUSRINFO" shows list of user in system but if there open more than one transaction tcode is not shown.

I need to find name of transaction and after users who current use it.

Any idea?

Joanna

Former Member
0 Kudos

Check this FM:

ENQUEUE_READ

Regards

0 Kudos

Chandra, could you give some more detail about FM ENQUEUE_READ?

Joanna

0 Kudos

It will display all locked entries, it also shows the corresponding tables and transactions.

Regards,

Former Member
0 Kudos

Hi,

PLs try this way try to find the authorizations for the Transaction code you are using then we can get the list of users using the FM related to AUTHORITY_CHECK for the Tcode.

This FM we set will return 'OK' for a particulaer user and for the given Tcode AUTHORITY_CHECK_TCODE.

First get the users list and read the each user and use this FM to get that value for authorizations.

Try out this way. Hope it will resolve your issue.

Regards

Lekha

Former Member
0 Kudos

I found FM TH_LONG_USR_INFO but I need something exacly opposite, I need import to FM transaction and get users.

Some one help me, or at least explain what is ide of

call 'ThUsrInfo' id 'OPCODE' field opcode_long_usr_info

id 'USER' field user

id 'TAB' field user_info-sys.

Maybe I could write it myself adding id like 'TCODE', any ideas?

Joanna