Eine noch bessere Idee gibt es nicht?
set collA = View.getAllDOcumentsByKey( "~~~++++**~~" , true )
forall strK in doc.SGruppe
set collB = view.getAllDOcumentsByKey( strK , true )
set doc = collB.GetFIrstDocument
While not doc is Nothing
call collA.AddDocument( doc )
......
...
End forall