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

Dataset problem

Former Member
0 Likes
812

Hi Guys,

I am trying to download a file in the application server. It is giving me the error "Download File Already Exists. Created by <my user id>". I have checked and all datasets are closed. But if I check in AL11 there is nothing by that name.\

Please suggest.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
760

Hello,

If the system says that the file already exists in the application server, you should be able to find the file manually in the path you mentioned. Else use OPEN DATASET FOR APPENDING and check if the file is getting appended.

Vikranth

5 REPLIES 5
Read only

Former Member
0 Likes
760

Custom program? If so, check the code and how the program handles the return code.

Read only

Former Member
0 Likes
761

Hello,

If the system says that the file already exists in the application server, you should be able to find the file manually in the path you mentioned. Else use OPEN DATASET FOR APPENDING and check if the file is getting appended.

Vikranth

Read only

0 Likes
760

There is no file in AL11 by the name I entered in my program.

Read only

0 Likes
760

How are you getting the message "Download File Already Exists"? Are you manually handling the error messages after OPEN DATASET based on the sy-subrc value? I dont think any system message will appear after OPEN DATASET

Read only

Former Member
0 Likes
760

Ankur,

Hope you can get the your answer in this link. Please go through this.

Link: [File in AL11| ;

Edited by: Mishra.Manas on Apr 13, 2010 1:27 PM