Quantcast
Channel: SCN : Unanswered Discussions - ABAP Development
Viewing all articles
Browse latest Browse all 8768

File Upload to Application Server

$
0
0

Hi Guys,

i want to copy a file from the users desktop into the filesystem of the Application server.

 

The following statements are used:

cl_gui_frontend_services=>gui_upload

...

call function 'EPS_OPEN_OUTPUT_FILE'

...

loop at l_tab_file assigning <l_string>.

         transfer <l_string> to l_filepath.

endloop.

 

 

On our Testsystem it works fine - however on a different System the Transfer statement Dumps claiming the file is not open.

The function EPS_OPEN_OUTPUT_FILE however claims to open it and runs succesfully.

 

Any Ideas what could cause this or how to figure out whats missing?

 

Enough Authorizations are given. File and path are created in Transaction AL11 / SM69

 

greetings

Klaus


Viewing all articles
Browse latest Browse all 8768

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>