cancel
Showing results for 
Search instead for 
Did you mean: 

page triggering problem with last page

Former Member
0 Kudos

hi all,

There are two pages page1-mainwindow contains some 5 records it will display

where as page 2 contains static text

given that for page1 next page is page2 and page2 next page is page1

Totally i have 20 records for the last static page is not displaying ...

plz suggest me

thanking you

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

you have to set page2 next page is page2.

Thanks,

Sree.

Former Member
0 Kudos

Hi meena kumari,

Page1-->page2 (next page)

Page 2-->blank(next page)

Regards,

Sravanthi

Former Member
0 Kudos

its not working.

Former Member
0 Kudos

Hi meena,

Page1-->page2 (next page)

Page 2-->blank(next page)

Include these lines in the driver program.

at last.

      call function 'CONTROL_FORM'
        exporting
          command   = 'NEW-PAGE PAGE2'
        exceptions
          unopened  = 1
          unstarted = 2.
    endat.

Regards,

Sravanthi

Former Member
0 Kudos

Hi,.

Please create Command node after main window, give next page is Second page and give conditions tab check only after end of main window

Regards

jana

Former Member
0 Kudos

I Need in Scripts