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 error in alv

Former Member
0 Likes
1,392

hi all,

I have developed a rewport for excise returns. Inmy final internal table all corresponding datas were updated. but while performing the function module 'reuse_alv_grid_display' i'm getting a dump error 'GETWA_NOT_ASSIGNED SAPLSLVC 1 '..... can anyone give me a solution for this...

regards,

subbu.,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,206

Hi,

Have you mentioned the field catalog properly?

Regards,

Renjith Michael.

hi all,

I have developed a rewport for excise returns. Inmy final internal table all corresponding datas were updated. but while performing the function module 'reuse_alv_grid_display' i'm getting a dump error 'GETWA_NOT_ASSIGNED SAPLSLVC 1 '..... can anyone give me a solution for this...

regards,

subbu.,

8 REPLIES 8
Read only

Former Member
0 Likes
1,207

Hi,

Have you mentioned the field catalog properly?

Regards,

Renjith Michael.

Read only

Former Member
0 Likes
1,206

Hi Sir ,

Please have a look below .Hope it is suitable and simpler solution for your question.

<REMOVED BY MODERATOR>

Thankx.

Please check your field catalog fields and passing internal table fields. I think a field in the fieldcatalog is not available in passing internal table. and also make sure your field catalog fields are in CAPS

in your field catalog please keep

DATA: BEGIN OF TKBLO OCCURS 0.

INCLUDE STRUCTURE ALV_S_FCAT.

END OF TKBLO.

PLEASE CHECK FUNCTION MODULE FOR EXACT STRUCTURE OF FIELDCATALOG

and also please check field FILNR there in output internal you are passing to fun module

dump clearly saying that field cannot be assigned to field symbol

Edited by: Alvaro Tejada Galindo on Apr 14, 2008 3:50 PM

Read only

Former Member
0 Likes
1,206

hi,

if u hav declared ur field catalog table(say it_fcat) with header line den

pass it like dis

reuse_alv..............

it_fieldcat = it_fcat[]

Cheers,

Will.

Read only

Former Member
0 Likes
1,206

Hi,

I think you have not declared your field catalog properly..

your work area is not defined and may be you have used it in your function module

'GETWA_NOT_ASSIGNED SAPLSLVC 1

check once again your declaration and field catalog....

also see the details why it is giving dump error it shows what is the mistake....

Read only

Former Member
0 Likes
1,206

solved

Read only

Former Member
0 Likes
1,206

Hi I am also getting the same error for excise freight report.

Can u ple.. provide the solution .. How u had solved ur problem

Read only

0 Likes
1,206

Hi,

If you are getting the same error what i have got, make sure you have entered correct field name in fiedcatalog, and all the field name should be mentioned inside quotes with capital letters.

<REMOVED BY MODERATOR>

Regards,

Karthi.

Edited by: Alvaro Tejada Galindo on Apr 14, 2008 3:51 PM

Read only

Former Member
0 Likes
1,206

Hi all,

I am also getting the same problem but everything is fine...im also getting the output

whenever i click on the export to local file button..im getting this dump!!