Application Development 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: 

Download using GUI_DOWNLOAD in EXCEL(User need only in EXCEL )

Former Member
0 Kudos

Hi,

My final internal table contain more than 65000 records.I need to download the details in EXCEL sheet.It is possible to open an another EXCEL once the first reached the maximum rows(65000).

Thanks in Advance,

LakshmiN

5 REPLIES 5

Former Member
0 Kudos

Hi

Pls try to split your internal table to download the different excel file

Regards

MD

Former Member
0 Kudos

Hi,

Why don't you pre-read the internal table and create new tables to be passed to GUI_DOWNLOAD splitting the data at row 65000 ? Call GUI_DOWNLOAD separately for each table...using a different filename

Regards

Stu.

vladimir_hristozov
Discoverer
0 Kudos

Why don't you try to distribute your records on more than one internal table.

Than call FM GUI_DOWNLOAD according to the number of internal tables you have

( you can keep this number in another internal table ).

That's for now. hipe it helps : ))

sorry too late ... similar suggestion already : )

Edited by: Vladimir Hristozov on Oct 1, 2008 1:15 PM

Former Member
0 Kudos

Its any other option to choose to create the new EXCEL once the first one reaches the Maximum.

ajay_sharma10
Participant
0 Kudos

Hi instead of using the excel sheet you can use the notepad file ( tab delimeter ) for download data ........As you know very well that notepad doesn't have limitation of data insert while the excel can save only limited data...

Thanks

Ajay Sharma

ALSO LATER YOU CAN UPLOAD DATA FROM NOTEPAD TO SAP IS VERY EASY ...??