2008 May 17 9:00 AM
Hi,
my problem is to get active sessions of a specific user
(as I can see from SM04, selecting a row and clicking "Session")
The program behind SM04 is RSM04000_ALV;
the
call 'ThUsrInfo' id 'OPCODE' field opcode_list
id 'TABUSR' field usr_tabl-sys
get the info about the logged users (first screen of SM04).
Then, the details are shown in dynpro 2000 that contains a
module syst-okopo that does not exixts, and it's impossible to see in debug what happens!!!
Please Help
Thanks a lot
A.try to use this
CALL FUNCTION 'TH_LONG_USR_INFO'
EXPORTING
user = sy-uname
TABLES
user_info = usr_tabl.
2008 May 17 11:50 AM
Hi,
try to use this
CALL FUNCTION 'TH_LONG_USR_INFO'
EXPORTING
user = sy-uname
TABLES
user_info = usr_tabl.
Reward if helpfull...
Cheers,
Sundar.
2008 May 17 11:56 AM
hi check this...
http://help.sap.com/saphelp_nw04s/helpdata/en/45/e667ae3a704eb9853a5e20f92b92d8/frameset.htm
regards,
venkat