cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear experts,

I am uploading the data from excel file using ALSM_EXCEL_TO_INTERNAL_TABLE function module in one of the report. The function goes well in the backend but

unfortunately, when I run the web, it throws an error: Error during import of clipboard contents,Have you guys ever met this problem? Please show me the the solution, or guide me how to fix this error.


Thanks in advance!!!!



0 Likes
View Entire Topic
sreehari_vpillai
Active Contributor
0 Likes

Hi Zhiyu,

ALSM_EXCEL_TO_INTERNAL_TABLE will work only in foreground mode ( and only from SAPGUI ) as it is using front end services ( internally activex) . You can not use it in DPC class as no foreground execution is involved . No donuts

Sreehari