cancel
Showing results for 
Search instead for 
Did you mean: 

Footer window should be print on last page

Former Member
0 Kudos

Hi experts,

I want to print footer window only on last page .

so plz tell me how to provide conditions for this.

Regards,

jyotsna

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Jyotsna,

Within the footer, you will be creating a newline for a ROW. If you check on the conditions tab, you will have options like

Only after End of Main window

Only on Page.

You can choose Only on page and from the options, choose your last page name. That should solve the issue.

Thanks,

Chandra.

Edited by: Chandra on Dec 11, 2009 8:21 AM

Former Member
0 Kudos

Hi Jyotsna,

If u 2 click on footer window---click on condition tab under that u will find chk boxes- in that two options r there

1) Only after end of main window

2) Only on page

u can select any of this option according to ur need.

Thanx

Nilesh

former_member156446
Active Contributor
0 Kudos

for the footer window you can have the check box on the condition, after main window.

former_member364077
Participant
0 Kudos

Try this

If &sy-nextpage& EQ 0.

Code the stuff which you want to put in footer

endif.

OR

try with

Bottom.

.......

........

endbottom..

Former Member
0 Kudos

Hi Jyotsana ,

if you have to print the footer in the last page , please put the condition as follows .

SFSY-FORMPAGES = SFSY-PAGE in the conditions tab .

sfsy-formpages gives the total number of pages .

sfsy-page gives the value of the current page .

I hope this helps .

Thanks and Regards,

Ragesh