cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding next page

Former Member
0 Kudos

Hi,

My requirement is if i have more line items on the first page output then the remaining output should display on second page.

Regards,

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

use 'page-break' statement.

Regards,

Joan

Former Member
0 Kudos

Hi,

If you are using a main window, the new page is automatically triggered if it can't fit in the first page.

Regards.

Former Member
0 Kudos

Hi Ali,

[page-break|http://help.sap.com/saphelp_nw70/helpdata/en/70/e17a37dec511d3b575006094192fe3/content.htm]

Regards,

Sravanthi

Former Member
0 Kudos

hi:

in smartform, by defining the 2nd page containing main window, it rest of data would come directly.

Regards

Shashi

Former Member
0 Kudos

hi,

if it is in smart forms the main window will be triggered automatically to the next page if you give the nextpage option in the general attributes tab of the page.

In scripts also the same if you give the next page as the same page name in the standard attributes tab of the pages tab it will trigger the next page

regards

sarves

Former Member
0 Kudos

hi,

Define your next page for the first page.

So, whenever the first page is done with all the available area, automatically the 2nd page is triggered.

Thanks

Sharath

Former Member
0 Kudos

In Script or smartform ??

If in scripts use "new-page"

In smartforms use Command Line to goto next page