public ICFBamDataScopeObj createDataScope(ICFBamDataScopeObj Obj) {
   ICFBamDataScopeObj obj = Obj;
   CFBamDataScopeBuff buff = obj.getDataScopeBuff();
   ((ICFBamSchema) schema.getBackingStore())
       .getTableDataScope()
       .createDataScope(schema.getAuthorization(), buff);
   obj.copyBuffToPKey();
   obj = obj.realize();
   return (obj);
 }