cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt in SAP Script

Former Member
0 Kudos

Hi All,

I have a requirement. I have some text that should be printed only on the last page. That is if the SAP Script has two pages then it should appear in the second page and not the first page. If there is only one page then then it should appear in this page. How do i do this...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mathew,

Check this thread, where the same topic has been discussed.

Regards,

Chandra Sekhar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mathew Abraham,

Use condition

IF &PAGE& EQ &SAPSCRIPT-FORMPAGES&.

text you want to print.

ENDIF.

Best regards,

raam