2010 Nov 12 3:33 PM
Hi Experts,
I have a requirement where I have to download Archive documents to a location locally on Presentation server.
I am using transaction OAAD and function-module 'ARCHIVOBJECT_DISPLAY' for reference. With FM 'ARCHIVOBJECT_DISPLAY' I can view the document.
The documents are stored and open in PDF format.
I have written a report using tables TOA01, TOA02 & TOA03 and producing a list report of archive documents. I can select one line in my report and read/view one archive documents. How can I select multiple lines in my report to download multiple documents (and not open it) to a location defined by user.
Please suggest.
Thanks
2014 Feb 06 3:26 PM
Hello Rai
I used following ABAB Code, which works in Background mode (sy-Batch), as well as a foreground mode.
gruess leo
2014 Feb 06 4:13 PM
This download will happen in foreground right..? If yes then you can read archive contents of each selected doc and use GUI_DOWNLOAD
2014 Feb 07 5:42 AM
Hello nabheet,
can you Show me an example who works which the GUI_DOWNLOAD in the Background Job? Therfore I have deposited ths ABAP code here.
greetings leo