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

report

Former Member
0 Likes
826

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
806

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.

10 REPLIES 10
Read only

Former Member
0 Likes
806

just increase the line-size

Read only

Former Member
0 Likes
806

hi,

U should adjust the length of the fields or increase the length of the line i.e row.

Read only

Former Member
0 Likes
806

hi,

Increase the report size ...

i.e,

REPORT ZTEST line-size 132.

Read only

Former Member
0 Likes
806

Hi Dhwani,

Try like this,

REPORT zprogram LINE-SIZE 255.

<b>Regards,

Azhar</b>

Read only

RaymondGiuseppi
Active Contributor
0 Likes
806

Increase the LINE-SIZE clause of your report, also, use a wide Format in the Print settings (like X_65_255).

Regards

Read only

Former Member
0 Likes
806

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>

Read only

Former Member
0 Likes
807

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.

Read only

Former Member
0 Likes
806

Hi

increase the line size at starting line of report according to your requirement

REPORT Reportname line-size

regards

sandhya

Read only

Former Member
0 Likes
806

Hi,

According to your columns size, set the line-size. Then all 9 columns will print in single row.

Regards,

Bhaskar

Read only

Former Member
0 Likes
806

Hi,

you should either increase line size or decrease the size of the column i think line size increase will do solve ur problem.