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: 

Error in Function Module TEXT_CONVERT_XLS_TO_SAP

Former Member
0 Kudos

HI All,

I tried to execute the function module "TEXT_CONVERT_XLS_TO_SAP" in SE37. But it gives me one error "Error generating the test frame" . I have attached the screen shot. If there is any other function module that converted the EXCEL File in SAP please inform me.

Thanks in advance.

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Have a look at a FM like ALSM_EXCEL_TO_INTERNAL_TABLE. There are restrictions on this one (933420 - ALSM_EXCEL_TO_INTERNAL_TABLE) but that a good sample if you never used OLE in Abap.

You shoud really perform some search as there are nowadays many many threads/discussions/wiki on how to upload Excel data in Abap, especially in background when OLE or Excel are not available...