Hi,
if you are using KPRO storage you can use a select on table DMS_PH_CD1 and field "STATE". Here select all documents which are having status "0000". This value indicates that the file is currently checked out. Whereas value '0002' indicates that the file is checked in.
By using report DMS_KPRO_READ2 you can use the returned PHIO_ID then to get the document details.
Another option could be the reported explained at
https://archive.sap.com/documents/docs/DOC-32044
Best regards,
Christoph
Add comment