2006 Feb 01 5:57 AM
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
2006 Feb 01 6:04 AM
2006 Feb 01 6:04 AM
2006 Feb 01 6:08 AM
hi Vijay,
My issue is not that.
I need to print this report in a page.but format is not available for this size
2006 Feb 01 6:12 AM
hi,
you can create the page formats using SPAD ,
and try that..
using spad full administration-> device types-> page formats
create .
regards
vijay
2006 Feb 01 6:05 AM
Hi,
Do you want to print the one entire record in a single line?
Thanks,
ramakrishna
2006 Feb 01 6:06 AM
hi,
2. for each record
loop at itab.
at new field.
<b>new-page.</b>
endat.
endloop.