Application Development 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: 

Problem with GUI_UPLOAD

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

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.