Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Footer text should print on Last page only

suresh_kumar53
Participant
0 Kudos

HI all,

I got a requirement in that i need to print one Standard text in last page only.

I need to put the condition also in Standard text.

I tried with "IF &PAGE& = &SAPSCRIPT-FORMPAGES&

and &NEXTPAGE& = 0"

But it is not giving correct output.

Am not getting the reason. Please help me in this.

Thanks,

Suresh.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Suresh,

In the Text node itself, there is an option in conditions tab 'Only on Page', select that check box and provide the page.

Regards,

Satish

3 REPLIES 3

Former Member
0 Kudos

Hi,

Try like this....

IF &SYST-PAGE& = &SAPSCRIPT-FORMPAGES&

Cheers,

Bujji

Former Member
0 Kudos

Use like this...

if &syst-pagno& = &sapscript-formpages&

Former Member
0 Kudos

Suresh,

In the Text node itself, there is an option in conditions tab 'Only on Page', select that check box and provide the page.

Regards,

Satish