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 problem

Former Member
0 Likes
1,179

Hi all,

I have created two pages but i am unable to see my second page while i am running the program.can any one help m in this.

Regrads,

Lisa

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,136

Hi all,

while i am accessing the print preview from SAP script i am able to see two pages filled with some data but while i am accessing the print preview from the program i am able to see only one page.why its happening.Can any one help me in this.

Regards,

Lisa

Message was edited by: Lisa Roy

12 REPLIES 12
Read only

Former Member
0 Likes
1,136

I guess your second page is only shown when the MAIN window has been fully filled in the first page....

Read only

Former Member
0 Likes
1,136

Hi Lisa

Let's know what you really need to do.

If you want to print a second page, this would be the next page of the fisrt one. But in this case the system skip to second page only if the main is too small for all data have to be printed.

If you always want to skip to second page, you should insert the command NEW-PAGE in the main.

Max

Read only

hymavathi_oruganti
Active Contributor
0 Likes
1,136

and also be sure that window in first page is of type MAIN WINDOW.

Read only

Former Member
0 Likes
1,137

Hi all,

while i am accessing the print preview from SAP script i am able to see two pages filled with some data but while i am accessing the print preview from the program i am able to see only one page.why its happening.Can any one help me in this.

Regards,

Lisa

Message was edited by: Lisa Roy

Read only

0 Likes
1,136

Hi Lisa

Let's know how you have defined your sapscript.

Max

Read only

0 Likes
1,136

u press PAGE DOWN and see, u may find the second page !!

Read only

0 Likes
1,136

Hi Max,

I have created my first page with three windows

1)Address of the co.

2)to whom addressing

3)transaction details.

In the transaction details window i am giving some data to the customer(Its above 20 lines).When i am seeing the print preview i am seeing these transaction details in two pages but while in the program i am able to see the first page but not the second page so some data is missing due to this.

So can you help me in this.

regards.

Lisa

Read only

0 Likes
1,136

hello,

Have you defined next page as page2 of page1?

Dilip

Read only

0 Likes
1,136

Hi Hymavathi,

I am unable to see the output of second page after pressing the page down also.

Regards,

Lisa

Read only

0 Likes
1,136

Hi dilip,

I have defined the next page as page2 in page1.

Regards,

Lisa

Read only

0 Likes
1,136

Hi Lisa

It's right!

You have to use page down if you want to see the next page or page up to go to previous one, and use the scroll button to scroll page.

Try to print your sapscript and you should obtain two pages.

Max

Read only

Former Member
0 Likes
1,136

Is your problem that you can't find any button to turn page?

Simply try Shift+F11 or right click on the page and choose "Next Page".

Nuno