‎2007 Jul 06 10:02 AM
Hi Guys,
I have an Issue in EP.....which is a replica of the production system i am working on. I have an excel file to upload. I am using the function module 'text_convert_xls_to_sap' . This is working in Production sytem.
But i am getting an Error" File cannot be processed ".
in portal environment of the same program.
The exception is in the Function Module 'text_convert_xls_to_sap' in the " PERFORM get_spreadsheet_interface USING g_con_excel....".
Here sy-subrc = 1.
Can anyone tell me what exactly is going wrong here?
Thanks,
San
PS:Helpful answers will be rewarded
‎2007 Jul 06 10:04 AM
Hi San,
Use FM ALSM_EXCEL_TO_INTERNAL_TABLE and try.
Regards,
Atish
‎2007 Jul 06 10:20 AM
Check whether the excel file is closed when you execute the program.
‎2007 Jul 06 12:37 PM
Hi!
The file is closed when i access. The issue is elsewhere and it is not reading the file...
Thanks,
San