Get the object identifier for the viewer (called VIEWER) in the frame, and then load and instantiate an SCL list model object.
   call notify( '.', '_getWidget', 'VIEWER',
                view_id );
   engclass = loadclass
              ( 'SASHELP.FSP.LIST_M.CLASS' );
   model = instance( engclass );