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

Problem with New-Page in sapscript

Former Member
0 Likes
926

Hi,

I'm calling the new-page explicitly in the main window by creating a text element NEW.But whenever I run the program I get an error saying "Output is continuous or contains too many pages(>3)".

Thanks

Hi,

I'm calling the new-page explicitly in the main window by creating a text element NEW.But whenever I run the program I get an error saying "Output is continuous or contains too many pages(>3)".

Thanks

6 REPLIES 6
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
789

Hi,

Did u defined that element in ur sapscript..??

Just check that one..

And just check what is ur next page for the first page defined in ur sap script..

cheers,

SImha.

Read only

Former Member
0 Likes
789

I've also defined the element

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
789

Hi,

Just check the condition of the NEW_PAGE when it has to be triggered..

may be something gone wrong in the logic itself...

Cheers,

SImha.

Read only

Former Member
0 Likes
789

Hi I used START_FORM AND end_form and that sorted out the problem.

Read only

Former Member
0 Likes
789

It is because you are calling a NEW-PAGE in the main window and you have not mentioned which should be the next page. For that you need to Go to SE71==> Pages==>Standard Attributes==> Mention the <b>Next page</b>

Assign the same for both the pages !

rgds,

TM

Please mark points if you got solution.

Message was edited by: Thomas Mann

Read only

Former Member
0 Likes
789

I've already defined the Next page for both the pages.