2008 Apr 17 1:50 PM
2008 Apr 17 1:52 PM
what is the purpose of event at new-page.
2008 Apr 17 1:52 PM
2008 Apr 17 1:55 PM
Hi SAndeep,
The Event at new-page...creates a new page...i.e
Suppose u ar printing some matter on the first page...
Now u call a text element in the print program,
Incase of scripts after NEW-PAge ..the data gets printed on the layout in the second page..
INcase of reporting...
End of page event is trigerred and new page processing starts
Thanx,
navin.
2008 Apr 17 1:57 PM
when there is a new value triggered do some thing it will represent like this...
suppose if u want to calculate the materials total for every plant u will put like this ....at new werks . sum..
regards,
venkat.
2008 Apr 17 1:59 PM
Hi Frd
At New Page command will tiggers a new page.
1.Starts a new page during list processing.
2.Terminates the current page and continues output on a new page.
Notes
1.NEW-PAGE does not generate blank pages, it ignores pages containing no output.
2.NEW-PAGE increments the page counter (the system field SY-PAGNO).
3.The event END-OF-PAGE is not processed.
4.To start a new page depending on the number of unused lines remaining on the current page, use the RESERVE statement.
Reward Me Points
By
Pari
2008 Apr 17 2:00 PM
hi
Use the new-page statement to
Cause the output of the next write statement to begin on a new page. Consecutive new-page statements do not generate blank pages.
Turn titles and headers on or off.
Vary the line count or line size from one page to the next.
Turn printing on and off.
regards
prasanth
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |