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: 

line size exceeding the prescribed size in the report

Former Member
0 Kudos

Hi Friendz,

I have a problem with the line size.

Now the program is like this:

REPORT ZV1 NO STANDARD PAGE HEADING

LINE-COUNT 65

LINE-SIZE 255.

the problem is i hve included some more fields to the existing report. So it has exceeded the 255 length.

When i calculated the size i want this may be upto 328 char.

Plz tell me how to do that..

Thanks a lot,

Venu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

You will not have any problem.

9 REPLIES 9

Former Member
0 Kudos

Hi,

You can extend the line size upto 1023 width. You will not face any problems in displaying the list in foreground. The only problem you will face is while printing it through spool.

Hope this helps.

0 Kudos

but in the output some data is coming in the 2nd line instead of in the same 1 line.

plz clarify.

Venu

0 Kudos

Increase the line-size to the desired width. you will get the data in same line.

0 Kudos

hi

increase the line size to 1023 ,it will work

Report zxxx line-size 1023.

0 Kudos

You may increase the size of the line to what ever you need. It will show on the screen. But when you try to print, you will have problems.

Regards,

Rich Heilman

Former Member
0 Kudos

HI,

You will not have any problem.

Former Member
0 Kudos

Just increase the line size to the required length i.e 328 . The output can be seen on the screen.

Former Member
0 Kudos

But if you print the report, any line greater than 255 will be truncated. Could you put the other data on a second line?

Rob

Former Member
0 Kudos

Venu,

Try using ALV. I don't know about the print consequence though.

At least with ALV, when printing you can hide fields that you don't want.

Regards,

-Ramesh