‎2007 Jul 31 8:04 AM
hi,
i have generated a report in which there are 9 columns. and i want to print all the 9 columns in one row .but only 8 are printed in one row the ninth one is coming in next row.so How to print all 9 in one row?
‎2007 Jul 31 8:10 AM
hi,
increase line size as
report rprtname line-size 80.
or decrease the remaining fields width so that last field can also be displayed for u.
if helpful reward some points.
with regards,
Suresh Aluri.
‎2007 Jul 31 8:06 AM
‎2007 Jul 31 8:06 AM
hi,
U should adjust the length of the fields or increase the length of the line i.e row.
‎2007 Jul 31 8:06 AM
hi,
Increase the report size ...
i.e,
REPORT ZTEST line-size 132.
‎2007 Jul 31 8:07 AM
Hi Dhwani,
Try like this,
REPORT zprogram LINE-SIZE 255.
<b>Regards,
Azhar</b>
‎2007 Jul 31 8:08 AM
‎2007 Jul 31 8:08 AM
hi,
In report it is possible print only 255 character in a line . There for we are going for ALV report
<b>Rewards point</b>
‎2007 Jul 31 8:10 AM
hi,
increase line size as
report rprtname line-size 80.
or decrease the remaining fields width so that last field can also be displayed for u.
if helpful reward some points.
with regards,
Suresh Aluri.
‎2007 Jul 31 8:14 AM
Hi
increase the line size at starting line of report according to your requirement
REPORT Reportname line-size
regards
sandhya
‎2007 Jul 31 11:21 AM
Hi,
According to your columns size, set the line-size. Then all 9 columns will print in single row.
Regards,
Bhaskar
‎2007 Aug 01 6:25 AM
Hi,
you should either increase line size or decrease the size of the column i think line size increase will do solve ur problem.