Posts Tagged ‘IF’

IF Current Page = Last Page [SAPscript]

Wednesday, April 21st, 2010

SAPscript

The request is to print an element inside the windows if the page is the last page onyl. You can do with a IF statement like that:

/:IF &PAGE& = &SAPSCRIPT-FORMPAGES(C)&

/:ENDIF

(more…)