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: 

TEXT_CONVERT_XLS_TO_SAP

0 Kudos

Hi ,

I have issue in convert excel to internal table. I am using function module text_conver_xls _to_sap . Its working fine.

But while converting its open one excel pop up  and then its converting . Can any one suggest me how to stop that excel file pop up.                                                                           

7 REPLIES 7

former_member210252
Contributor
0 Kudos

Hi Prabu,

Can you put a screen shot of screen opened with tried to open excel sheet.

Regards,

Rafi

0 Kudos

Hi Rafi,

Thanks.

I have attached screen shot .

Please confirm TEXT_CONVERT_XLS_TO_SAP will support Excel2013. I guss this will not support 2013.

If u have any method to upload excel to internal table . please share.

vijay_sharma12
Explorer

Hi prabu ,

     TEXT_CONVERT_XLS_TO_SAP Function module support 'XLS' format , it doesn't support 'XLSX' format. so try to save your file in 'XLS' format in office 2013.

Regards

Vijay

0 Kudos

Hi.

Its .XLS only .. Its converting properly .. But before converting one excel pop up is coming..

Can you share any method to replace this..

Thanks

0 Kudos

Hi Prabu,

I believe I had the same problem in one of my development. This is nothing to do with your ABAP Code. This is related to your MS-OFFICE version available in your system.

Try to update it and see the result.

Regards,

Rafi

0 Kudos

Thanks Rafi..