The PDF Files From Application Server - SAP Q&A
The PDF Files From Application Server - SAP Q&A
(http://www.sap.com/)
(https://community.sap.com)
(/users/login.html?
redirect_to=%2Fquestions%2F10006380%2Fdownload-
the-pdf-files-from-application-server.html)
Ask a Question (https://answers.sap.com/questions/ask.html) Write a Blog Post (https://blogs.sap.com/wp-admin/post-new.php) Login (/users
Former Member
Download the pdf les from application server
May 15, 2013 at 10:36 AM | 648 Views
stions%2F10006380%2Fdownload-the-pdf- les-from-
pplication-
ta%3D10006380%26s_csrf%3D1607332323798.532)
0
stions%2F10006380%2Fdownload-the-pdf- les-from-
data%3D10006380%26s_csrf%3D1607332323798.532)
pplication-
(/users/login.html?redirect_to=%2Fquestions%2F10006380%2Fdownload-the-pdf- les-from-application-
Follow
server.html%3Fs_action%3Dfollow%26s_csrf%3D1607332323798.532) RSS Feed
Hi Experts,
I need to download all the pdf les stored in the directory from the application server.
Please suggest how to download all the pdf les at once from the above path of application server to the presentaion server ( my desktop).
Thanks
Parag
Assigned Tags
Related questions
2 Answers
Hi Parag,
uestions%2F10006380%2Fdownload-the-pdf- les-from-
data%3D10006484%26s_csrf%3D1607332323798.532)
FchildToView%3D10006484%23answer-
0
There is no standard transaction to download
uestions%2F10006380%2Fdownload-the-pdf- les-from-directly. But you can write your custom program which shall read all the les on the application server and download it to
FchildToView%3D10006484%23answer-
_data%3D10006484%26s_csrf%3D1607332323798.532)
a speci c location in PC.
You can use the FM EPS_GET_DIRECTORY_LISTING to list all the les on a particular directory.
Sriranjani Chimakurthy. /
Add a Comment (/users/login.html?redirect_to=%2Fquestions%2F10006380%2Fdownload-the-pdf- les-from-application-
server.html%3Fs_action%3Dcomment%26s_data%3D10006484%26s_csrf%3D1607332323798.532) |
Alert Moderator (/users/login.html?redirect_to=%2Fquestions%2F10006380%2Fdownload-the-pdf- les-from-application-
server.html%3Fs_action%3Dreport%26s_data%3D10006484%26s_csrf%3D1607332323798.532) |
Share
2 Comments
Best Regards
Marcin Cholewczuk
Show all
Hi,
uestions%2F10006380%2Fdownload-the-pdf- les-from-
data%3D10008071%26s_csrf%3D1607332323798.532)
FchildToView%3D10008071%23answer-
0
You can call the FM EPS2_GET_DIRECTORY_LISTING
uestions%2F10006380%2Fdownload-the-pdf- les-from- like as shown below:
FchildToView%3D10008071%23answer-
_data%3D10008071%26s_csrf%3D1607332323798.532)
IF sy-subrc NE 0.
ENDIF.
*This will read the PDF les only make sure you have the extension of the le as .pdf when you *upload to AL11
LOOP AT gt_ lelist INTO w_ lelist WHERE name CP '*.pdf'.
ENDLOOP.
Cheers,
Arindam
I think you have the paths wrong.I think the target path is 'C:\Parag\pdf TEST_201305080549.pdf (http://TEST_201305080549.pdf)' and path is '/tempspace/pdf/saleord' also I think you have to give
the full path i.e. along with the name of the le. Something like
and
Cheers,
Arindam
Show all
Before answering
You should only submit an answer when you are proposing a solution to the poster's problem. If you want the poster to clarify the question or provide more information, please
leave a comment instead, requesting additional details. When answering, please include speci cs, such as step-by-step instructions, context for the solution, and links to
useful resources. Also, please make sure that you answer complies with our Rules of Engagement.
Please provide a distinct answer and use the comment option for clarifying purposes.
Find us on