public ICFSecuritySecAppObj createSecApp(ICFSecuritySecAppObj Obj) {
   ICFSecuritySecAppObj obj = Obj;
   CFSecuritySecAppBuff buff = obj.getSecAppBuff();
   ((ICFCrmSchema) schema.getBackingStore())
       .getTableSecApp()
       .createSecApp(schema.getAuthorization(), buff);
   obj.copyBuffToPKey();
   obj = obj.realize();
   return (obj);
 }