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

Regarding Multiple pages in SAP Script Output

Former Member
0 Likes
1,072

Hi All,

I have a requirement in SAP Script where i need to print data in multiple pages. I had created 1 page - FIRST with properties <b>Next Page</b> as FIRST , <b>Mode</b> as INC.

In the output i have multiple line items, the data will carry upto 3 pages.

Now In the output First page data is printing correctly.

In the second page all the windows are carried forward to print all the data correctly except in MAIN WINDOW.

In Second page in MAIN Window i have ITEM HEADER which i want to print on every page as it is printing in First page of output, but i am not been able print ITEM HEADER though i am able to print all the ITEM DETAILS correctly on every page.

Can anybody tell how can i print ITEM HEADER on every page which is in MAIN Window.

Thanks in advance.

Thanks & Regards,

Rayeezuddin.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
793

Hi Shaik,

If you are only printing Item Details in the Main Window, why don't you create a saperate window just above your main window for Item Headers.

Hope this should solve your problem or Please elobarate your query.

Thanks,

Vinod.

Hi All,

I have a requirement in SAP Script where i need to print data in multiple pages. I had created 1 page - FIRST with properties <b>Next Page</b> as FIRST , <b>Mode</b> as INC.

In the output i have multiple line items, the data will carry upto 3 pages.

Now In the output First page data is printing correctly.

In the second page all the windows are carried forward to print all the data correctly except in MAIN WINDOW.

In Second page in MAIN Window i have ITEM HEADER which i want to print on every page as it is printing in First page of output, but i am not been able print ITEM HEADER though i am able to print all the ITEM DETAILS correctly on every page.

Can anybody tell how can i print ITEM HEADER on every page which is in MAIN Window.

Thanks in advance.

Thanks & Regards,

Rayeezuddin.

4 REPLIES 4
Read only

Former Member
0 Likes
793

Hi All,

Can anybody solve this issue as i require it urgently.

I am ready to give further information if required.

Thanks & Regards,

Rayeezuddin.

Read only

Former Member
0 Likes
794

Hi Shaik,

If you are only printing Item Details in the Main Window, why don't you create a saperate window just above your main window for Item Headers.

Hope this should solve your problem or Please elobarate your query.

Thanks,

Vinod.

Read only

0 Likes
793

Hi All,

Thanks for those replies.

Creating new window before Main Window for Header Part is worked perfectly.

Once again thanks a lot.

Thanks & Regards,

Rayeez.

Read only

Former Member
0 Likes
793

Hi,

It is also possible to print the ITEM_HEADER in the Main window but you need to capture the page, whether it is new page or not.

So I think the easiest way is to remove the ITEM_HEADER from Main window and reduce the size of the Main window and insert another variable window in that reduced place and print the ITEM_HEADER in that new window.

Cheers,

Sampath