Hi~
let me ask you something.
I want to get some information about users. so, I tri to
use cfuntion 'ThUsrInfo'.
I found some example like this.
data: begin of list occurs 0.
include structure uinfo.
data: end of list.
call 'ThUsrInfo' id 'OPCODE' field opcode_list
id 'TAB' field list-*sys*.
would you explain how to use this. and
what does "list-sys" mean? when I look at the structure
list... there is no field like that~~