Printing multiple pages on a single sheet with SAPScript

Hello,
I am using SAPScript on ECC 6.0. We currently have a form which occupies the top half of an A4 sheet of paper. The form is printed on pre-printed stationary provided by the government. The government has now issued a new version of the pre-printed stationary which allows a single page to contain the form twice. The form is a with-holding tax receipt that we issue to a vendor.
We now wish to use this stationary to print 2 different instances of the form to a single sheet. The different instances will be for different vendors and have different contents. The stationary is provided perforated so we can split them apart after printing.
Does anyone know how to make SAPScript print 2 instances of a form to a single sheet of paper using a laser printer?
Thanks in advance,
Ben

Hi Ben,
   Use this control command in the sap script main window and split the main window into two parts. This will solve your problem. If you require further info please let me know.
/: NEW-WINDOW
Use of this command is as described below.
Each page can consist of up to 99 main windows. Each main window is assigned a consecutive identifying number (0..98), and the windows are filled in this order. This feature enables SAPscript to print labels and to output multi-column text. When one main window fills up, the next main window on that page is taken, if there is a next one. A page break is inserted after the last main window.
You can use the NEW-WINDOW command to call the next main window explicitly, even if the current main window is not yet full.
OR****************************************
You can call this script control command through your printprogram after filling your first instance of main window using function module CONTROL_FORM.
reward if helpful.
Thanks & Regards,
Kalyan.
Edited by: Kalyan on Jan 4, 2008 9:50 AM

Similar Messages

  • How can I print multiple pictures on a single sheet?

    Today 3/27/2012 I tried downloading HP software that says it has a new feature that allows printing multiple pictures on a single sheet of photopaper.  The download started and halted at only one square and sat there flashing for hours, meaning it wasn't downloading on my Pavilion desktop computer.  Since it's a new feature (apparently), no wonder no one as yet has asked this question and so I doubt if anyone has the answer.  But, I'll wait to see.

    You are probably going to get help by posting in the iPhoto forum. You can easily locate it by clicking on Apple Support Discussions on the top left of this page then navigating to the iPhoto forums.
    Roger

  • Print multiple pages on a single page in word or from a PDF

    I need to print multiple pages on a single page from a PDF (ie: pages 1 and 2 onto a single page, pages 3 and 4 on a single page etc.)
    Does anyone know how to do this? Thanks

    (near the middle in a pull down menu - if you have the small print window click on the triangle next to the printer name to expand the window
    In preview the menu shows "preview" until you open it to see more - and
    if you have the small print window click on the triangle next to the printer name to expand the window
    LN

  • Printing multiple images on a single sheet

    Hi everyone.
    I haven't been able to do this, nor find help about it. I need to print various images, each having its specific dimensions, onto a single 13 x 19 in sheet. The closest I've come to, was using the book module, dropping the images onto a single page with various image placeholders. But, in that case, I have not been able to fix the exact dimensions of each of these placeholders.
    Thanks for any help.

    To the best of my knowledge there is no equivalent to the Photoshop "picture package" printing. I was hoping for this feature with 2.0, but alas it did not appear. In addition to the book layouts, you can try printing light tables. I have found that this works pretty well for photo montages. Some of the problems with using light tables for this type of work is that the user has almost no control over the light table size and shape (it is growing whenever you move an image close to the light table edge) and also the light table will not allow for more than one copy of an image (so the technique works for photo montages, but not picture packages). Just make sure you position the images such that the general shape of them together represents the paper shape (rectangular or square), then right-click on the light table background and select "minimize size" to get ride of the extra light table area in the periphery. Finally select File->Print Light Table. Once you pick the paper size, Aperture will resize the images as needed. Unfortunately, the user has no control over each image's size, only the image size relative to the paper and the other images on the light table. A kludgy solution, but it works for some applications.

  • How can i print multiple pages(pdf) on one sheet?

    I have a HP Photosmart 5515. Thank you!

    Hi,
    Sorry I can't work out your question BUT if you wish to merge many pdf files to one pdf file you can use this free program (download from the following link):
       http://www.pdfsam.org/?page_id=32
    This program also allows you to split one big unprotected pdf file to many smaller pdf files such as extract few chapters from a thick book.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Printing multiple pages on one sheet not working.

    Hey All,
    I'm reasonably new to the mac environment and am having trouble getting pages to print multiple flyers on a single sheet. I've set the flyer up in Page Setup for it's actual size which is 4 x5.5inches. I've created the flyer within this size sheet. When I select Print and choose 4 pages per sheet under layout options, nothing happens. The preview does not update and the printed doc (both pdf and on my deskjet only have one small image as opposed to 4. Any ideas as to what's going on?
    I've used this type of feature on many other applications so I think i have a good grasp as to how it's supposed to work but am prepared to be educated!
    thx!
    mister james

    have no idea about what is wrong on your machine.
    Here doing that I get a normal behavior:
    You may try:
    a - quit/close Numbers
    trash the preferences file:
    <bootVolume>:Users:<yourAccount>:Library:Preferences:com.apple.iWork.Numbers.pli st
    empty the trash
    restart Numbers.
    b - try to do the job from an other user account
    tell us how the beast behaves.
    Yvan KOENIG (from FRANCE samedi 31 mai 2008 14:47:07)

  • No Scaling when Printing Multiple Pages per Sheet

    I'm trying to print a pdf document but with 2 pages per sheet. I tried to scale up the document by 10% (in the page setup tab) but it actually scaled down about 30%. Any idea what could be going wrong? Can Adobe even scale up and print multiple pages on the same sheet?

    Are you using the Multiple button under the Page Size & Handling section of the Reader Print dialog? This section allows you to determine how many pages are printed per sheet. The scaling is pre-determined by the number of sheets you have selected.

  • How to print multiple pages in single spool in smartforms

    Hi all,
      I have a issue on to print multiple pages in single spool,i can able to print multiple pages in multiple spool .I am doing Check Print smartforms in that i need to print Multiple pages in single spool.Currently i am using the below code please help to solve this issue.
    IF gv_tabix = 1.
    lwa_outp_option-tdnewid = 'X'.
    ELSE.
    lwa_outp_option-tdnewid = ' '.
    ENDIF.
    Thanks,
    Deesanth

    Hi
    TABLES: spfli.
    DATA:
      t_spfli type STANDARD TABLE OF spfli.
    DATA:
      fs_spfli TYPE spfli.
    DATA:
      w_form TYPE tdsfname,
      w_flag TYPE i,
      f_nam TYPE rs38l_fnam,
      w_input TYPE ssfcompin,
      w_control TYPE ssfctrlop.
    SELECTION-SCREEN BEGIN OF BLOCK blk WITH FRAME.
    SELECT-OPTIONS s_carrid FOR spfli-carrid.
    SELECTION-SCREEN END OF BLOCK blk .
    SELECTION-SCREEN BEGIN OF BLOCK block1 WITH FRAME.
    PARAMETERS:
      p_single RADIOBUTTON GROUP rad1,
      p_ind RADIOBUTTON GROUP rad1.
    SELECTION-SCREEN END OF BLOCK block1.
    START-OF-SELECTION.
    PERFORM display_data.
    PERFORM ssf_function_module_name.
    PERFORM spool_request.
    *& Form display_data
    * text
    * --> p1 text
    * <-- p2 text
    FORM display_data .
    SELECT * FROM spfli INTO TABLE t_spfli WHERE carrid IN s_carrid.
    ENDFORM. " display_data
    *& Form ssf_function_module_name
    * text
    * --> p1 text
    * <-- p2 text
    FORM ssf_function_module_name .
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING formname = ' '
    IMPORTING fm_name = f_nam
    EXCEPTIONS no_form = 1
    no_function_module = 2.
    * IF sy-subrc NE 0.
    * MESSAGE 'Form cannot be displayed' TYPE 'E' .
    * ENDIF. " IF sy-subrc eq 0
    ENDFORM. " ssf_function_module_name
    *& Form spool_request
    * text
    * --> p1 text
    * <-- p2 text
    FORM spool_request .
    w_input-dialog = 'X'.
    CALL FUNCTION 'SSFCOMP_OPEN'
    EXPORTING input = w_input
    EXCEPTIONS error = 1.
    *" LOOP AT t_spfli .....................................................
    LOOP AT t_spfli INTO fs_spfli.
    w_control-no_open = ' '.
    w_control-no_close = ' '.
    *"Single spool request..................................................
    IF p_single EQ 'X'.
    w_control-no_open = 'X'.
    w_control-no_close = 'X'.
    ELSE.
    *"Individual spool request.............................................
    IF w_flag NE '1'.
    w_control-no_open = 'X'.
    w_control-no_close = ' '.
    w_flag = 1.
    CALL FUNCTION ' '
    EXPORTING control_parameters = w_control
    fs_spfli = fs_spfli
    EXCEPTIONS formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 4.
    endif. " IF w_flag ne '1'
    ENDIF. " IF p_single eq 'X'.
    CALL FUNCTION ' '
    EXPORTING
    control_parameters = w_control
    fs_spfli = fs_spfli
    EXCEPTIONS formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 4.
    ENDLOOP. " LOOP at t_spfli into ...
    *&This function module close the spool request *
    CALL FUNCTION 'SSFCOMP_CLOSE'
    EXCEPTIONS error = 1.
    ENDFORM. " spool_request
    Regards,
    Sravanthi

  • Can't print multiple pages per sheet

    Hi there - I'm a real newbie to this whole adobe reader thing and I need help!! I've been trying to print multiple pages per sheet and I just can't. I know where I can change the presets but when I'm in the print dialog presets I can't click on anything. It won't allow me. What's wrong?
    I'm using adobe reader 8.1.3 and the document i'm trying to print is a powerpoint document converted into a pdf. Is this why I can't change the settings? Or do I need the adobe reader 9 standard? i'm just so confused!
    thanks in advance!!

    Yes, it used to work, and the resize zoom bar used to work too (now its grayed out). I don't know if this is a "who's to blame for it" thing, but its not getting fixed and its pretty bad that no one seems to care enough even to respond. I found my own solution by opening it in Gimp. Just right click and select open with other ...Gimp and it will import into it. In the Gimp Print dialog, you have a scaling percentage in the "Page Setup" tab, and size settings in the "Image settings" plus loads of other stuff including multiple copies.

  • How do you get rid of white space when you are printing multiple pages to one sheet of paper?

    How do you get rid of extra white space when you are printing multiple pages to one sheet of paper?  When printing multiple pages to one sheet of paper Acrobat won't let you select the "zoom" for printing.
    Thanks

    Take a look at Quite Imposing.

  • Printing multiple pages per sheet on Adobe Reader for Windows 8

    I cannot print multiple pages per sheet on Adobe Reader touch for windows 8.1

    What is your Reader version?  In Reader XI 11.0.07 you would click on Multiple, then specify 4 (or 2) pages per sheet:

  • Print multiple pages with dynamic data from same movieclip

    Hi @ all,
    like much of us i have a problem with printjob.
    I have a printjob routine, that starts a new job, then
    handles the following in a loop for printing multiple pages:
    1. update content for every page in a sprite. every loop it's
    the same sprite. the sprite is visible on stage
    2. addPage to Printjob
    after that sends the printjob to the printer
    Now the Problem:
    On Windows it runs perfectly. On Mac only the last page was
    printed. the other pages before are empty (white).
    Has anyone a idea?
    Thanks for answeres.
    Her's my code. As you can see i try to print a table on
    multiple pages. In every loop i only show the rows for the actually
    printing page:

    the printview function only updates the content in the sprite
    that will be printet on every page.
    it generates the rows of a table that will be printed on the
    actual page and return if all rows are printed (true or false)
    this is a very slim function. there is no time overflow or
    sth. like this.

  • Trouble printing multiple pages with HP ENVY 5531

    I am printing wirelessly from a Windows 8 machine.  If I only print one page it works fine every time.  If I try to print multiple pages then on the 2nd or 3rd page it always cuts off the bottom portion of the page.
    There was another post that had a similar problem but the problem went away when they connected up the USB cable from the computer to the printer.  I need to print over wireless so that isn't a good solution for me.

    Hi,
    Try following the steps below and check if that may help:
    - Open the HP software by clicking the HP ENVY 5530 icon within the Desktop or the Start Menu, then click the Printer Home Page (EWS) link.
    - Click the Network tab.
    - Depending on your printer model click on Networking and then on Network Address (IP) or click on IPv4 within the active network connection type.
    - Click on Manual IP , and then click Suggest a Manual IP Address . A manual IP address, Subnet Mask, and Default Gateway displays.
    *Be sure to take a note of the IP address and Confirm the changes, then close the EWS page.
    - Click the HP ENVY 5530 icon within the Desktop or the Start Menu and click the Utilities tab, then click on Update IP Address.
    - Type the manually configured IP address, click on Save and confirm.
    - Open the control panel and go to Devices and Printers.
    - Right click the HP ENVY 5530 icon and select Printer Properties.
    - Open the Ports tab.
    - Click the Add Port button, select Standard TCP/IP and click on New Port.
    - Follow the steps by typing the manually configured IP address and confirm the changes.
    Now try printing and check if the issue been resolved.
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Scan multiple pages into a single PDF document?

    How can i scan multiple pages into a single multipage PDF file?
    I've seen similar questions posted, but I haven't found any good answers. The only advice i saw was to scan each page as a separate PDF document, then merge them into a single PDF using third-party software.
    Obviously, i don't want to have to do that.
    I can't believe that there really is no way to do it using the existing HP print/scan utilities provided with the hardware.
    My printer/scanner is the "HP Photosmart 5514 e-All-in-One Printer - B111h", and i'm running Vista (64-bit) on an HP Pavillion notebook.
    This question was solved.
    View Solution.

    Hi,
    From the HP Scan software (Start > Programs > HP > HP Photosmart 5510 Series > HP Scan) select PDF and ensure the resolution is 300 DPI or lower.
    Ensure the Show Scan Preview option is checked and click on Scan.
    Once scanning the first page completes, place the next page on the glass and click the plus button below the scan preview...
    Once you are done click on Save.
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • HP Envy 4501 won't scan multiple pages into a single document

    My HP Envy 4501 Printer won't let me scan multiple pages into a single pdf document.
    I already made sure that the checkbox "Create a separate file for each scanned page" is not checked under the file section in advanced settings.
    After I scan the first page, I do not get a screen with a + (plus sign) that is supposed to allow you to scan additional pages into the same document.
    Is there any way that I can get a fix/update for my HP Envy 4501 Printer software that would show the screen with the + (plus sign) that allows you to scan additional pages into the same document after you scanned the first page?
    At this point, if I don't get this problem fixed soon, I'm about ready to return my HP Envy 4501 Printer back to the store I bought it from so I can get my money back and buy a printer from one of HP's competitors before my store warranty runs out.
    I am very dissatisfied with HP's printer software, their support services and their web sight that doesn't work half of the time.
    Thanks,
    Mark
    This question was solved.
    View Solution.

    Hi Mark,
    Great to see you are up and running now.
    Such an information is available within the online documentation at hp.com:
    Scanning additional pages is supported at 300 dpi or lower.
    http://support.hp.com/us-en/product/HP-ENVY-4501-e-All-in-One-Printer/5304875/model/5368518/document...
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

Maybe you are looking for

  • Sound goes off, goes bad then effects the PC

    I'm a tumblr user and I spend most of my time there on my computer. Recently videos sounds started to go off after a few loops. Then it completely goes off or goes bad like the audio damaged terribly. Even the system slows down. When I checked other

  • "You must update your system software before using this setup assistant"

    Hello, I've installed the new Mac OS X on my MacBook (CoreDuo) and I'm receiving this error when trying to setup boot camp. I had a perfect installation of it on Tiger, and my system is fully up to date with all the latest updates from Apple so I'm a

  • Is updating from Robohelp X5.0.2 to latest version a difficult task?

    I realize this is a pretty subjective question, but for someone who is fairly comfortable using version X5.0.2, would it take a day, or a week, or possible a couple months to update a project that contains three chm files, with hundreds of htm files?

  • Mac OSX (10.9.5) IDCC2014 - potential caption bug - can anyone replicate this fault?

    Hello everybody. I have encountered a strange situation with live captions in InDesign. To demonstrate this issue, I have made a new indesign file, and the information for the live caption uses the Camera option from the metadata dropdown in the live

  • IPOD CORRUPTED (error 1415) HELP!

    Whenever i connect my ipod to my pc and open my itunes, it says "corrupted" and ask me to reconnect or restore the ipod. But when i try to restore it, it says "Unknown error 1415". I tried many times to re-install/repair itunes and swtich to "manual"