2007 May 03 8:00 AM
hi,
I am created one classical report in this report, i am displaying the content with classical report top of the page i need page no... in which place can i give( event) how to i display the pageno already i tryed sy-uzeit.. ..
plz give soln..point will be sure..
Gowri
2007 May 03 10:16 AM
hi,
In end-of-page u have to give .its like this.
end-of-page.
write :/10 system date:', sy-datum, 30 'page no:', sy-pagno.
just give this statement n u will get the page no as well as date displayed in ur output.
let me know if ur dout has been cleared n if so then dont forget to reward them with points.
with regaards,
madhuri.
hi,
In end-of-page u have to give .its like this.
end-of-page.
write :/10 system date:', sy-datum, 30 'page no:', sy-pagno.
just give this statement n u will get the page no as well as date displayed in ur output.
let me know if ur dout has been cleared n if so then dont forget to reward them with points.
with regaards,
madhuri.
2007 May 03 8:02 AM
2007 May 03 8:02 AM
2007 May 03 8:04 AM
2007 May 03 8:05 AM
In top-of-page event ...
IN write statement please write the system comany...
In Standard report.
sy-pagno.
In SAP SCRIP *
&SFSY-PAGE&
Inserts the number of the current print page into the text. You determine the format of the page number
Message was edited by:
JAYANT KUMAR
2007 May 03 8:06 AM
Hi Sankar,
Use SY-PAGNO.
ex;
REPORT ZSAMPLE2 line-count 20(2). .
Tables mara.
data itab like mara occurs 0 with header line.
Start-of-selection.
select * from mara into table itab.
Top-Of-Page.
write:/ sy-pagno.
uline.
End-of-selection.
loop at itab.
write:/ itab-matnr.
endloop.
- Satuish
2007 May 03 8:33 AM
Hi Gowri,
Use STANDARD PAGE HEADING and LINE COUNT options in the REPORT statement.
Regards,
Hemant.
2007 May 03 10:16 AM
hi,
In end-of-page u have to give .its like this.
end-of-page.
write :/10 system date:', sy-datum, 30 'page no:', sy-pagno.
just give this statement n u will get the page no as well as date displayed in ur output.
let me know if ur dout has been cleared n if so then dont forget to reward them with points.
with regaards,
madhuri.
2007 May 03 11:18 AM
2007 May 03 11:21 AM
hi
u have to give line size and line count appropriataley to get value .
Event
TOP-OF-PAGE
write:/ PageNo sy-pagno
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |