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 with GUI_UPLOAD

Former Member
0 Likes
700

when i'm trying to open F.M. GUI_UPLOAD in SE37 its giving a messge FILE_OPEN_ERROR.

i have created test.txt file with some personal numbers in. and close that file.

i'm trying to test that file in SE37.

i executed GUI_UPLOAD in se37 in provide the filename as c:\test.txt format is ASC. when i executed its giving the above error message.

the same work i done with other machine, its working overthere. why its not working with my machine.

please help me.

6 REPLIES 6
Read only

Former Member
0 Likes
662

Hi Vamsi,

Just try saving the file again and close the text file while you are executing the FM.

This may help,

Reward points if helpful,

Regards,

Tejas

Read only

Former Member
0 Likes
662

Better go to Task Manager and kill the Notepad process and run your program

or

restart your system

reward if it worked out

Regards,

Krishna k

Read only

Former Member
0 Likes
662

Hi

Check whether you have kept OPEN that file after creation.

If the file is open, you will get this error.

reward if useful

regards,

Anji

Read only

Former Member
0 Likes
662

Hi,

check whether file is avilable or not at c:\test.txt in your machine.

generally FILE_OPEN_ERROR occurs when file is not available at the specified location...

so check the location again.

Read only

Former Member
0 Likes
662

also chk whether u had give the correct filename , better copy the filename by clicking F2 on the filename instead of manually writing it

Read only

Former Member
0 Likes
662

hi,

U get this problem if the flat file is opened when u r truying to run the program....close the flat file n try it out once......n also see tht u had given the filetype also.

madhuri.