cancel
Showing results for 
Search instead for 
Did you mean: 

How to deal with multiple pages of smart forms

Former Member
0 Kudos

Hi everyone,

i have two pages in smartforms but whenever i show smart form through my program only first page is shown not the second one. i tried with next page attribute of both pages but no resolution.

thanks alot in advance

Accepted Solutions (1)

Accepted Solutions (1)

raymond_giuseppi
Active Contributor
0 Kudos

If the main page does not trigger implicitly a new-page (like in a loop table when bottom of page is reached) you have to trigger it yourself in your forms by adding a command node to insert a dynamic page break. Read some documentation like [Processing Pages|http://help.sap.com/saphelp_NW70EHP1/helpdata/en/be/5c7dceb94111d4b62f006094192fe3/content.htm] in [Smart Forms|http://help.sap.com/saphelp_NW70EHP1/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm].

Regards,

Raymond

Former Member
0 Kudos

i did add a command node to the main section of first page. and in command node i just marked check the next Page field. but still no solution.

and also i selected next page in Page Attribute too. but both didn't work

Abhijit74
Active Contributor
0 Kudos

Hi,

Please let me know whether two pages are identical or not? . Anyway applying command node it always happend for me.

How many records you are fetching ? you can try by putting some extra records.

Thanks,

Abhijit

Former Member
0 Kudos

both pages are not identical both have different size of Main areas and formats.

one is main page of report and second one is detail page of it.

Main page has one record whereas detail page has N records.

i first set the next page attribute of first page and then as second try i add command node in main Window of first page. in command node i did set Goto Next page field and give my next page in next dropDown.

now tell me what happening? y isnt it giving desired result.

raymond_giuseppi
Active Contributor
0 Kudos

Which solution did you choose ?

(1) main window on the two pages

- The first page contains the main window, and its next-page attribute is the second page

- The second contains the main windows, and its next-page attribute is itself

- The main windows

- - Begins with nodes to print on first page

- - Then a command node force end-of-page

- - Then some nodes and a table node that are to be printed on second page

(2) main window only on second page

- The first page do not contain the main window, and its next-page attribute is the second page

- The second contains the main windows, and its next-page attribute is itself

- The main windows

- - Some nodes and a table node that are to be printed on second page

Regards,

Raymond

Former Member
0 Kudos

The first Option

Former Member
0 Kudos

Thanks alot for all ur help. a stupid mistakes was done by me as well.

Former Member
0 Kudos

Thanks alot for all ur help. a stupid mistakes was done by me as well.

Answers (0)