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

Excel upload problem

Former Member
0 Likes
1,256

Hi Friends,

I am trying to upload data from Excel file to internal table using "GUI_UPLOAD". My SAP system is on low patch and it is not supporting any OLE FM to upload Excel into internal table.

I am facing problem whenever excel cell contain text with ',' or ". When I upload text contain those text, internal table will come with extra ".

Could you please suggest way to overcome?

Thanks & Regards

9 REPLIES 9
Read only

Arun_Prabhu_K
Active Contributor
0 Likes
1,033

Hi Amit.

Try using the FM TEXT_CONVERT_XLS_TO_SAP for uploading data from Excel to Internal table.It works fine.

Cheers.

Read only

former_member222709
Contributor
0 Likes
1,033

Hi Amit,

These are identifiers that are used by Excel. Hence, the simplest way to overcome this problem is to save your excel file as a 'Tab delimited text file' and upload the text file.

Regards,

Pranav.

Read only

Former Member
0 Likes
1,033

Dear amit,

try to use filetype 'dbf' then try to upload xls file.

Read only

Former Member
0 Likes
1,033

Hi

Try to save the excel file as MS 97-2003 version. Then use the FM "TEXT_CONVERT_XLS_TO_SAP" instead of GUI_UPLOAD.

Read only

Former Member
0 Likes
1,033

hi Amit,

use TEXT_CONVERT_XLS_TO_SAP FM. it will work fine. but plese take care it did't work for xlsx type of file so save your file in 2003 format and then uupload it.

Cheers,

Ankitesh

Read only

0 Likes
1,033

Hi,

Try FM ALSM_EXCEL_TO_INTERNAL_TABLE to upload from Excel to Internal Table

Regards/Ali

Read only

0 Likes
1,033

Hi,

Can you use this funcation module alsm_excel_to_internal_table this funcational module work direct Excel to internal table please check .

Thanks & Regards

BRS

Read only

0 Likes
1,033

Hi,

Can you use this funcation module alsm_excel_to_internal_table this funcational module work direct Excel to internal table please check .

Thanks & Regards

BRS

Read only

Former Member
0 Likes
1,033

Hi,

Try this FM :

ALSM_EXCEL_TO_INTERNAL_TABLE

It will useful.

Ram.