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

Dump in ALV when using Subtotal

adnanmaqbool
Contributor
0 Likes
1,429

Dear All

I have created an ALV using the following function module.

REUSE_ALV_GRID_DISPLAY

Its working fine and also exporting data to excel sheet. However when I apply the subtotals to ALV, export to excel is giving dump.

Exception 'CX_SY_REF_IS_INITIAL' was raised, but it was not caught anywhere

along the call hierarchy.

Since exceptions represent error situations, and this error was not

adequately responded to, ABAP program 'CL_SALV_BS_DATA_TABLE=========CP' had

to be terminated.

Please note Subtotal is working fine on ALV but data is not getting exported to excel sheet with subtotal.

1 REPLY 1
Read only

gouravkumar64
Active Contributor
0 Likes
776

Hi,

Kindly paste your code,not full code ,but related code only.

Also check this link

http://scn.sap.com/thread/1997408

Try to search notes with CX_SY_REF_IS_INITIAL this keyword.

Thanks

Gourav.