Application Development and Automation 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: 
Read only

sap-script

Former Member
0 Likes
3,510

In sap-script how we can print footer in last page only?

2 REPLIES 2
Read only

Former Member
0 Likes
3,491

There is a system symbol &NEXTPAGE& which will be 0 in the last page. Whatever you want to print , just put an if conition in the SAPSCRIPT.

/: If &NEXTPAGE& = 0.

.....

......

/: ENDIF

Read only

0 Likes
3,491

SI B/W IF AND ENDIF WE WILL DEFINE OUR FOOTER?

SO IT WILL PRINT ONLY IN LAST PAGE ONLY