‎2007 Sep 26 7:26 AM
hi experts,
what is newpage and next page in scripts ,what is the deference between these?
thanks in advance
radhakrishna.
‎2007 Sep 26 7:31 AM
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.
‎2007 Sep 26 7:35 AM
Hi,
Check this link,
http://www.thespot4sap.com/Articles/SAPscript_commands.asp
http://www.planetsap.com/sapscript.htm
http://www.saptechnical.com/Tutorials/Smartforms/PageFormatSS/Create.htm
http://wiki.ittoolbox.com/index.php/Sap_script
http://www.thespot4sap.com/Articles/SAPscript_example_layout%20set.asp
http://sap.ittoolbox.com/groups/technical-functional/sap-dev/sap-scripts-491087
Hope this will solve your doubt.
Regards,
Pritha.
Reward if helpful.
Message was edited by:
Pritha Agrawal
‎2007 Sep 26 7:35 AM
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^
‎2007 Sep 26 7:45 AM
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