‎2010 Oct 29 12:50 AM
Hi everybody,
I'm using the ALSM_EXCEL_TO_INTERNAL_TABLE function in order to upload an excel file which contains 2,000 lines but it shows me the next error message. "SYSTEM CANNOT WRITE TABLE function rfctr_drvset". Anyone of you had the same problem? <removed by moderator>.
Thnks in advance,
Luis G.
Edited by: Thomas Zloch on Oct 29, 2010 11:58 AM
‎2010 Oct 29 1:28 AM
Hi,
I found this link on internet http://sap.ittoolbox.com/groups/technical-functional/sap-dev/error-in-rfc-and-lower-layer-system_can...
hope this helps
Best regards,
CaÃque Escaler
‎2010 Oct 29 1:31 AM
Hi Caique,
Thnks for u answer. I read that link before I posted this thread. The solution is for the 6.2 SAP GUI version and Im using the SAP GUI 7.1 version.
Luis G.
‎2010 Oct 29 1:34 AM
Hi,
Try to implement the note mentioned in the link using trx. SNOTE sometimes it's possible and works fine.
Hope this really helps.
Best regards,
CaÃque Escaler
‎2010 Oct 29 2:58 PM
Hi,
I need to use this function for other reason. The cells width are under 50 characters. I tried to upload 1185 lines and it worked well but if I try all the lines (1193) it crashes.
‎2010 Nov 05 7:59 AM
Hi,
The problem is not number of lines.
There is something strange in row 1193, that upset upload program. Delete line 1193 and try find out if next row will uploaded OK.
If so try to identify what is wrong with this line.
Thank you
Jan
‎2010 Nov 05 3:27 PM
Hi,
I had thought about that but I uploaded the Excel from line 1100 to line 1193 and it worked OK.
Thnks
Edited by: Luis Ganoza on Nov 5, 2010 4:29 PM
Edited by: Luis Ganoza on Nov 5, 2010 4:30 PM
‎2010 Oct 29 8:13 AM
Hi,
this function has limit for cell width, it couldn't handle more then 50 characters.
Bye Jan
‎2010 Oct 29 12:18 PM
You can use the fm TEXT_CONVERT_XLS_TO_SAP which is very easy to use.
‎2010 Nov 05 3:29 PM
I had to change the code in order to user other function (GUI_UPLOAD)