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

New Page

Former Member
0 Kudos
189

Hi,

1. I have a report output having 300 columns and 90 rows.I want to print this on a single page.

How to do this????

2. The first record should come in first page and the next record should come in next page.

Kindly help me so imm

Ponits will be rewarded.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
169

hi,


report zreport   line-count 90
                 line-size 300.

regards

vijay

5 REPLIES 5
Read only

Former Member
0 Kudos
170

hi,


report zreport   line-count 90
                 line-size 300.

regards

vijay

Read only

0 Kudos
169

hi Vijay,

My issue is not that.

I need to print this report in a page.but format is not available for this size

Read only

0 Kudos
169

hi,

you can create the page formats using SPAD ,

and try that..

using spad full administration-> device types-> page formats

create .

regards

vijay

Read only

venkata_ramisetti
Active Contributor
0 Kudos
169

Hi,

Do you want to print the one entire record in a single line?

Thanks,

ramakrishna

Read only

Former Member
0 Kudos
169

hi,

2. for each record

loop at itab.
at new field.
<b>new-page.</b>


endat.

endloop.