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

Formatting a simple output

Former Member
0 Likes
406

Hi !

I'm working on a report and wrote the heading as follows:

WRITE: /5 'P Det',

30 'Material',

45 'Description',

65 'Qty',

71 'QOH',

78 'U Qty',

85 'C Qty',

92 'O Qty',

106 'T qty',

116 'T Value',

126 'M A Price',

136 'P No',

151 'D Date',

161 'PO Qty',

168 'Vendor Name',

188 'Purchase Org',

208 'Purchase Group'.

ULINE.

but unfortunately I'm not getting a horizontal bar at the bottom so that I can scroll to view all the fields on the ouput scrren. Can someone suggest me a solution please?

thanks,

Srikanth.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
381

Hi, make sure that your line-size is set.

report zrich_0001 line-size 255
                          line-count 65
                          no standard page heading.

Regards,

Rich Heilman

Hi, make sure that your line-size is set.

report zrich_0001 line-size 255
                          line-count 65
                          no standard page heading.

Regards,

Rich Heilman

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
382

Hi, make sure that your line-size is set.

report zrich_0001 line-size 255
                          line-count 65
                          no standard page heading.

Regards,

Rich Heilman

Read only

0 Likes
381

Thanks Rich!

That solved my problem.

cheers.