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: 

HOW to increase code column length in se38

Former Member
0 Kudos

hi,

i am trying to copy paste code ( SE38) from one server to another but

it showing error while pasting i.e code column lenght . on previous server column length

was more than 125 charater per line. but here i am getting only 68 charater per line.

so how can i increase the length of charater per line.

please help me....

Manoj...

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

goto SE38->Utilities->settings

here uncheck the Downward-compat. line length(72)

Regards,

Pavan

4 REPLIES 4

Former Member
0 Kudos

Hi,

SE38 - > utilities - > settings- > Abap Editor - > uncheck 'Downword compatible line length (72)'

now u can have more than 72 characters per line in Editor.

Ram.

awin_prabhu
Active Contributor
0 Kudos

Use like below.

Ex:

REPORT ztest LINE-SIZE 150.

Former Member
0 Kudos

Hi,

goto SE38->Utilities->settings

here uncheck the Downward-compat. line length(72)

Regards,

Pavan

Former Member
0 Kudos

hi,

follow this

REPORT zsample NO STANDARD PAGE HEADING

LINE-SIZE 132

LINE-COUNT 65

MESSAGE-ID yy.

~linganna