Skip to Content
0
Former Member
Apr 28, 2005 at 07:42 AM

About System function

447 Views

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~~