In version 5.x the best approach consists of doing a universe on the repo itself. The table OBJ_M_DOCUMENTS has all you need. Just hack into it and you’ll find what you need.
For instance, here you have a SQL that will retrieve your DeskI (aka FC) reports:
select M_DOC_C_NAME from OBJ_M_DOCUMENTS
where
M_DOC_N_TYPE=1
In case you are dealing with a migration involving security subsystem too, and in case this security subsystem is huge and difficult to restore, keep in mind that you can still recover it in a XIr2-like way, without losses on your security model, and without hassles on XIr2 administration side.
and for XIr2 document list ; there is several way to do that :
[list] BOXI Repository Documentor excel vba to extract the list of doc
several third parties tools
[/list]