2006 Jul 04 10:43 AM
Dear Experts,
I have developed the abap program for ALV Report. But i am getting the abap dump as follows :
The ABAP source code lines are longer than the width of the internal
I beleive that there will be an option to set line break in our abap program. Please help ASAP though it is a basic doubt.
Regards,
Shankar
2006 Jul 04 10:46 AM
The error message is weird. Can post the dump and the line of code where the dump is happening?
Regards,
Ravi
2006 Jul 04 10:46 AM
This is happening because the source code editor in ABAP can hold a max of 74 chars and in some statement you have more chars than that in one line.
What you can do is to analyze the dump (by going to ST22) and split the line into two by hitting enter.
It could also occur because of a single quote that you might have forgotten to close.
Hope this helps.
Sudha
2006 Jul 04 10:47 AM
Hi,
There may be problem in passing internal table to ALV,bcz of more lines in table it won't give dum..
could u pls give more detail(code) where d dump is comming.
ramesh.
2006 Sep 07 12:13 PM
hi Shankaran Jayakumaran
see what you can do is check type for your fieldcatlog table that should be slis_t_fieldcat_alv type.
and then see if you are exporting both i_program_name and i_inclname in the function module REUSE_ALV_FIELDCATALOG_MERGE
Thanks