Get the table's object identifier and set the data set.
init:
   call send(_frame_,'_getWidget',
             'table',tabid);
   call send(tabid,'_setDataset',
            'sasuser.class');