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

GUI_UPLOAD

Former Member
0 Likes
930

I am calling this FM and I receive the error message 'access denied'.

Any pointers to the solution. Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
895

This often happens if the file ur trying to upload is open. Close the file and then try again

cheers,

Prashant

9 REPLIES 9
Read only

Former Member
0 Likes
895

check if the file in question is open. If yes then close the file and then try again.

Read only

0 Likes
895

This is a .CSV file, how do I close it

Read only

0 Likes
895

I mean to say that the file should not be open in windows. Please save the file, close it and then run your application .

Read only

Former Member
0 Likes
895

hi,

This exception occurs when the access to the file is denied.Check whether u have passed the file name correctly or not.

Read only

Former Member
0 Likes
895

hi ...

If the file is open then only u will get that message ....

first close the file and u will not get this error....

with regards

pavan

Read only

Former Member
0 Likes
895

Hi,

Have you tried Func Mod "ALSM_EXCEL_TO_INTERNAL_TABLE"?

This may work for you.

<b>Reward points</b>

Regards

Read only

Former Member
0 Likes
896

This often happens if the file ur trying to upload is open. Close the file and then try again

cheers,

Prashant

Read only

Former Member
0 Likes
895

Hi,

if you are uploading data from excel file, use function module

<b>ALSM_EXCEL_TO_INTERNAL_TABLE</b> insted of using <b>GUI_UPLOAD</b>.

regards,

Ashokreddy.

Read only

0 Likes
895

Hi,

Use this fm 'TEXT_CONVERT_XLS_TO_SAP' which is effective for uploading

data from excel file.

Thanks,

Sapna