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

Function ThUsrInfo

Former Member
0 Likes
1,065

ThUsrInfo worked before in 3.1 but no longer works in 7.0. The data is not getting populated in usr_tabl. Does anyone know if anything changed with this function in 7.0.

call 'ThUsrInfo' id 'OPCODE' field OPCODE_list

id 'TAB' field usr_tabl-sys.

2 REPLIES 2
Read only

Former Member
0 Likes
587

Hi Linda,

Please use the Function Module TH_USER_INFO.

Reward Points if the above was useful.

Regards

Abhishek Raj.

Read only

0 Likes
587

This won't work for us. I need to have a table parameter in there to capture all sessions and TH_USER_INFO does not have an option to fill a table.