cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript footer should start from new page

Former Member
0 Kudos

In sap script i have to devlop form having footer window to appear at new-page.

the footer having all hard-coded text.

First page present header and main window having nextpage-is NEXT----START type

Next page present main window and footer window (Que. is-this window should start at new page which is last page of output.). having nextpage is NEXT.-------INC type.

no provision for new text-element..plz consider

Edited by: Indranil Panzade on Dec 27, 2007 11:42 AM

Edited by: Indranil Panzade on Dec 27, 2007 11:59 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member187457
Active Contributor
0 Kudos

Hi

u can do tht by writing a if else query......

like...

If &NEXTPAGE& NE 0

......

......

.......(Hard Code or any code)

.....

endif

or if want to print the code on only last page, write

IF &NEXTPAGE& EQ 0

.........

ENDIF

thnx

Rohit

Edited by: Rohit Kumar on Dec 31, 2007 12:51 PM

Former Member
0 Kudos

I have a similar requirement. Please post if you have found a solution.