Thanks Oleg Kravchuk for reply!
First:I want delete these records because these recorders (Documents posted to Register) has been delete but records in Register losing references to recorder still existent; And if uses query with BalanceAndTurnovers from Register then result return is wrong. So I need delete these records to recalculating totals of Register.
Then I want to cover the trouble "Some records in Accounting,Accumulation Registers losing references to recorder": My customer have Financial department in Head office, Sales and Inventory manager department in branch office; I uses and configure exchange plans to auto synchronization data between two Nodes.
And I noticed: The first when method ExchangePlans.WriteChanges() at the MasterNode, all documents just posted will be auto blocked by system, if at this the moment user opening the document and click undo posting whiles system sent error message to user. But user trying save the document with writemode undo posting until method ExchangePlans.EndWrite(), document saved successfully and then user delete the document. Result in XML message file will included record of the document posted while the document nonexistent. Then at the SecondaryNode read that message, the trouble "Some records in Accounting,Accumulation Registers losing references to recorder" to appear.