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

script 1

Former Member
0 Likes
474

hi experts,

what is newpage and next page in scripts ,what is the deference between these?

thanks in advance

radhakrishna.

4 REPLIES 4
Read only

Former Member
0 Likes
457

Hi,

Newpage --> Create a New page.

Nextpage --> Call the next page.

Next page is only when the main window of first page is completed filled. and You can trigger explicit pages using NEW-PAGE control command.

Thanks,

Reward If Helpful.

Read only

Former Member
0 Likes
457

hi

good

NEW-PAGE

NEW-PAGE is used to insert a page break ,it can be conditional if used between IF..ENDIF

e.g. /:IF &KNA1-NAME1& = 'NIRAJ'

/:NEW-PAGE

/:ENDIF

http://www.thespot4sap.com/Articles/SAPscript_elements_more.asp

thanks

mrutyun^

Read only

Former Member
0 Likes
457

Hi,

<u><b>New Page:</b></u>

If you want to break to a subsequent page other than the one specified in the page definition, use the control statement NEW-PAGE to set the name of the new page.

NEW-PAGE <page>.

NEW-PAGE ends the output on the current page. The new subsequent page is only valid for the current call of the control statement.

<u><b>Next Page:</b></u>

An explicit page break at the text end (NEW-PAGE) could implicitly trigger the output on the <b>next page</b> i.e. calls Next Page.

Regards,

Bhaskar