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

Sapscripts :Data not displayed on next page

Former Member
0 Likes
814

Hi all,

In sapscript data is not displayed on next page.There is loop for entries to be displayed.one page can accomodate 3 entries. If i have number entries more than 3 say 4 then 4th entry should be displayed on next page. But it is not happening. Can anybody help me.

Regards,

Aisha

Hi all,

In sapscript data is not displayed on next page.There is loop for entries to be displayed.one page can accomodate 3 entries. If i have number entries more than 3 say 4 then 4th entry should be displayed on next page. But it is not happening. Can anybody help me.

Regards,

Aisha

4 REPLIES 4
Read only

rvinod1982
Contributor
0 Likes
796

Hi Aisha,

Have you created two separate pages like FIRST and NEXT page in your sapscript?

If you have created only one page, then that page will be your second page.

You have to specify the second page name in the Next page attribute in Pages screen.

Regards,

Vinod

Read only

Former Member
0 Likes
796

Hi,

Define second page as it is like first page....in the first page attribtes give the next page as SECOND page and in the Second page attributes next page as SECOND only...

Hope this will help.

Regards,

Rohan.

Read only

Former Member
0 Likes
796

Hi,

Define two pages and say next page in page1 as page2.

Also see the main is having sufficinet layout.

Regards

Read only

Former Member
0 Likes
796

Hello Aisha,

Try using PROTECT-ENDPROTECT, to display set of data on 1 page and 2nd set on another page.

Hope that would help you.