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

alv dumps while converting in excel sheet

Former Member
0 Likes
1,080

Dear Gurus,

i have problem in alv, i have made an alv report, the output of my report is coming smoothly, but it gives a message

" multiple lines are only supported for printing and in print view"(msg no:0k063).

while converting it into excel sheet or while using sum function , my program dumps and leads to

message " runtime error :getwa_not_assigned".

current abap program "SAPLKKBL" terminated coz it has come across a statement that unfortunately cannot

executed.

please help me.

thanks in advance.

Dear Gurus,

i have problem in alv, i have made an alv report, the output of my report is coming smoothly, but it gives a message

" multiple lines are only supported for printing and in print view"(msg no:0k063).

while converting it into excel sheet or while using sum function , my program dumps and leads to

message " runtime error :getwa_not_assigned".

current abap program "SAPLKKBL" terminated coz it has come across a statement that unfortunately cannot

executed.

please help me.

thanks in advance.

6 REPLIES 6
Read only

Former Member
0 Likes
922

Hi,

Hard to help without a bit of code but your dump is probably due to a field symbol not yet assigned when using it...

Kr,

Manu.

Read only

rahul_mahajan
Active Participant
0 Likes
922

Hi,

For below issue

" multiple lines are only supported for printing and in print view"(msg no:0k063).

Please refer below link :

http://forums.sdn.sap.com/thread.jspa?threadID=770279&tstart=0

The dump with error "getwa_not_assigned" comes because of several reasons.

Please see in debug mode what's happening. This may be cause of field symbol.

I hope this will help you.

Regards,

Rahul Mahajan

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
922

Chekc you ALV consistency using [SOS - my ALV report is not working|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/15961] and correct the problem

Read only

Former Member
0 Likes
922

tanku u for ur effort

Read only

0 Likes
922

have u used field symbol somewhere?

there might be problem with the fields in fieldcatalogue and actual data table.

Read only

Former Member
0 Likes
922

Hi,

Please check the number of fields in the field catalogue and that in the output table. This error will occur, when the number of fields are different in both.