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

Runtime Error

Former Member
0 Likes
573

Hi all,

When an ALV list is displayed, and when the list is tried to get exported to Excel sheet, it is Unable to export information into an excel spreadsheet from SAP.

It is showing a Run time error: nc025 : pure virtual function call.

When this small dialog box gets the click OK, SAP is getting shut down.

What to do for this.. Why it is happening..

Will be rewarded.

Thanks in adv

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
540

hi,

use function module GUI_DOWNLOAD for downloading alv report into excel sheet

3 REPLIES 3
Read only

former_member189059
Active Contributor
0 Likes
540

By any chance, is the name of the Spreadsheet more than 31 characters long?

If it is so, excel would throw an error and shutdown itself and your SAP session as well

Read only

Former Member
0 Likes
540

Hi Naveen,

ru using "REUSE_ALV_LIST_DISPLAY", then check out the following..

1. FieldCat reference table / reference field

2. PF-Status which is called....

Give us more detials about the Dump....

Regards,

Prabhu Rajesh

Read only

Former Member
0 Likes
541

hi,

use function module GUI_DOWNLOAD for downloading alv report into excel sheet