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: 

GUI_UPLOAD WITH ASCII CHARACTERS

Former Member
0 Kudos

Hi ABAPers,

Im using GUI_UPLOAD FM...here is my parameters :

filename C:\OR.XLS

filetype ASC

has_field_separator X

My file to be upload has a format like this :

100001 DELA CRUZ, JUAN MMC

but unfortunately...upon pressing F8...there are 22 entries...which is supposed to be one record only...and there are ascii characters or confusing characters returned ...

Please Help...is there any parameters to fill-up or

Do i need to change my format in excel?

I tried the text file format and there is no problem appeared but the required is in excel file format..HELP!!!

Thanks in advance

aVaDuDz

2 REPLIES 2

Former Member
0 Kudos

Hi,

For excel upload use the following function module.

KCD_EXCEL_OLE_TO_INT_CONVERT

Reward if helpful.

Regards,

Umasankar.

0 Kudos

Hi Umasankar,

Actually i tried to use it...but there is a parameter Intern...my data is originally from excel file.and must be upload to SAP..and i cannot pass a value for the internal table from Intern parameter..How can I do this..?Thats why i used GUI_UPLOAD

Please Help

Thanks in advance

aVaDuDz