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

Help needed in SAP script....urg pleaseee

Former Member
0 Likes
660

Hello Experts,

I am working on a script. The script has two pages page1 and page2. Both of them have main windows. I have added a new page (page3) with 3 windows and only constant text in them. This should be printed at the last. But I am unable to call the new page.

Can you please suggest me some thing here..

Thankyou...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
638

I assume that there is a main window in the 3rd page too as you cannot create a page without a main window in a script. Anyways Have you selected the next page in Header of Page 2 as "Page 3" ? Probably you can also use the control command "new-page" to trigger a page break.

Hope this helps.

Hi..,

At the end of the Second page i.e after all the data has been output in the second page write in the script editor as

/: NEW-PAGE <PAGE-NAME>.

Then it triggers the page <PAGE-NAME> SAY LAST..

( /: NEW-PAGE LAST )..

thats it !! it triggers the new page as LAST here !!

reward if it helps u,

sai ramesh

4 REPLIES 4
Read only

Former Member
0 Likes
639

I assume that there is a main window in the 3rd page too as you cannot create a page without a main window in a script. Anyways Have you selected the next page in Header of Page 2 as "Page 3" ? Probably you can also use the control command "new-page" to trigger a page break.

Hope this helps.

Read only

Former Member
0 Likes
638

riki,

If that windows should be in the last page u can try using BOTTOM - ENDBOTTOM in the main window instead of going for the new page.

Regards...

Arun.

Reward points if useful.

Read only

Former Member
0 Likes
638

Hi riki,

Make sure you have maintained the next pages correctly.

Page ..............Next Page

first page...... second page

second page... third page

third page ........third page

It should work,

Regards,

Message was edited by:

Sandipan Choudhuri

Read only

Former Member
0 Likes
638

Hi..,

At the end of the Second page i.e after all the data has been output in the second page write in the script editor as

/: NEW-PAGE <PAGE-NAME>.

Then it triggers the page <PAGE-NAME> SAY LAST..

( /: NEW-PAGE LAST )..

thats it !! it triggers the new page as LAST here !!

reward if it helps u,

sai ramesh