2008 Feb 05 6:35 AM
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.,
2008 Feb 05 6:43 AM
Hi,
Have you mentioned the field catalog properly?
Regards,
Renjith Michael.
Hi,
Have you mentioned the field catalog properly?
Regards,
Renjith Michael.
2008 Feb 05 6:43 AM
Hi,
Have you mentioned the field catalog properly?
Regards,
Renjith Michael.
2008 Feb 05 6:46 AM
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
2008 Feb 05 6:48 AM
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.
2008 Feb 05 6:56 AM
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....
2008 Feb 08 4:11 AM
2008 Feb 28 12:37 PM
Hi I am also getting the same error for excise freight report.
Can u ple.. provide the solution .. How u had solved ur problem
2008 Feb 29 3:37 AM
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
2008 Apr 14 12:43 PM
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!!
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |