Skip to Content
0
Former Member
Oct 15, 2013 at 10:43 PM

File Access via ABAP-Report

56 Views

Hello experts,

For a customer image data are stored to an external server; the data should be checked for their existence. The data are stored in the following way:

\\sparnas01\retailbilder\JPG_big\9163.jpg

\\sparnas01\retailbilder\JPG_big\9333.jpg

\\sparnas01\retailbilder\JPG_big\9991.jpg

[…]

The file server \\sparnas01\ can be reached in the internal network.

Now a ABAP report needs to be developed which will be able to check the existence of such files.

I cannot use the SAP GUI Service to check the files, because the report will run in the background as job.

How can I access to these files to check the existence?

Thank you very much for your help in advance.

Best regards,

Kurt