2005 Sep 01 6:42 PM
Hi all,
Can anybody tell me how to get NEXT PAGE FUNCTIONALITY in SAP SCRIPTS. Means if Data in 1st page does not fit it should go to next page and print.
I had declared 2 PAGES already in my LAYOUT SET.
How can i achieve above functionality.
Thanks in advance.
Thanks & Regards,
Rayeez.
2005 Sep 01 6:49 PM
2005 Sep 01 6:51 PM
2005 Sep 01 6:58 PM
Hi Rich heilman,
I had declared first page as PAGE1 & its Next Page attribute as PAGE2 which is also declared already.
But still it is not showing second page when there is over flow of data.
does we need to write following code any where in layout.
IF &PAGE& EQ = 1
NEXT-PAGE
ENDIF
please solve my issue.
Thanks & Regards,
Rayeez.
2005 Sep 01 7:13 PM
Hi Rich/All,
Can anybody address my issue.
I am still not able get into second page.
Thanks & Regards,
Rayeez.
2005 Sep 01 7:25 PM
2005 Sep 01 10:41 PM
Hi all,
I got the solution now.
I had included following text in the MAIN WINDOW of my program. So i am able to get continuous information with multiple pages.
IF &PAGE& EQ = 1
NEW-PAGE
ENDIF
Thanks & Regards,
Rayeez.