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

Page Flow Error in Smartform

Former Member
0 Likes
845

Hi,

I have created a smartform with three Pages.The main window is in first page and the other two page contains secondary window.In the page1 Gen Attributes Tab i have given the next page as Page2 and in page2 Gen Attributes Tab i have given the next page as Page3 and in page3 Gen Attributes Tab i have given the next page as blank. But in the output of the smartform, Page 1 is only visible and the other two pages are not visible. In the print preview of locl, i am getting the info as below.

page 00001 of 00001

Please help on this issue.

Regards

Siva.

Edited by: siva1135 on Dec 1, 2011 2:34 PM

Edited by: siva1135 on Dec 1, 2011 2:35 PM

1 ACCEPTED SOLUTION
Read only

surajarafath
Contributor
0 Likes
817

Hi Siva,

Even though you defined the next page as 2 and for three as well. Your page will not be triggered implicitly unless. Main window table overflows. So in this case you need to call that particular page. You create flow logic->command there you define the next page as2 in ur main page and do the same thing for the page2 also.

Then you try itwill work

Hi,

I have created a smartform with three Pages.The main window is in first page and the other two page contains secondary window.In the page1 Gen Attributes Tab i have given the next page as Page2 and in page2 Gen Attributes Tab i have given the next page as Page3 and in page3 Gen Attributes Tab i have given the next page as blank. But in the output of the smartform, Page 1 is only visible and the other two pages are not visible. In the print preview of locl, i am getting the info as below.

page 00001 of 00001

Please help on this issue.

Regards

Siva.

Edited by: siva1135 on Dec 1, 2011 2:34 PM

Edited by: siva1135 on Dec 1, 2011 2:35 PM

5 REPLIES 5
Read only

mithun_shetty4
Contributor
0 Likes
817

Are you printing something in your second and third page if not it wound not be displayed.

Check this it might help you

[http://help.sap.com/saphelp_nw70/helpdata/en/b1/243fdabeee11d4b633006094192fe3/frameset.htm]

Read only

0 Likes
817

Hi,

I need to Populate Data from Driver program into Second page , but as of now i have created a Header window and footer window in both the pages and in the third page I have created a text . But nothing is displayed other than page 1 details.

Read only

0 Likes
817

Hi Siva,

In the second page header/footer, try giving some static text. It may print then.

Regards,

Sindhu.

Read only

surajarafath
Contributor
0 Likes
818

Hi Siva,

Even though you defined the next page as 2 and for three as well. Your page will not be triggered implicitly unless. Main window table overflows. So in this case you need to call that particular page. You create flow logic->command there you define the next page as2 in ur main page and do the same thing for the page2 also.

Then you try itwill work

Read only

0 Likes
817

Hi Suji,

Thank you very much. I have tried what u said and now all the pages are visible.