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

Excel in place runtime error

krishna_maram
Participant
0 Likes
603

We have a custom report which displays the output in ALV Grid ( OO ABAP , using custom container ) and when we try to use the excel in place option we get a short dump . We have more than 60 thousand records. We are using microsoft excel 2007.

Exception condition "SYSTEM_FAILURE" raised.

*****

A RAISE statement in the program "SAPLOLEA" raised the exception

condition "SYSTEM_FAILURE".

Since the exception was not intercepted by a superior

program, processing was terminated.

*****

Thx

Krishna.

3 REPLIES 3
Read only

DavidLY
Product and Topic Expert
Product and Topic Expert
0 Likes
527

Hello,

Upgrade your SAPGUI to the latest patch level and see if it helps.

Regards,

David

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
527

Have you tried using the suggestion in the short dump text and searching for the notes?

IMHO this looks like an item for SAP support, not SDN forum...

Read only

Former Member
0 Likes
527

Create a custom toolbar button and use any of the standard FM's/methods to download to excel. The reason i am saying it, at times, it's been observed that for large data/records, the standard download to excel functionality dumps. Not sure if this is an actual issue, but this happened with me few times and always gave a custom download functionality.

See, if it works.

Thanks,

Santosh