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

GUI_UPLOAD

Former Member
0 Likes
1,297

hi gurus ,

i'm using gui_upload for uploading a file from excel to sap . . now problem is .. when upload 8 gb file into sap using gui_upload what would be the probloem i would face .. Please Let me know how to get recovery from that problem . thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,262

Probably the system would get hanged up. You might have to do it in pieces and are you talking about an 8 GB Excel File ?

12 REPLIES 12
Read only

Former Member
0 Likes
1,263

Probably the system would get hanged up. You might have to do it in pieces and are you talking about an 8 GB Excel File ?

Read only

0 Likes
1,262

hi sasi ,

thanks for ur answer .. what u mean doin it in pieces ...

Read only

0 Likes
1,262

hi sasi ,

for example i have 100 records in excel . can i upload 10 and next 10 as follows records pls let me know if it is possible . i think is not possible to do that ..

Read only

0 Likes
1,262

When you upload, do not upload the whole excel at once. consider uploading some 10K records( or wherever you think your program breaks). at a time. There are some threads on the huge upload in SDN, Please search for them if i come across any of them i'll let u know.

Read only

0 Likes
1,262

Hi,

yes it is possible for sure........

using the function module

ALSM_EXCEL_TO_INTERNAL_TABLE.... mention the begin row and end_row fields in it... and you will get only those many records from Excel.

Regards,

Siddarth

Read only

0 Likes
1,262

hi sasi ,

thanks for ur useful reply . please let me know to upload in packets . thanks

Read only

0 Likes
1,262

hi siddarath ,

i'm using crm server so i cant use alsm function module only i can use only gui_upload . please let me know in gui_upload i need to upload in packets

Read only

0 Likes
1,262

Hi Premchander,

did you try with FM ALSM_EXCEL_TO_INTERNAL_TABLE... this really works.... I have used it in my requirements... and it had solved the purpose....

Regards,

Siddarth

Read only

0 Likes
1,262

Hi,

give a try with ALSM function module once, if it works, if it doesnot, i dont think with GUI_UPLOAD it is possible..........

Is it possible for you to use OLE....

if so... then you can use that

Regards,

Siddarth

Read only

Former Member
0 Likes
1,262

Hi Prem,

There is a limitation for excel that only some 65000 line can be there.

As an alternative, you can go for a TAB delimited text file.

Regards,

Ravi

Read only

0 Likes
1,262

hi sasi ,

is it possible to have n number of rercords in tab delimited file

Read only

0 Likes
1,262

If possible go for an LSMW or BDC. In my opinion GUI_UPLOAD would be a least preference