cancel
Showing results for 
Search instead for 
Did you mean: 

Page break in script

Former Member
0 Kudos

Moved to correct forum by moderator

Hi all,

We have a problem in script where we need to increase he main window size where it is being populated with items, when we increase the main window the footer is getting over written in main window,we need to keep the fooetr only in the last page

any inputs will be helpful.

Edited by: Matt on Nov 19, 2008 10:47 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Karthik,

Hope the following Threads will help you regarding your problem.

Thanks.

Nitesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Create two pages in script.

In page1 : create the main winodw and display the data as per your requirement.

In page2:create the var window assign as footer window and dispaly the text as per your requirement.

Page1 -


>page1(next page)

page 2------>blank(next page).

and in Main Window after all the fields description in next line

give NEW-PAGE page2 command.

Ex:-

In Main Window

P1 &ABCD-ABCD&,,&ABCD-ABCD&

/: NEW-PAGE page2

In driver program.

AT LAST.

CALL FUNCTION 'CONTROL_FORM'

EXPORTING

command = 'NEW-PAGE PAGE2'

EXCEPTIONS

unopened = 1

unstarted = 2.

ENDAT.

kesavadas_thekkillath
Active Contributor
0 Kudos

if u r using a loop.

just try printing it outside the loop..when the records get over...