cancel
Showing results for 
Search instead for 
Did you mean: 

How to print 2nd Page/How to call 2nd page

Former Member
0 Kudos

Hi

Actually in my report there was only one page and I want to add 2nd page which I have added. Now system is not showing 2nd page in output. I put a break point in 2nd page and found that system is not going inside 2nd page. I mean not triggering 2nd page. Can any one help me on this.

Thanx in advance

Rajesh Vasudeva

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hello Rajesh,

There can be two possibilities for this problem.

1. In page attributes see that the next page is your second page and for second page it should be the second page it self

2.In the print program after calling all the main window elements just call function module CONTROL_FORM passing the command as next-page i,e ur second page.

Regards,

Kiran

Former Member
0 Kudos

assign next page to both first page and second page as second page only... then debugger will enter second page..

reward if helpful

Former Member
0 Kudos

Give next for first page is second page. ur problem will be solved.

Venkat

Former Member
0 Kudos

Hi

You have to give next page -> name of your second page

in the general attributes of se71

rewards

regards

Vamshi

Former Member
0 Kudos

in se71

u have to a assign next page as 2 page........in pages ..check that.......

if it is usefull Plz Reward

Regards

Anbu

former_member184657
Active Contributor
0 Kudos

create a command node and point to next page.

also make sure that the size of secondary window is the exact same size as the main window of first page.

it shud help

pk

Former Member
0 Kudos

Hi

Thanx for the reply. Size is exactly same as main window of the Ist page. I have created program lines but how to command next page. Pls. help.

Thanx and regards,

Rajesh Vasudeva

Former Member
0 Kudos

Hi Rajesh

right click create-> flowlogic->command

here chek goto new page and specify your second page name.

Try this too.

Instead of creating new page with another main window create a new page with secondary window and in first page main window -> general attributes set next page : first page itself and create a command as i showed the path and in that set second page.

This will surely solve your problem

Regards

Swetha.