Application Development 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: 

at new

Former Member
0 Kudos

what is the purpose of event at new-page.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

well it triggers when a new page is processed.

5 REPLIES 5

Former Member
0 Kudos

well it triggers when a new page is processed.

Former Member
0 Kudos

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.

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

prasanth_kasturi
Active Contributor
0 Kudos

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