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