cancel
Showing results for 
Search instead for 
Did you mean: 

regarding footer

Former Member
0 Kudos

hi all

i want to print footer data only at the last page not in all pages how i can?

Regards,

srujana.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi srujana,

u will get the right solution in this link.

Regards....

Arun.

Reward points if useful.

Former Member
0 Kudos

hi arun,

thank you

bye.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

**************************************************************

<u>If you are using <b>SMARTFORMS</b>,</u>

- select the node where you are printing the footer.

- select "condition" tab here

- enter the condition "<b>SFSY-PAGE = SFSY-FORMPAGE</b>"

**************************************************************

**************************************************************

<u>If you are using <b>SAPScript</b>,</u> there are two ways to achieve this. One is in driver program and other in SAPScript.

- Driver Program : Only after printing all data, use WRITE_FORM FM for "footer" element.

- SAPScript: Put your code for printing footer between this condition.

IF &PAGE& = &SAPSCRIPT-FORMPAGES&.

  • write your footer code here

ENDIF.

**************************************************************

Let me know if you need any other information.

Regards,

RS

Former Member
0 Kudos

give condtion fopr the window

&SFSY-PAGE& = &SFSY-FORMPAGE&.