Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

System Error in ALSM_EXCEL_TO_INTERNAL_TABLE function

Former Member
0 Likes
1,607

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

9 REPLIES 9
Read only

Former Member
0 Likes
1,210

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

Read only

0 Likes
1,210

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.

Read only

0 Likes
1,210

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

Read only

0 Likes
1,210

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.

Read only

0 Likes
1,210

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

Read only

0 Likes
1,210

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

Read only

Former Member
0 Likes
1,210

Hi,

this function has limit for cell width, it couldn't handle more then 50 characters.

Bye Jan

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,210

You can use the fm TEXT_CONVERT_XLS_TO_SAP which is very easy to use.

Read only

Former Member
0 Likes
1,210

I had to change the code in order to user other function (GUI_UPLOAD)