Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem while down loading file to apss server

Former Member
0 Likes
381

Hi Experts,

I am facing problem while downlaoding file to apps server,

I am getting sy-subrc = 8 & getting the error that file could not be created.

How can I rectify it .

Thanks in Advacne.

Regards,

Iff

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
363

Are you sure that the file path exists? Is the path shared and do you have authority to it.

Regards,

Rich Heilman

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
364

Are you sure that the file path exists? Is the path shared and do you have authority to it.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
363

Hello,

SY-SUBRC = 8:

File could not be opened.

This is due to may the file name will be wrong.

Or u don't have authorization to write a file in that particular folder.

Check in Tcode AL11 wther that file path is avilable or not.

Vasanth