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

at new

Former Member
0 Likes
690

what is the purpose of event at new-page.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
659

well it triggers when a new page is processed.

what is the purpose of event at new-page.

5 REPLIES 5
Read only

Former Member
0 Likes
660

well it triggers when a new page is processed.

Read only

Former Member
0 Likes
659

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.

Read only

Former Member
0 Likes
659

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.

Read only

Former Member
0 Likes
659

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

Read only

prasanth_kasturi
Active Contributor
0 Likes
659

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