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: 

Classical Report

Former Member
0 Kudos

Hi All,

I need to print the output Vendor, company code, country key, Name1, City, District, Persnal Number. But District and persnal number are coming in the second row. I need all the fields in 1 row so that i can scroll them horizontally. Can anybody help me in this?

5 REPLIES 5

naveen_inuganti2
Active Contributor
0 Kudos

Hi.,

use LINE-SIZE 150 addition in your REPORT statement.

> report zxxxxxxxxx line-size 186 no standard page heading

--Naveen Inuganti.

Former Member
0 Kudos

Increase the LINE SIZE in report heading

REPORT ZREPNAME LINE-SIZE 255.

Hope this helps..

Former Member
0 Kudos

HI,

<< Sorry.... posted same answer >>

you can try with the above posts

Regards

Edited by: M on Jan 30, 2009 2:00 PM

Former Member
0 Kudos

Hi

Add the LINE-SIZE option to your Report line.

REPORT rname LINE-SIZE sz LINE-COUNT total(footer).

Line Count specifies the number of rows in the page.

Hope this helps

Regards,

Jayanthi.K

Former Member
0 Kudos

Hi,

Write

report zzjsample no standard page heading

line-size 255.

Regards,

Jyothi CH.