cancel
Showing results for 
Search instead for 
Did you mean: 

Export To Excel

Former Member
0 Kudos

Hi ,

We are doing the export to excel functionality in webdynpro from the link

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-tec...

But when there are many records like some 1000+ records in the table then during fetch will there be performance problem?

If Yes then how do we resolve this?

Is there a better way to fetch many records in excel.....

Please suggest.

Thanks,

Rajani

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Rajani:

The only performance problem we have about it is the network. The client is in Argentina and the server in Mexico, the data is fetch by the app in a second but the file download from server to client takes about 45 minutes/20MB . In order we have more bandwith the download gets faster.

Hope it helps you.

Rocío.

Former Member
0 Kudos

Hi,

We didnt face any performance problem either and we have used the same procedure.

Former Member
0 Kudos

HI rajani,

there is no problem faced as we had downloaded more than 2000 records , it works fine , as a work around you can refer to the jxl api which can be used to download it as excel.

Regards

Pankaj