2007 Sep 17 1:01 PM
Hi,
I am designing two pages in my script. I created two pages and 6 windows. When ever i am trying to activate the script it show the error like
<i><b>first page not defined.</b></i>.
Regards
Srinu
2007 Sep 17 1:18 PM
Hi,
In first page you can set the standard attributes like this:
Page: First
Next Page: Second
Create windows, page windows in first page.
Create page windows in second page.
Save and Activate.
I think it should work.
Regards,
Bhaskar
2007 Sep 17 1:04 PM
Hi!
You have to fill the field First page on the Header/Basic settings window.
Regards
Tamá
2007 Sep 17 1:06 PM
2007 Sep 17 1:05 PM
hi sreenivasulareddy,
in SAPScript the first page has to be calles as FIRST, if you have another page it is wise to call it NEXT.
hope this helps
ec
2007 Sep 17 1:06 PM
hi,
go to t-code se71 give the name of ur script
now two tabpages will display, one is Basic Setting,
go into this tabpage,
now assign here the First page
thanks
Dharmishta
2007 Sep 17 1:13 PM
Hi,
I gone through your steps, in basic settings i assigned my first page but it shown <b>page format PAGE1 P is not in the spool admin.</b>
Regards
Srinu
2007 Sep 17 1:08 PM
you have to specify which page is the first one
go to header of your script and click on button "Basic settings"
there you have field "First page" and you have to input the page name
then in each page, you specify which is the next page
2007 Sep 17 1:18 PM
Hi,
In first page you can set the standard attributes like this:
Page: First
Next Page: Second
Create windows, page windows in first page.
Create page windows in second page.
Save and Activate.
I think it should work.
Regards,
Bhaskar
2007 Sep 17 1:28 PM