Get the object identifier for the table editor (called TABLE) in the frame, and then load and instantiate the subclass of the table model (in this example called CATENG) object.
   call notify( '.', '_getWidget', 'TABLE',
                tabid );
   engclass = loadclass
              ('WORK.EXAMPLE.MYLISTM.CLASS');
   model = instance( engclass );