Application Development and Automation 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: 
Read only

Line Length

Former Member
0 Likes
1,020

Hi Experts,

In SE38 I have the problem. Like,

Im typing some texts In editor it displys like,

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

Like this only its entered.

But I want to print Like In deitor [Not in ouput]

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

Thanks,

Points will be rewarded.

1 ACCEPTED SOLUTION
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
993

Hi

Are u using line-count[X] any where in the report?

check that.

Regards,

Sree

Hi Experts,

In SE38 I have the problem. Like,

Im typing some texts In editor it displys like,

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

Like this only its entered.

But I want to print Like In deitor [Not in ouput]

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

Thanks,

Points will be rewarded.

6 REPLIES 6
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
994

Hi

Are u using line-count[X] any where in the report?

check that.

Regards,

Sree

Read only

Former Member
0 Likes
993

in the report statement, u just give the line length as line-size 255,

then try

reg

karthik

Read only

Former Member
0 Likes
993

in se38 editor go to menupath Utilities-->Settings

if there in the popup Downward-compat. line length (72) is checked then unchecked that.

regards

shiba dutta

Read only

Former Member
0 Likes
993

hi jasmine ,

Change the settings in ABAP EDITOR.

go to Utitlities-> settings

Select ABAP EDITOR tab.

select Editor tab in that.

uncheck Downwards-Comp. Line length(72).

Chandra

Read only

Former Member
0 Likes
993

Hi Jasmine,

Pls give NO STANDARD PAGE HEADING LINE-SIZE 255 LINE-COUNT 30 in the report statement and try.

Thanks & Regards,

D. Ramya.

Read only

0 Likes
993

Hi ramya,

I thing LINE-SIZE 255 is used in Output.

Anyway thanks.