Combine Spool Job Contents ..

Hello Experts,
I'm hoping someone can help with this.  I have a requirement to create adobe print forms for a set amount of employees.  The problem I'm having is that I can get the spool job to create.  In side the spool job, it is broken into parts.  The pdf form created is 8 pages for one employee.  If I print 5 employees, the spool job will have 40 pages, but the job is split into 5 segments of 8 pages.  The issue I'm having is that I need to get all 40 pages in one file to send to a printer.  I've tried a number of things but I can't seem to get the spool job to print to pdf on a local machine.  The only alternative I can find is to get the segments of the spool job into one big file.
Does anyone have any experience with this?  Points will be awarded for any help.
Thanks,
Meezy

Hi,
i have the same problem than the original poster. I call FP_JOB_OPEN/FP_JOB_CLOSE only once, and only one spool job is created. But inside this job there are several parts and each part is an own pdf document. It is possible to read each part/file separately, but i found no possibility to get one big pdf with all parts.
Does anybody have an idea how to solve this?
Jan

Similar Messages

  • Issue with getting the entire spooled job into the pdf document

    Hi All,
    My scheduled job runs fine and completes successfully but it appears to have some issues with getting the entire spooled job into the pdf document which it sends to a an end user.Has anyone encountered it before.Your kind assistance would be appreciated.
    Thank you.
    Regards,
    John

    Hi,
    Please read below link for your query:-
    http://help.sap.com/saphelp_nw04/helpdata/EN/85/54c73cee4fb55be10000000a114084/content.htm
    Regards,
    Anil

  • Cannot Open a new spool job

    Hi,
    I am tryiing to print the COBRA letters from the program RPUCOB02 and i am selecting uptodate radio button.
    I am not facing the error when i select one employee and give the letter print.when i try to select more that one employee and click on letter generate buton it is throwing an error "cannot generate a new spool job"
    It is working fine with the first employee.
    when i went to into the debug mode in the Inlcude for COB02F03 of the program RPUCOB02 , there is open_form and it is dispalying the 104 exception " Error when opening layout set printing" for the second ee.
    can anyone let me know how i can eliminate the error
    Thanks.

    Anjani & Raj,
    This worked for me as a bandaid fix.... didnt do much reasearch... looks like after printing first employee the system is trying to create a new spool request again.... follwoing work around worked for me and may work for you too....
    In the First component of the COBRA User Exit -  ZXPCOU01
    added the following peice of code... and it worked as the spool will be openend once...
    DATA: lc_flag TYPE c.
    IMPORT lc_flag = lc_flag FROM MEMORY ID 'COBRAUSER'.
    IF lc_flag IS INITIAL.
      lc_flag = 'X'.
      EXPORT lc_flag = lc_flag TO MEMORY ID 'COBRAUSER'.
      RAISE standard_procedure.
    ELSE.
      sy-subrc = 0.
    ENDIF.

  • Multiple invoices(spool jobs) download to multiple PDF files or 1 PDF file

    Hello techies:
    Has anyone written a program that takes the spool jobs of multiple Invoices from table TSP01 and then download these multiple invoices to multiple PDF files or to
    One PDF file depending on selection screen?
    This is an urgent request from client for archiving.  Any help is highly appreciated !
    Thanks so much
    SilviaB

    Hi Chris
    Try printing from another browser, such as Firefox. There have been issues between eBay's coding practices and how Safari interprets them.

  • Download a Spool job to UNIX ???

    Hi techies:
    <b>I have an urgent request from client.  They need to download a Spool job(report format) to UNIX directory.</b> Is there any standard SAP function routine that does this function???
    PLEASE help -  they have many reports that they want to spool .. and then
    save this spool job in UNIX directory.
    thanks for all your support and assistance.
    SB

    Hello Seshu:
    This fm <b>RSPO_DOWNLOAD_SPOOLJOB is not working to download to
    UNIX  -  unless I am missing something???</b>It does work to download to regular flat text file on local server
    HELP!!
    thanks
    SB

  • Cancel the print spooler jobs

    Can i delete the Print spooler jobs through command prompt or through any program with out stopping printspooler services.

    Hello, I think you can not delete spooler jobs without stop spooller service. Otherwise, If you try to delete queue, you will see "This files using another software etc." error message. You can try below cmd.
    R.
    net stop spooler
    DEL %systemroot%\system32\spool\printers\*.shd
    DEL %systemroot%\system32\spool\printers\*.spl
    net start spooler
    Ersin CAN - TAT MCSE - Private Cloud. www.get-itlabs.com

  • HP P1606dn network printer spools jobs but won't print without a "form feed"

    I recently changed by HP P1606dn printer from a USB connection to my HP desktop running Windows 7 (64bit) to a network connection.  The objective was to allow my Mac (OS 10.6.8) to print to this printers as well via the network. 
    When I first installed the printer it worked fine.  Then I installed the HP drivers on the Mac, and it too worked fine and continues to work fine.  However, my Windows 8 desktop stopped printing.  It appears to spool the print jobs correctly and they show up in the queue as actively printing.  However, the only way to get them out is to go over to the printer and press the "form feed" button (button showing page with down arrow).  Then the HP test page will come out followed by the desired print job.
    I've tried disabling "bi-directional support" in the "ports" tab under "printer properties" but that did not help.
    Any helpful advice appreciated!
    Brent

    Did you connect the USB cable when doing the firmware update?
    Please mark the post that solves your issue as "Accept as Solution".
    If my answer was helpful click the “Thumbs Up" on the left to say “Thanks”!
    I am not a HP employee.

  • Convert spool job to PDF

    Hi everyone,
    i generated an XML string using Chart Designer. i display my chart by using classes cl_gui_custom_container and cl_gui_chart_engine. what i want to do now is run my program as a job in the background and convert the generated spool request to PDF, but continuing to use my XML string as the source of the chart. i used FM CONVERT_ABAPSPOOLJOB_2_PDF. it works fine when used with a simple write: statement but it seems that when using GUI controls you cant generate spool requests when running  in the background. Does anybody know a way to do this?
    thank you,
    Alejandro.
    Message was edited by:
            Alejandro López

    Thanks guys,
    my problem is that when using GUI elements a spool will not be generated when running program in the background...is there a way arround this dificulty?  with the condition that my chart data source continues to be my XML string?
    Alejandro.

  • Manually Running Timer Job "Content Type Subscriber" on SP Online

    I need to run the "Content Type Subscriber" timer job on my SP Online instance because the default setting is hourly.  This makes it difficult to build out and deploy content types quickly because depending on when you make the content type
    change you have to wait upwards of an hour to see it published.  
    When will we be able to run timer jobs using the PowerShell cmdlets or some other way?  Is there a recommended approach by MS to handle this scenario?

    What you describe is by design, I don't have to use a content type hub to reproduce. Only add a site content type into a list can show this.
    According to
    http://msdn.microsoft.com/en-us/library/ms463016.aspx
    When you add a site content type to a list or library, SharePoint Foundation makes local copies of any columns that are referenced by the content type and adds them to the
    list's fields. For more information, see Fields and Field References.
    In addition, SharePoint Foundation makes a local copy of the site content type and adds the copy to the content type collection on the list.
    The new list content type is a child of the site content type. The value of the
    Id property for
    the list content type is different from the value of the Id property for its parent site content type, but otherwise the two content types are initially the same.

  • Printing spool Jobs too bing on Acrobat 7 vs Acrobat 6

    Hello all, we recently upgraded our Citrix servers from Acrobat Reader 6 to Acrobat Reader 7. Everything went really smooth, or at least we thought that.
    About three weeks after the migration the users started complaining about how slow the print jobs were coming out, especially at our remote locations.
    For a file about 40 pages long, when I print it out using Reader 6 the spool file is 1.2MB. When I print the same file using Reader 7.0.8 the spool file goes to 20MB, this is a huge difference and the impact in our network is very noticeable.
    This happens on our Servers as well as on our desktop, so doesnt matter what OS we are using Windows 2003 or Windows XP, they both have the issue. Has anybody face this issue before?

    Has anyone seen this issue before?

  • Spool job

    i want to be able to print a job from the spool in batch mode. In other words a job currently exists that creates a report that currently goes to a printer.
    The user wants the report to print on two different printers.
    can any one give the report or a solution for this question...........................

    Hi,
    Use FM RSPO_RPRINT_SPOOLREQ
    Best regards,
    Prashant

  • How to Send SAP User to Spool Job instead of SAPService SID

    Dear Gurus,
    I have to print data using access method C (or L) via print server that runs on win 2008.
    SAP AS runs on win 2003.
    It works fine, but user which appears in print job is SAPService<SID>. We need here sap user who actually initiated printing. It can be obtained easily by chaning access method to G. However, this solution is not acceptable.
    Thank you in advance,
    Nenad

    Problem solved on OS level by introducing anonymous log on.
    Cheers.

  • Using audience targeting in combination with search content webpart

    I have a simple yes/no question: is the new search webpart capable of filtering based on target audiences? And if so: how can we configure this?
    MCTS Web Application Development, SharePoint enthousiast.

    Hi J Siegmund,
    As far as I know, the search content web pat have not the audience target ,If you want to use it, I suggest you use Content Query web part. You can refer to the following link.
    http://info.axceler.com/Blog/bid/116286/Content-Query-Web-Part-vs-Content-Search-Web-Part
    Thanks,
    Jack
    Jack Gao
    TechNet Community Support

  • Page format problem while converting spool job to PDF file

    Hi,
    I convert the sapscript from spoollist to pdf with the FM CONVERT _ OTFSPOOLJOB _ 2 _ PDF giving the spool id but I can not get the file properly. It adds a raigth margin to the PDF file.
    Should I call aany other FM to format the PDF file ?
    Thanks.
    Utku.

    Hi,
    I have executed the report and the PDF file has the right margin.
    In the properties of PDF file it says PDF version 1.3 (Acrobat 4.x) and Page Size 11.69 in x 11.69 in
    Also I open the PDF file with Acrobat 5.0
    Thanks.
    Utku.

  • How to create a spool job for adobe form without dialog

    Hi All,
    I have a requirement like below.
    I need to generate a spool for Adobe form output and that sholud be without print parameters dialog popup.
    What are the parameters i need to pass to the FP_JOB_OPEN function module.
    Solutions will be appriciated.
    Thanks in advance

    hi,
    I think the following document will help you....
    http://help.sap.com/saphelp_nw04s/helpdata/en/48/8144ad5999426facb9b77bf0c1e868/frameset.htm
    Thanks and Regards
    shanto alooor

Maybe you are looking for

  • Itunes not seeing all the voice memos on my iPhone 4s

    I want to sync all my voice memos from my iPhone 4s to iTunes but when I plug my phone into my macbook air, the section that says voice memos only has about 37 of the 125 voice memos I have on the phone. I also looked in the Music section, which has

  • How do I link text from column 2 page 1 to column 1 page 2

    I'm trying to do a newsletter now that I upgraded to 5.0 Pages.  I see no way to link the text on my first page in the right column (I have two columns of text) to continue on page 2 in the left column.  Where is the blue link box that was in the pre

  • How do I encrypt a data file so that only I can retrieve the info?

    How do I encrypt a data file so that it cannot be read without the proper authority?   I have an application where the customer should not have access to the data I need to record for troubleshooting purposes.  (there are industrial secrets I wish to

  • A query about cachePolicy Attribute of the Component in Flex

    Hi , why does each componnent has cachePolicy attribute ?? will this really takes care of the caching issue if we use <mx:Application cachePolicy="false"/> Please let  me know Thanks in advnace .

  • Iphoto - how to identify duplicates?

    When merging events, the old version of iphoto would identify duplicates which then made it easier to delete those duplicates. Having updated to ilife 11, the new version of iphoto does not seem to have this function. I synched my iMac with my Mac bo