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: 

The ABAP program lines are wider than the internal table

Former Member
0 Kudos

when ever i am excuting the report with selection parameters systyem is giving following DUMP.

The ABAP program lines are wider than the internal table.

1 ACCEPTED SOLUTION

Former Member

Is it an ALV report.

In ALV report , Tour program line should not exceed 72 characters.

That is in one line u can write 72 characters, if there are more characters in a line of code then take them to next line else ALV will throw a dump.

9 REPLIES 9

former_member242255
Active Contributor
0 Kudos

can you explain the issue in a more clear manner...

GauthamV
Active Contributor
0 Kudos

Goto SE38 - utilities - settings - uncheck the check box for download compatible length 72.

former_member209217
Active Contributor

Hi chamarthiraju

Chk ur program once.

The width of the program(Including Comments) shuld not exceed 72 lines. If it exceeds it will gives u dump whenever u try to read a report into an internal table.

Also if u observe whenever u create any program the comment lines automatically generated by the system wont exceed length of 72.

Regards,

Lakshman.

Former Member
0 Kudos

Hi,

Each line inyour program should not be greater than 72..Refer to this link..

Former Member

Is it an ALV report.

In ALV report , Tour program line should not exceed 72 characters.

That is in one line u can write 72 characters, if there are more characters in a line of code then take them to next line else ALV will throw a dump.

0 Kudos

HI Vijeta,

Yes, I am facing this problem in ALV GRID. But, this DUMP is not coming for everytime. Some time i am geting O/P. Some times i am not getting.

I have Unchecked the Downwards-Comp. Line lentgh (72) Check Box.

Regards,

narendra raju

Former Member
0 Kudos

Hi,

The Downwards-Comp. Line lentgh (72) Check Box should be unchecked. Infact it should be check or else the ALV sometimes give dump. So please re-check the Downwards-Comp. Line lentgh (72).

Regards,

Nikhil

jayaprakashhj
Participant
0 Kudos

GO TO SE38 (IF U R NOT IN ABAP EDITOR AT THE MOMENT),

CLICK ON UTILITIES (FROM MENU BAR),

THEN CHOOSE SETTINGS (IN THE DROP DOWN),

'ABAP EDITOR' TABSTRIP SHOULD BE OPEN,

'EDITOR' TABSTRIP SHOULD BE OPEN,

TURN ON THE CHECK BOX FOR 'DOWNWARDS-COMP. LINE LNGTH(72).

CLICK OK.

NOW SAVE AND CHECK UR PROGRAM,

U CAN SEE A MESSAGE SAYING 'LINE SIZE IS LIMITED TO 72'

"INSERT LINE BREAK?"

CLICK ON YES.

0 Kudos

Hi Jayaprakash,

Please avoid "shouting" with caps and using IM speak (U and R for example)

See Rules of Engagement:

http://scn.sap.com/docs/DOC-19331