cancel
Showing results for 
Search instead for 
Did you mean: 

getting the footer message in the last page

Former Member
0 Kudos

hi all,

can any one say me what is the code to be included in the text editor of the script to get the message in the last page of the sap script.

i came to know from one of my friends that to include next page command but i dont know how to use it exactly pls give me the exact details.

thanks and regards,

md.ibrahim

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

try this

/: BOTTOM
/: This is footer text
/: ENDBOTTOM

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

the other way for this is if you are using the loop then use at last, within this call the window to display the footer

Regards

Shiva

Former Member
0 Kudos

<deleted>

Message was edited by:

Chandrasekhar Jagarlamudi

Former Member
0 Kudos

use command like

/: IF &PAGE& = &SAPSCRIPT-JOBPAGES&

ADD UR TEXT

/: ENDIF.

The above command will trigger only last page

Reward Points if it is helpful

Thanks

Seshu

Former Member
0 Kudos

i think it will be &page& = &sapscript-formpages&.pls check.