cancel
Showing results for 
Search instead for 
Did you mean: 

Function module ALSM_EXCEL_TO_INTERNAL_TABLE to upload excel into internal table not working proper

Former Member
0 Kudos

Hi Abapers,

I am using FM - ALSM_EXCEL_TO_INTERNAL_TABLE for uploading excel file into internal table. Data is not coming in the internal table and subrc value is also = 0.

While putting a breakpoint inside this FM at line 82 ->

CALL METHOD cl_gui_frontend_services=>clipboard_import

and executing then it is filling the internal table.

Dont know why this is working while putting a break point but not vice versa.

Can anybody help on this issue ? As I have used same function module in all the programs.

Accepted Solutions (0)

Answers (1)

Answers (1)

iftah_peretz
Active Contributor
0 Kudos

Hi,

I found something similar, check with your system team to see if this is the case.

In addition, this function has a 9999 rows limit, take that into account if you intend on keeping it "...used...in all the programs."