Application Development 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: 

Page Break in abap program

Former Member
0 Kudos

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

4 REPLIES 4

Former Member
0 Kudos

The error message is weird. Can post the dump and the line of code where the dump is happening?

Regards,

Ravi

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

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