cancel
Showing results for 
Search instead for 
Did you mean: 

How to restrict a page in script....(which is a last page).

Former Member
0 Kudos

Hi all,

My requirement is...

I am printing a cheque layout..which is a script..

i am having three pages..

page1

page2

last

IN page attributes...

i have given page2 for page1

and page2 for page2

and for last nothing....

this page "last" is required here and it should not be printed.

how can i restrict this last page...

plz help me out as it is an urgent requirement.

any help will be rewarded.

rgds,

raj...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

After completing all the windows in the Second page then call the Last page dynamically, for this call the function module CONTROL_FROM

Call function CONTROLL_FROM

Command = NEW-PAGE 'LAST'.

Regards

Sudheer

Former Member
0 Kudos

hello raj

you can check out the setting of the next page in pages tab.

there you can make changes for displaying the pages.

you can set the page to initail or increase the counter so that next page is printed.

i feel that will help you to restrict your printing pages. try out this.

i hope this helps you

or just put next page as the last page when u dont want to print it

FYI

Mode of the counter of a form page.

The page counter can be set so that the number of the previous page is incremented, the page number is reset to its initial value, or the previous page number is repeated.

INC Increasing counter by 1

HOLD Not changing counter

START Setting counter to 1