cancel
Showing results for 
Search instead for 
Did you mean: 

need to place the window only in last page in script

Former Member
0 Kudos

Hi,

I want to place the footer window only in the last page.If it has 2 pages the footer window shhould come in second page only if there is only 1 page then it should come in the first page.

can anyone tell me how to do this in Script.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI Camila,

In such a case, donot use the footer of the Table , but create another window-FOOTER which is positioned after your table, with such a design, your footer would alwyas come only at the end of the Table.

This is a simpler approach.

The other approach could be to set Conditions in the condition tab of the footer , such as it comes only on the last page.

If you take my suggestion, i would say use the 1st option i have explained.

This will help you.

Former Member
0 Kudos

Hi,

try with the below link ....its very useful for you...

http://www.sap-img.com/ts012.htm

Former Member
0 Kudos

Hi,

by using simple 'IF' statement you can check the number pages while you are printing the FOOTER page.

but you should have to provide the space for FOOTER in all the pages.