Hi all,
I'm using function module ALSM_EXCEL_TO_INTERNAL_TABLE, to read content of MS excel file and then I'm uploading those data into SAP. I'm facing probably performance problems within this module. My Excel file has 22000 rows and my ABAP program ends with short dump: MESSAGE_TYPE_X - Control Framework : Error processing control. Error occurs in function module AC_SYSTEM_FLUSH there is an exception raised:
method_call_error: MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.AC_SYSTEM_FLUSH
Could it be that it has something to do with the performance of exchanging data between application server and front-end?
I've noticed that FM: ALSM_EXCEL_TO_INTERNAL_TABLE is reading excel file via windows clipboard (it selects whole range of workbook then it copies to clipboard). Does anybody know something more about this technique?
Regards, Martin
Hi,
I wonder why that would happen. Any way, have you tried saving the excel file as a tab-delimited text file and using FM GUI_UPLOAD? Secondly, have you tried reducing the number of rows in excel file just to make sure that volume of data is causing problems?
Regards
Hi Martin,
Have a look at OSS Notes 129994 and 127666. Hope these notes give some inputs.
Thanks
Lakshman
Add a comment