cancel
Showing results for 
Search instead for 
Did you mean: 

Mass Download of DMS Document attachments

shrithar_shelvaraj2
Active Participant
0 Kudos

Hello,

I have requested a download of all PDF,Word and excel attachments from all DRW type documents on our SAP Server for DMS.
Anyone got any clues if this is possible and if so, how? (Preferably without the requirement for 3rd party software).


Regards,

Shrithar

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member185558
Active Participant
0 Kudos

Hi Shri,

Depends if it is one time or repeat reqmt,

I would create a DOC Process using BAPI_DOCUMENT_CHECKOUTVIEW2

so user can goto CV04N and search for DRW and download all files from result.

you can use standard process DMS_PROC_DOC_DELETE as template and copy

there could be effective alternatives.

Thanks and regards

former_member216702
Active Participant
0 Kudos

Hello,

You can use the bapi BAPI_DOCUMENT_CHECKOUTVIEW2

Regards

Thierry

michael_kozlowski
Active Contributor
0 Kudos

Check out FM 'ARCHIVOBJECT_GET_BYTES' to download from DMS in binary format.

former_member183148
Contributor
0 Kudos

Hello Shrithar,


   Did you try “SO_OBJECT_DOWNLOAD” FM ?


Thanks,

Kolusu